uc-sdk
|
MCPWM Count Control Configuration type definition. More...
#include <lpc17xx_mcpwm.h>
Public Attributes | |
uint32_t | counterChannel |
uint32_t | countRising |
uint32_t | countFalling |
MCPWM Count Control Configuration type definition.
Definition at line 260 of file lpc17xx_mcpwm.h.
uint32_t MCPWM_COUNT_CFG_Type::counterChannel |
Counter Channel Number, should be in range from 0 to 2
Definition at line 261 of file lpc17xx_mcpwm.h.
uint32_t MCPWM_COUNT_CFG_Type::countFalling |
Enable/Disable Capture on Falling Edge event, should be:
Definition at line 266 of file lpc17xx_mcpwm.h.
uint32_t MCPWM_COUNT_CFG_Type::countRising |
Enable/Disable Capture on Rising Edge event, should be:
Definition at line 262 of file lpc17xx_mcpwm.h.