Defines the type of structure for basic timer in PDB. More...
#include <platform/drivers/inc/pdb_driver.h>
Defines the type of structure for basic timer in PDB.
Definition at line 106 of file pdb_driver.h.
pdb_clk_prescaler_div_t clkPreDiv |
Select the prescaler divider.
Definition at line 110 of file pdb_driver.h.
pdb_clk_prescaler_mult_factor_t clkPreMultFactor |
Select multiplication factor for prescaler.
Definition at line 111 of file pdb_driver.h.
bool continuousModeEnable |
Enable the continuous mode.
Definition at line 113 of file pdb_driver.h.
bool dmaEnable |
Enable the dma for timer.
Definition at line 114 of file pdb_driver.h.
bool intEnable |
Enable the interrupt for timer.
Definition at line 115 of file pdb_driver.h.
pdb_load_value_mode_t loadValueMode |
Select the load mode.
Definition at line 108 of file pdb_driver.h.
bool seqErrIntEnable |
Enable PDB Sequence Error Interrupt.
Definition at line 109 of file pdb_driver.h.
pdb_trigger_src_t triggerInput |
Select the trigger input source.
Definition at line 112 of file pdb_driver.h.