| 
    Azure Sphere MT3620 M4 API Reference Manual
    
   | 
 
OS-HAL PWM enumeration value list information, including define of the PWM group number enumeration, the PWM channel number enumeration and define of the PWM running status enumeration. More...
OS-HAL PWM enumeration value list information, including define of the PWM group number enumeration, the PWM channel number enumeration and define of the PWM running status enumeration.
Enumerations | |
| enum | pwm_groups {  OS_HAL_PWM_GROUP0 = 0, OS_HAL_PWM_GROUP1 = 1, OS_HAL_PWM_GROUP2 = 2, OS_HAL_PWM_GROUP_MAX }  | 
| Defines the PWM group number.  More... | |
| enum | pwms_bit_map {  OS_HAL_PWM_0 = 1, OS_HAL_PWM_1 = 2, OS_HAL_PWM_2 = 4, OS_HAL_PWM_3 = 8, OS_HAL_PWM_MAP_MAX }  | 
| Defines the PWM channel bit map.  More... | |
| enum pwm_groups | 
| enum pwms_bit_map |