S32 SDK
pdb_timer_config_t Struct Reference

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

#include <pdb_hal.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 145 of file pdb_hal.h.

Field Documentation

Select the prescaler divider.

Definition at line 149 of file pdb_hal.h.

Select multiplication factor for prescaler.

Definition at line 150 of file pdb_hal.h.

bool continuousModeEnable

Enable the continuous mode.

Definition at line 152 of file pdb_hal.h.

bool dmaEnable

Enable the dma for timer.

Definition at line 153 of file pdb_hal.h.

bool intEnable

Enable the interrupt for timer.

Definition at line 154 of file pdb_hal.h.

pdb_load_value_mode_t loadValueMode

Select the load mode.

Definition at line 147 of file pdb_hal.h.

bool seqErrIntEnable

Enable PDB Sequence Error Interrupt.

Definition at line 148 of file pdb_hal.h.

pdb_trigger_src_t triggerInput

Select the trigger input source.

Definition at line 151 of file pdb_hal.h.


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