Enumerations | |
enum | hal_calender_state_t { HAL_CALENDAR_STATE_RESET = 0x00, HAL_CALENDAR_STATE_READY = 0x01, HAL_CALENDAR_STATE_ERROR = 0x04 } |
HAL CALENDAR State Enumerations definition. More... | |
enum hal_calender_state_t |
HAL CALENDAR State Enumerations definition.
Enumerator | |
---|---|
HAL_CALENDAR_STATE_RESET | Peripheral not initialized |
HAL_CALENDAR_STATE_READY | Peripheral initialized and ready for use |
HAL_CALENDAR_STATE_ERROR | Peripheral in error |
Definition at line 74 of file gr55xx_hal_calendar.h.