Enumerations | |
enum | hal_rtc_state_t { HAL_RTC_READY = 0x00U, HAL_RTC_RESET, HAL_RTC_RUNNING, HAL_RTC_ERROR } |
hal_rtc_state definition More... | |
enum | rtc_tick_state_t { TICK_READY = 0x00U, TICK_RUNNING, TICK_ERROR } |
rtc_tick_state definition More... | |
enum | rtc_alarm_state_t { ALARM_READY = 0x00U, ALARM_RUNNING, ALARM_ERROR } |
rtc_alarm_state definition More... | |
enum | overflow_det_t { CLOSED = 0x00U, OPENED = !CLOSED } |
overflow config More... | |
enum hal_rtc_state_t |
hal_rtc_state definition
Enumerator | |
---|---|
HAL_RTC_READY | |
HAL_RTC_RESET | |
HAL_RTC_RUNNING | |
HAL_RTC_ERROR |
Definition at line 151 of file gr55xx_hal_rtc.h.
enum overflow_det_t |
enum rtc_alarm_state_t |
rtc_alarm_state definition
Enumerator | |
---|---|
ALARM_READY | |
ALARM_RUNNING | |
ALARM_ERROR |
Definition at line 172 of file gr55xx_hal_rtc.h.
enum rtc_tick_state_t |
rtc_tick_state definition
Enumerator | |
---|---|
TICK_READY | |
TICK_RUNNING | |
TICK_ERROR |
Definition at line 162 of file gr55xx_hal_rtc.h.