CYAML
|
#include <cyaml.h>
Data Fields | |
const char * | name |
uint8_t | offset |
uint8_t | bits |
Bitfield value info.
Used for CYAML_BITFIELD type.
uint8_t cyaml_bitdef::bits |
Maximum bits available for value.
const char* cyaml_bitdef::name |
String representing the value's name.
uint8_t cyaml_bitdef::offset |
Bit offset to value in bit field.