RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Fields
_qtmr_config Struct Reference

Quad Timer config structure. More...

#include <fsl_qtmr.h>

Data Fields

qtmr_primary_count_source_t primarySource
 
qtmr_input_source_t secondarySource
 
bool enableMasterMode
 
bool enableExternalForce
 
uint8_t faultFilterCount
 
uint8_t faultFilterPeriod
 
qtmr_debug_action_t debugMode
 

Detailed Description

Quad Timer config structure.

This structure holds the configuration settings for the Quad Timer peripheral. To initialize this structure to reasonable defaults, call the QTMR_GetDefaultConfig() function and pass a pointer to your config structure instance.

The config struct can be made const so it resides in flash

Field Documentation

◆ debugMode

qtmr_debug_action_t _qtmr_config::debugMode

Operation in Debug mode

◆ enableExternalForce

bool _qtmr_config::enableExternalForce

true: Compare from another counter force state of OFLAG signal false: OFLAG controlled by local counter

◆ enableMasterMode

bool _qtmr_config::enableMasterMode

true: Broadcast compare function output to other counters; false no broadcast

◆ faultFilterCount

uint8_t _qtmr_config::faultFilterCount

Fault filter count

◆ faultFilterPeriod

uint8_t _qtmr_config::faultFilterPeriod

Fault filter period;value of 0 will bypass the filter

◆ primarySource

qtmr_primary_count_source_t _qtmr_config::primarySource

Specify the primary count source

◆ secondarySource

qtmr_input_source_t _qtmr_config::secondarySource

Specify the secondary count source


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