Searched refs:triggerId (Results 1 – 2 of 2) sorted by relevance
171 void LPADC_SetConvTriggerConfig(ADC_Type *base, uint32_t triggerId, const lpadc_conv_trigger_config… in LPADC_SetConvTriggerConfig() argument173 assert(triggerId < ADC_TCTRL_COUNT); /* Check if the triggerId is available in this device. */ in LPADC_SetConvTriggerConfig()186 base->TCTRL[triggerId] = tmp32; in LPADC_SetConvTriggerConfig()
494 void LPADC_SetConvTriggerConfig(ADC_Type *base, uint32_t triggerId, const lpadc_conv_trigger_config…