Searched refs:loop_select (Results 1 – 2 of 2) sorted by relevance
2216 XMC_VADC_SHS_LOOP_CH_t loop_select,2233 XMC_VADC_SHS_LOOP_CH_t loop_select) in XMC_VADC_GLOBAL_SHS_EnableSigmaDeltaLoop() argument2238 (loop_select == XMC_VADC_SHS_LOOP_CH_0)||(loop_select == XMC_VADC_SHS_LOOP_CH_1)) in XMC_VADC_GLOBAL_SHS_EnableSigmaDeltaLoop()2240 shs_ptr->LOOP |= (uint32_t)SHS_LOOP_LPEN0_Msk << (uint32_t)loop_select; in XMC_VADC_GLOBAL_SHS_EnableSigmaDeltaLoop()2257 XMC_VADC_SHS_LOOP_CH_t loop_select) in XMC_VADC_GLOBAL_SHS_DisableSigmaDeltaLoop() argument2262 (loop_select == XMC_VADC_SHS_LOOP_CH_0)||(loop_select == XMC_VADC_SHS_LOOP_CH_1)) in XMC_VADC_GLOBAL_SHS_DisableSigmaDeltaLoop()2264 shs_ptr->LOOP &= ~((uint32_t)SHS_LOOP_LPEN0_Msk << (uint32_t)loop_select); in XMC_VADC_GLOBAL_SHS_DisableSigmaDeltaLoop()
1027 XMC_VADC_SHS_LOOP_CH_t loop_select, in XMC_VADC_GLOBAL_SHS_SetSigmaDeltaLoop() argument1035 (loop_select == XMC_VADC_SHS_LOOP_CH_0)||(loop_select == XMC_VADC_SHS_LOOP_CH_1)) in XMC_VADC_GLOBAL_SHS_SetSigmaDeltaLoop()1040 << (uint32_t)loop_select); in XMC_VADC_GLOBAL_SHS_SetSigmaDeltaLoop()1041 …(uint32_t)ch_num | ((uint32_t)group_num << (uint32_t)SHS_LOOP_LPSH0_Pos)) << (uint32_t)loop_select; in XMC_VADC_GLOBAL_SHS_SetSigmaDeltaLoop()