Enumerations

enum  hal_timer_state_t {
  HAL_TIMER_STATE_RESET = 0x00,
  HAL_TIMER_STATE_READY = 0x01,
  HAL_TIMER_STATE_BUSY = 0x02,
  HAL_TIMER_STATE_ERROR = 0x04
}
 HAL TIMER State Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_timer_state_t

HAL TIMER State Enumerations definition.

Enumerator
HAL_TIMER_STATE_RESET 

Peripheral not yet initialized or disabled

HAL_TIMER_STATE_READY 

Peripheral Initialized and ready for use

HAL_TIMER_STATE_BUSY 

An internal process is ongoing

HAL_TIMER_STATE_ERROR 

Reception process is ongoing

Definition at line 75 of file gr55xx_hal_tim.h.