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

PWM Capture Input configuration structure. More...

#include <lpc17xx_pwm.h>

Public Attributes

uint8_t CaptureChannel
 
uint8_t RisingEdge
 
uint8_t FallingEdge
 
uint8_t IntOnCaption
 

Detailed Description

PWM Capture Input configuration structure.

Definition at line 196 of file lpc17xx_pwm.h.

Member Data Documentation

uint8_t PWM_CAPTURECFG_Type::CaptureChannel
 Capture channel, should be in range

from 0..1

Definition at line 197 of file lpc17xx_pwm.h.

uint8_t PWM_CAPTURECFG_Type::FallingEdge
     caption falling edge, should be:
  • ENABLE: Enable falling edge.
  • DISABLE: Disable this function.

Definition at line 203 of file lpc17xx_pwm.h.

uint8_t PWM_CAPTURECFG_Type::IntOnCaption
 Interrupt On caption, should be:
  • ENABLE: Enable interrupt function.
  • DISABLE: Disable this function.

Definition at line 207 of file lpc17xx_pwm.h.

uint8_t PWM_CAPTURECFG_Type::RisingEdge
 caption rising edge, should be:
  • ENABLE: Enable rising edge.
  • DISABLE: Disable this function.

Definition at line 199 of file lpc17xx_pwm.h.


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