1 #ifndef ACE_UTILS_MODE_GROUP_MODE_GROUP_H
2 #define ACE_UTILS_MODE_GROUP_MODE_GROUP_H
8 const uint8_t kModeUnknown = 0;
A data structure that captures the group of sibliing clock modes which can be cycled through using th...
const ModeRecord *const children
Array of children mode groups.
uint8_t const numModes
Number of modes.
const ModeGroup *const parentGroup
Pointer to the parent ModeGroup.
Point to the current Mode.
A record of a child of a ModeGroup.
uint8_t const modeId
Unique integer identifier of the mode.
const ModeGroup *const childGroup
ModeGroup containing children ModeRecords.