Lines Matching refs:uint8_t
39 uint8_t seconds;
40 uint8_t minutes;
41 uint8_t cent_hours;
42 uint8_t day;
43 uint8_t date;
44 uint8_t month;
45 uint8_t years;
50 static int bq32k_read(struct device *dev, void *data, uint8_t off, uint8_t len) in bq32k_read()
73 static int bq32k_write(struct device *dev, void *data, uint8_t off, uint8_t len) in bq32k_write()
76 uint8_t buffer[len + 1]; in bq32k_write()
189 uint8_t reg; in bq32k_probe()