Enumerations

Modules

 HAL PWM active channel
 

Enumerations

enum  hal_pwm_mode_t {
  PWM_FLICKER_MODE = 0x00,
  PWM_BREATH_MODE,
  PWM_CODING_MODE
}
 HAL_PWM_MODE Enumerations definition. More...
 
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_mode_t

HAL_PWM_MODE Enumerations definition.

Enumerator
PWM_FLICKER_MODE 

Choose PWM Flicker Mode

PWM_BREATH_MODE 

Choose PWM Breath Mode

PWM_CODING_MODE 

Choose PWM Coding Mode

Definition at line 73 of file hal_pwm.h.

◆ 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 83 of file hal_pwm.h.