Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpadc.c199 void LPADC_SetConvCommandConfig(ADC_Type *base, uint32_t commandId, const lpadc_conv_command_config… in LPADC_SetConvCommandConfig() argument
201 …assert(commandId < (ADC_CMDL_COUNT + 1U)); /* Check if the commandId is available on this device. … in LPADC_SetConvCommandConfig()
206commandId--; /* The available command number are 1-15, while the index of register group are 0-14.… in LPADC_SetConvCommandConfig()
229 base->CMD[commandId].CMDL = tmp32; in LPADC_SetConvCommandConfig()
241 base->CMD[commandId].CMDH = tmp32; in LPADC_SetConvCommandConfig()
250 assert(commandId < ADC_CV_COUNT); in LPADC_SetConvCommandConfig()
253 … base->CV[commandId] = ADC_CV_CVH(config->hardwareCompareValueHigh) /* Compare value high. */ in LPADC_SetConvCommandConfig()
Dfsl_lpadc.h529 void LPADC_SetConvCommandConfig(ADC_Type *base, uint32_t commandId, const lpadc_conv_command_config…