uc-sdk
|
PWM Capture Input configuration structure. More...
#include <lpc17xx_pwm.h>
Public Attributes | |
uint8_t | CaptureChannel |
uint8_t | RisingEdge |
uint8_t | FallingEdge |
uint8_t | IntOnCaption |
PWM Capture Input configuration structure.
Definition at line 196 of file lpc17xx_pwm.h.
uint8_t PWM_CAPTURECFG_Type::CaptureChannel |
uint8_t PWM_CAPTURECFG_Type::FallingEdge |
caption falling edge, should be:
Definition at line 203 of file lpc17xx_pwm.h.
uint8_t PWM_CAPTURECFG_Type::IntOnCaption |
Interrupt On caption, should be:
Definition at line 207 of file lpc17xx_pwm.h.
uint8_t PWM_CAPTURECFG_Type::RisingEdge |
caption rising edge, should be:
Definition at line 199 of file lpc17xx_pwm.h.