uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
MCPWM_CAPTURE_CFG_Type Struct Reference

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
 

Detailed Description

MCPWM Capture Configuration type definition.

Definition at line 236 of file lpc17xx_mcpwm.h.

Member Data Documentation

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:

  • ENABLE.
  • DISABLE.

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:

  • ENABLE.
  • DISABLE.

Definition at line 238 of file lpc17xx_mcpwm.h.

uint32_t MCPWM_CAPTURE_CFG_Type::hnfEnable

Enable/Disable Hardware noise filter function, should be:

  • ENABLE.
  • DISABLE.

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:

  • ENABLE.
  • DISABLE.

Definition at line 246 of file lpc17xx_mcpwm.h.


The documentation for this struct was generated from the following file: