S32 SDK
pdb_timer_config_t Struct Reference

Defines the type of structure for basic timer in PDB. More...

#include <pdb_driver.h>

Data Fields

pdb_load_value_mode_t loadValueMode
 
bool seqErrIntEnable
 
pdb_clk_prescaler_div_t clkPreDiv
 
pdb_clk_prescaler_mult_factor_t clkPreMultFactor
 
pdb_trigger_src_t triggerInput
 
bool continuousModeEnable
 
bool dmaEnable
 
bool intEnable
 

Detailed Description

Defines the type of structure for basic timer in PDB.

Definition at line 120 of file pdb_driver.h.

Field Documentation

Select the prescaler divider.

Definition at line 124 of file pdb_driver.h.

Select multiplication factor for prescaler.

Definition at line 125 of file pdb_driver.h.

bool continuousModeEnable

Enable the continuous mode.

Definition at line 127 of file pdb_driver.h.

bool dmaEnable

Enable the dma for timer.

Definition at line 128 of file pdb_driver.h.

bool intEnable

Enable the interrupt for timer.

Definition at line 129 of file pdb_driver.h.

pdb_load_value_mode_t loadValueMode

Select the load mode.

Definition at line 122 of file pdb_driver.h.

bool seqErrIntEnable

Enable PDB Sequence Error Interrupt.

Definition at line 123 of file pdb_driver.h.

pdb_trigger_src_t triggerInput

Select the trigger input source.

Definition at line 126 of file pdb_driver.h.


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