uc-sdk
|
Match channel configuration structure. More...
#include <lpc17xx_timer.h>
Public Attributes | |
uint8_t | MatchChannel |
uint8_t | IntOnMatch |
uint8_t | StopOnMatch |
uint8_t | ResetOnMatch |
uint8_t | ExtMatchOutputType |
uint8_t | Reserved [3] |
uint32_t | MatchValue |
Match channel configuration structure.
Definition at line 247 of file lpc17xx_timer.h.
uint8_t TIM_MATCHCFG_Type::ExtMatchOutputType |
External Match Output type, should be:
Definition at line 263 of file lpc17xx_timer.h.
uint8_t TIM_MATCHCFG_Type::IntOnMatch |
Interrupt On match, should be:
Definition at line 250 of file lpc17xx_timer.h.
uint8_t TIM_MATCHCFG_Type::MatchChannel |
uint32_t TIM_MATCHCFG_Type::MatchValue |
Reserved
Definition at line 270 of file lpc17xx_timer.h.
uint8_t TIM_MATCHCFG_Type::Reserved[3] |
Definition at line 269 of file lpc17xx_timer.h.
uint8_t TIM_MATCHCFG_Type::ResetOnMatch |
Reset On match, should be:
Definition at line 258 of file lpc17xx_timer.h.
uint8_t TIM_MATCHCFG_Type::StopOnMatch |
Stop On match, should be:
Definition at line 254 of file lpc17xx_timer.h.