ChibiOS/HAL
6.1.0
|
Type of a PWM driver channel configuration structure. More...
#include <hal_pwm_lld.h>
Data Fields | |
pwmmode_t | mode |
Channel active logic level. More... | |
pwmcallback_t | callback |
Channel callback pointer. More... | |
Type of a PWM driver channel configuration structure.
Definition at line 88 of file hal_pwm_lld.h.
pwmmode_t PWMChannelConfig::mode |
Channel active logic level.
Definition at line 92 of file hal_pwm_lld.h.
pwmcallback_t PWMChannelConfig::callback |
Channel callback pointer.
NULL
then the callback is disabled. Definition at line 98 of file hal_pwm_lld.h.
Referenced by pwmDisableChannelNotification(), and pwmEnableChannelNotification().