Home
last modified time | relevance | path

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

/hal_infineon-3.5.0/XMCLib/drivers/src/
Dxmc_vadc.c1876 XMC_VADC_BOUNDARY_SELECT_t boundary_sel, in XMC_VADC_GROUP_ChannelSetBoundarySelection() argument
1883 group_ptr->CHCTR[ch_num] &= ~((uint32_t)VADC_G_CHCTR_BNDSELL_Msk << boundary_sel); in XMC_VADC_GROUP_ChannelSetBoundarySelection()
1884 …_ptr->CHCTR[ch_num] |= (selection<< ((uint32_t)VADC_G_CHCTR_BNDSELL_Pos + (uint32_t)boundary_sel)); in XMC_VADC_GROUP_ChannelSetBoundarySelection()
/hal_infineon-3.5.0/XMCLib/drivers/inc/
Dxmc_vadc.h4615 XMC_VADC_BOUNDARY_SELECT_t boundary_sel,