Home
last modified time | relevance | path

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

/hal_infineon-2.7.6/XMCLib/drivers/inc/
Dxmc_vadc.h2216 XMC_VADC_SHS_LOOP_CH_t loop_select,
2233 XMC_VADC_SHS_LOOP_CH_t loop_select) in XMC_VADC_GLOBAL_SHS_EnableSigmaDeltaLoop() argument
2238 (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() argument
2262 (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()
/hal_infineon-2.7.6/XMCLib/drivers/src/
Dxmc_vadc.c1027 XMC_VADC_SHS_LOOP_CH_t loop_select, in XMC_VADC_GLOBAL_SHS_SetSigmaDeltaLoop() argument
1035 (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()