uc-sdk
|
MCPWM Capture Configuration type definition. More...
#include <lpc17xx_mcpwm.h>
Public Attributes | |
uint32_t | captureChannel |
uint32_t | captureRising |
uint32_t | captureFalling |
uint32_t | timerReset |
uint32_t | hnfEnable |
MCPWM Capture Configuration type definition.
Definition at line 236 of file lpc17xx_mcpwm.h.
uint32_t MCPWM_CAPTURE_CFG_Type::captureChannel |
Capture Channel Number, should be in range from 0 to 2
Definition at line 237 of file lpc17xx_mcpwm.h.
uint32_t MCPWM_CAPTURE_CFG_Type::captureFalling |
Enable/Disable Capture on Falling Edge event, should be:
Definition at line 242 of file lpc17xx_mcpwm.h.
uint32_t MCPWM_CAPTURE_CFG_Type::captureRising |
Enable/Disable Capture on Rising Edge event, should be:
Definition at line 238 of file lpc17xx_mcpwm.h.
uint32_t MCPWM_CAPTURE_CFG_Type::hnfEnable |
Enable/Disable Hardware noise filter function, should be:
Definition at line 250 of file lpc17xx_mcpwm.h.
uint32_t MCPWM_CAPTURE_CFG_Type::timerReset |
Enable/Disable Timer reset function an capture, should be:
Definition at line 246 of file lpc17xx_mcpwm.h.