Home
last modified time | relevance | path

Searched refs:lpadc_conv_command_config_t (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpadc.h256 } lpadc_conv_command_config_t; typedef
529 …SetConvCommandConfig(ADC_Type *base, uint32_t commandId, const lpadc_conv_command_config_t *config…
551 void LPADC_GetDefaultConvCommandConfig(lpadc_conv_command_config_t *config);
Dfsl_lpadc.c199 …SetConvCommandConfig(ADC_Type *base, uint32_t commandId, const lpadc_conv_command_config_t *config) in LPADC_SetConvCommandConfig()
258 void LPADC_GetDefaultConvCommandConfig(lpadc_conv_command_config_t *config) in LPADC_GetDefaultConvCommandConfig()
301 lpadc_conv_command_config_t mLpadcCommandConfigStruct; in LPADC_DoAutoCalibration()