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

MCPWM Count Control Configuration type definition. More...

#include <lpc17xx_mcpwm.h>

Public Attributes

uint32_t counterChannel
 
uint32_t countRising
 
uint32_t countFalling
 

Detailed Description

MCPWM Count Control Configuration type definition.

Definition at line 260 of file lpc17xx_mcpwm.h.

Member Data Documentation

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:

  • ENABLE.
  • DISABLE.

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:

  • ENABLE.
  • DISABLE.

Definition at line 262 of file lpc17xx_mcpwm.h.


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