Searched refs:boundary_sel (Results 1 – 2 of 2) sorted by relevance
1876 XMC_VADC_BOUNDARY_SELECT_t boundary_sel, in XMC_VADC_GROUP_ChannelSetBoundarySelection() argument1883 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()
4615 XMC_VADC_BOUNDARY_SELECT_t boundary_sel,