Enumerations

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...
 

Detailed Description

Enumeration Type Documentation

◆ hal_rtc_state_t

hal_rtc_state definition

Enumerator
HAL_RTC_READY 
HAL_RTC_RESET 
HAL_RTC_RUNNING 
HAL_RTC_ERROR 

Definition at line 197 of file hal_rtc.h.

◆ overflow_det_t

overflow config

Enumerator
CLOSED 
OPENED 

Definition at line 228 of file hal_rtc.h.

◆ rtc_alarm_state_t

rtc_alarm_state definition

Enumerator
ALARM_READY 
ALARM_RUNNING 
ALARM_ERROR 

Definition at line 218 of file hal_rtc.h.

◆ rtc_tick_state_t

rtc_tick_state definition

Enumerator
TICK_READY 
TICK_RUNNING 
TICK_ERROR 

Definition at line 208 of file hal_rtc.h.