uc-sdk
|
Capture Input configuration structure. More...
#include <lpc17xx_timer.h>
Public Attributes | |
uint8_t | CaptureChannel |
uint8_t | RisingEdge |
uint8_t | FallingEdge |
uint8_t | IntOnCaption |
Capture Input configuration structure.
Definition at line 274 of file lpc17xx_timer.h.
uint8_t TIM_CAPTURECFG_Type::CaptureChannel |
uint8_t TIM_CAPTURECFG_Type::FallingEdge |
caption falling edge, should be:
Definition at line 281 of file lpc17xx_timer.h.
uint8_t TIM_CAPTURECFG_Type::IntOnCaption |
Interrupt On caption, should be:
Definition at line 285 of file lpc17xx_timer.h.
uint8_t TIM_CAPTURECFG_Type::RisingEdge |
caption rising edge, should be:
Definition at line 277 of file lpc17xx_timer.h.