![]() |
S32 SDK
|
Defines the type of structure for configuring ADC's pre_trigger. More...
#include <pdb_driver.h>
Data Fields | |
uint32_t | adcPreTriggerIdx |
bool | preTriggerEnable |
bool | preTriggerOutputEnable |
bool | preTriggerBackToBackEnable |
Defines the type of structure for configuring ADC's pre_trigger.
Definition at line 40 of file pdb_driver.h.
uint32_t adcPreTriggerIdx |
Setting pre_trigger's index.
Definition at line 42 of file pdb_driver.h.
bool preTriggerBackToBackEnable |
Enable the back to back mode for ADC pre_trigger.
Definition at line 45 of file pdb_driver.h.
bool preTriggerEnable |
Enable the pre_trigger.
Definition at line 43 of file pdb_driver.h.
bool preTriggerOutputEnable |
Enable the pre_trigger output.
Definition at line 44 of file pdb_driver.h.