|
API Documentation
9.14.00
|
PWM Parameters. More...
Data Fields | |
| void * | custom |
| PWM_Duty_Units | dutyUnits |
| uint32_t | dutyValue |
| PWM_IdleLevel | idleLevel |
| PWM_Period_Units | periodUnits |
| uint32_t | periodValue |
PWM Parameters.
PWM Parameters are used to with the PWM_open() call. Default values for these parameters are set using PWM_Params_init().
| void* PWM_Params::custom |
Custom argument used by driver implementation
| PWM_Duty_Units PWM_Params::dutyUnits |
Units in which the duty is specified
| uint32_t PWM_Params::dutyValue |
PWM initial duty
| PWM_IdleLevel PWM_Params::idleLevel |
Pin output when PWM is stopped.
| PWM_Period_Units PWM_Params::periodUnits |
Units in which the period is specified
| uint32_t PWM_Params::periodValue |
PWM initial period
1.8.12