Searched refs:commandId (Results 1 – 2 of 2) sorted by relevance
199 void LPADC_SetConvCommandConfig(ADC_Type *base, uint32_t commandId, const lpadc_conv_command_config… in LPADC_SetConvCommandConfig() argument201 …assert(commandId < (ADC_CMDL_COUNT + 1U)); /* Check if the commandId is available on this device. … in LPADC_SetConvCommandConfig()206 …commandId--; /* 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()
529 void LPADC_SetConvCommandConfig(ADC_Type *base, uint32_t commandId, const lpadc_conv_command_config…