![]() |
S32 SDK
|
Defines the type of structure for basic timer in PDB. More...
#include <pdb_driver.h>
Defines the type of structure for basic timer in PDB.
Definition at line 120 of file pdb_driver.h.
pdb_clk_prescaler_div_t clkPreDiv |
Select the prescaler divider.
Definition at line 124 of file pdb_driver.h.
pdb_clk_prescaler_mult_factor_t clkPreMultFactor |
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.