Lines Matching refs:u8
86 u8 month; // Month: 01 to 12
87 u8 day; // Day: 01 to 31
96 u8 length; // Number of characters
97 u8 rsv;
106 u8 length; // Number of characters
107 u8 rsv;
115 u8 favoriteColor:4; // Favorite color
116 u8 rsv:4; // Reserved
118 u8 pad;
129 u8 hour; // Alarm Hour: 00 - 23
130 u8 minute; // Alarm Minute: 00 - 59
131 u8 second; // Alarm Seconds: 00 - 59
132 u8 pad;
145 u8 dx1; // LCD x coordinate of the first calibration point
146 u8 dy1; // LCD y coordinate of the first calibration point
149 u8 dx2; // LCD x coordinate of the second calibration point
150 u8 dy2; // LCD y coordinate of the second calibration point
169 u8 timezone; // Time Zone (Currently reserved)
170 u8 rtcClockAdjust; // RTC Clock adjustment value
180 u8 version; // Flash storage data format version
181 u8 pad;
203 u8 version; // Version type of extension configuration data.
204 …u8 language; // Extended language code. (Values extended past NVRAM_CONFIG_L…
206 u8 padding[256 - sizeof(NVRAMConfigData) - 4 - 4 - 2];