RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Data Fields
_pwm_input_capture_param Struct Reference

Structure is used to hold parameters to configure the capture capability of a signal pin. More...

#include <fsl_pwm.h>

Data Fields

bool captureInputSel
 
uint8_t edgeCompareValue
 
pwm_input_capture_edge_t edge0
 
pwm_input_capture_edge_t edge1
 
bool enableOneShotCapture
 
uint8_t fifoWatermark
 

Detailed Description

Structure is used to hold parameters to configure the capture capability of a signal pin.

Field Documentation

◆ captureInputSel

bool _pwm_input_capture_param::captureInputSel

true: Use the edge counter signal as source false: Use the raw input signal from the pin as source

◆ edge0

pwm_input_capture_edge_t _pwm_input_capture_param::edge0

Specify which edge causes a capture for input circuitry 0

◆ edge1

pwm_input_capture_edge_t _pwm_input_capture_param::edge1

Specify which edge causes a capture for input circuitry 1

◆ edgeCompareValue

uint8_t _pwm_input_capture_param::edgeCompareValue

Compare value, used only if edge counter is used as source

◆ enableOneShotCapture

bool _pwm_input_capture_param::enableOneShotCapture

true: Use one-shot capture mode; false: Use free-running capture mode

◆ fifoWatermark

uint8_t _pwm_input_capture_param::fifoWatermark

Watermark level for capture FIFO. The capture flags in the status register will set if the word count in the FIFO is greater than this watermark level


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