Enumerations

enum  hal_pwm_state_t {
  HAL_PWM_STATE_RESET = 0x00,
  HAL_PWM_STATE_READY = 0x01,
  HAL_PWM_STATE_BUSY = 0x02,
  HAL_PWM_STATE_ERROR = 0x04
}
 HAL PWM State Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_pwm_state_t

HAL PWM State Enumerations definition.

Enumerator
HAL_PWM_STATE_RESET 

Peripheral is not initialized or disabled

HAL_PWM_STATE_READY 

Peripheral is initialized and ready for use

HAL_PWM_STATE_BUSY 

An internal process is ongoing

HAL_PWM_STATE_ERROR 

Reception process is ongoing

Definition at line 75 of file gr55xx_hal_pwm.h.