Hanna
Sourcecode Batteriemanagementsystem |
SD-Card Reader Bibliothek von Roland Riegel. Mehr ...
#include <stdint.h>
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | HTOL16(val) (val) |
#define | htol16(h) (h) |
#define | HTOL32(val) (val) |
#define | htol32(h) (h) |
#define | LTOH16(val) (val) |
#define | ltoh16(l) (l) |
#define | LTOH32(val) (val) |
#define | ltoh32(l) (l) |
#define | SWAP16(val) |
#define | SWAP32(val) |
Funktionen | |
uint16_t | read16 (const uint8_t *p) |
uint32_t | read32 (const uint8_t *p) |
void | write16 (uint8_t *p, uint16_t i) |
void | write32 (uint8_t *p, uint32_t i) |
SD-Card Reader Bibliothek von Roland Riegel.
$Revision: 351 $ $Date: 2016-03-19 23:27:55 +0100 (Sa, 19 Mrz 2016) $
Byte-order handling header (license: GPLv2 or LGPLv2.1)
Definiert in Datei byteordering.h.