Searched defs:reg_is_binary (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/misc/intel-rtc/
H A Dintel-rtc.c73 static uint8_t read_reg(enum intel_rtc_registers reg, bool reg_is_binary) { argument
78 static void write_reg(enum intel_rtc_registers reg, uint8_t val, bool reg_is_binary) { argument
87 static uint8_t read_reg_hour(bool reg_is_binary, bool reg_is_24_hour) { argument
114 static void write_reg_hour(uint8_t hour, bool reg_is_binary, bool reg_is_24_hour) { argument
145 static void rtc_mode(bool* reg_is_24_hour, bool* reg_is_binary) { argument
154 bool reg_is_binary; local
171 bool reg_is_binary; local
[all...]

Completed in 71 milliseconds