Home
last modified time | relevance | path

Searched refs:switchSelect (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ctb.c1260 void Cy_CTB_SetAnalogSwitch(CTBM_Type *base, cy_en_ctb_switch_register_sel_t switchSelect, uint32_t… in Cy_CTB_SetAnalogSwitch() argument
1262 CY_ASSERT_L3(CY_CTB_SWITCHSELECT(switchSelect)); in Cy_CTB_SetAnalogSwitch()
1263 CY_ASSERT_L2(CY_CTB_SWITCHMASK(switchSelect, switchMask)); in Cy_CTB_SetAnalogSwitch()
1272 switch(switchSelect) in Cy_CTB_SetAnalogSwitch()
1332 uint32_t Cy_CTB_GetAnalogSwitch(const CTBM_Type *base, cy_en_ctb_switch_register_sel_t switchSelect) in Cy_CTB_GetAnalogSwitch() argument
1334 CY_ASSERT_L3(CY_CTB_SWITCHSELECT(switchSelect)); in Cy_CTB_GetAnalogSwitch()
1338 switch(switchSelect) in Cy_CTB_GetAnalogSwitch()
Dcy_sar.c1426 void Cy_SAR_SetAnalogSwitch(SAR_Type *base, cy_en_sar_switch_register_sel_t switchSelect, uint32_t … in Cy_SAR_SetAnalogSwitch() argument
1428 CY_ASSERT_L3(CY_SAR_SWITCHSELECT(switchSelect)); in Cy_SAR_SetAnalogSwitch()
1431 (void)switchSelect; /* Suppress warning */ in Cy_SAR_SetAnalogSwitch()
1473 uint32_t Cy_SAR_GetAnalogSwitch(const SAR_Type *base, cy_en_sar_switch_register_sel_t switchSelect) in Cy_SAR_GetAnalogSwitch() argument
1475 CY_ASSERT_L3(CY_SAR_SWITCHSELECT(switchSelect)); in Cy_SAR_GetAnalogSwitch()
1476 (void)switchSelect; /* Suppress warning */ in Cy_SAR_GetAnalogSwitch()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ctb.h1111 void Cy_CTB_SetAnalogSwitch(CTBM_Type *base, cy_en_ctb_switch_register_sel_t switchSelect, uint32_t…
1112 uint32_t Cy_CTB_GetAnalogSwitch(const CTBM_Type *base, cy_en_ctb_switch_register_sel_t switchSelect
Dcy_sar.h1631 void Cy_SAR_SetAnalogSwitch(SAR_Type *base, cy_en_sar_switch_register_sel_t switchSelect, uint32_t …
1632 uint32_t Cy_SAR_GetAnalogSwitch(const SAR_Type *base, cy_en_sar_switch_register_sel_t switchSelect);
/hal_infineon-latest/mtb-hal-cat1/COMPONENT_CAT1B/include/
Dcyhal_missing_pdl.h344 #define Cy_SAR_SetAnalogSwitch(base, switchSelect, switchMask, state) argument