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

Capture Input configuration structure. More...

#include <lpc17xx_timer.h>

Public Attributes

uint8_t CaptureChannel
 
uint8_t RisingEdge
 
uint8_t FallingEdge
 
uint8_t IntOnCaption
 

Detailed Description

Capture Input configuration structure.

Definition at line 274 of file lpc17xx_timer.h.

Member Data Documentation

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

from 0..1

Definition at line 275 of file lpc17xx_timer.h.

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

Definition at line 281 of file lpc17xx_timer.h.

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

Definition at line 285 of file lpc17xx_timer.h.

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

Definition at line 277 of file lpc17xx_timer.h.


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