|
ChibiOS/RT
2.5.1 |
#include <pwm_lld.h>

Data Fields | |
| pwmstate_t | state |
| Driver state. | |
| const PWMConfig * | config |
| Current driver configuration data. | |
| pwmcnt_t | period |
| Current PWM period in ticks. | |
| uint32_t | clock |
| Timer base clock. | |
| stm32_tim_t * | tim |
| Pointer to the TIMx registers block. | |
Driver state.
Definition at line 340 of file pwm_lld.h.
Referenced by pwm_lld_start(), pwm_lld_stop(), pwmChangePeriod(), pwmDisableChannel(), pwmEnableChannel(), pwmObjectInit(), pwmStart(), and pwmStop().
| const PWMConfig* PWMDriver::config |
Current driver configuration data.
Definition at line 344 of file pwm_lld.h.
Referenced by pwm_lld_enable_channel(), pwm_lld_start(), pwmObjectInit(), and pwmStart().
Current PWM period in ticks.
Definition at line 348 of file pwm_lld.h.
Referenced by pwm_lld_start(), and pwmStart().
| uint32_t PWMDriver::clock |
Pointer to the TIMx registers block.
Definition at line 360 of file pwm_lld.h.
Referenced by pwm_lld_disable_channel(), pwm_lld_enable_channel(), pwm_lld_init(), pwm_lld_start(), and pwm_lld_stop().