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

PWM Match channel configuration structure. More...

#include <lpc17xx_pwm.h>

Public Attributes

uint8_t MatchChannel
 
uint8_t IntOnMatch
 
uint8_t StopOnMatch
 
uint8_t ResetOnMatch
 

Detailed Description

PWM Match channel configuration structure.

Definition at line 177 of file lpc17xx_pwm.h.

Member Data Documentation

uint8_t PWM_MATCHCFG_Type::IntOnMatch
 Interrupt On match, should be:
  • ENABLE: Enable this function.
  • DISABLE: Disable this function.

Definition at line 180 of file lpc17xx_pwm.h.

uint8_t PWM_MATCHCFG_Type::MatchChannel
 Match channel, should be in range

from 0..6

Definition at line 178 of file lpc17xx_pwm.h.

uint8_t PWM_MATCHCFG_Type::ResetOnMatch
 Reset On match, should be:
  • ENABLE: Enable this function.
  • DISABLE: Disable this function.

Definition at line 188 of file lpc17xx_pwm.h.

uint8_t PWM_MATCHCFG_Type::StopOnMatch
 Stop On match, should be:
  • ENABLE: Enable this function.
  • DISABLE: Disable this function.

Definition at line 184 of file lpc17xx_pwm.h.


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