RTEMS 6.1-rc5
|
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 |
Structure is used to hold parameters to configure the capture capability of a signal pin.
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
pwm_input_capture_edge_t _pwm_input_capture_param::edge0 |
Specify which edge causes a capture for input circuitry 0
pwm_input_capture_edge_t _pwm_input_capture_param::edge1 |
Specify which edge causes a capture for input circuitry 1
uint8_t _pwm_input_capture_param::edgeCompareValue |
Compare value, used only if edge counter is used as source
bool _pwm_input_capture_param::enableOneShotCapture |
true: Use one-shot capture mode; false: Use free-running capture mode
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