uc-sdk
|
PWM Match channel configuration structure. More...
#include <lpc17xx_pwm.h>
Public Attributes | |
uint8_t | MatchChannel |
uint8_t | IntOnMatch |
uint8_t | StopOnMatch |
uint8_t | ResetOnMatch |
PWM Match channel configuration structure.
Definition at line 177 of file lpc17xx_pwm.h.
uint8_t PWM_MATCHCFG_Type::IntOnMatch |
Interrupt On match, should be:
Definition at line 180 of file lpc17xx_pwm.h.
uint8_t PWM_MATCHCFG_Type::MatchChannel |
uint8_t PWM_MATCHCFG_Type::ResetOnMatch |
Reset On match, should be:
Definition at line 188 of file lpc17xx_pwm.h.
uint8_t PWM_MATCHCFG_Type::StopOnMatch |
Stop On match, should be:
Definition at line 184 of file lpc17xx_pwm.h.