Home
last modified time | relevance | path

Searched refs:Cy_SAR2_Channel_SetInterruptMask (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sar2.h677 __STATIC_INLINE void Cy_SAR2_Channel_SetInterruptMask(PASS_SAR_Type * base, uint32_t channel, uint3…
1055 __STATIC_INLINE void Cy_SAR2_Channel_SetInterruptMask(PASS_SAR_Type * base, uint32_t channel, uint3… in Cy_SAR2_Channel_SetInterruptMask() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sar2.c192 Cy_SAR2_Channel_SetInterruptMask(base, channel, channelConfig->interruptMask); in Cy_SAR2_Channel_Init()
223 Cy_SAR2_Channel_SetInterruptMask(base, channel, 0UL); in Cy_SAR2_Channel_DeInit()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_adc_sar.c582 Cy_SAR2_Channel_SetInterruptMask(obj->base, last_channel, new_mask); in _cyhal_adc_update_intr_mask()