pdb_timer_config_t Struct Reference

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

#include <platform/drivers/inc/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 106 of file pdb_driver.h.

Field Documentation

Select the prescaler divider.

Definition at line 110 of file pdb_driver.h.

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.


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