Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sar.h1660 __STATIC_INLINE uint32_t Cy_SAR_GetSatInterruptMask(const SAR_Type *base);
2261 __STATIC_INLINE uint32_t Cy_SAR_GetSatInterruptMask(const SAR_Type *base) in Cy_SAR_GetSatInterruptMask() function
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_adc_sar.c832 … channel_configs[i].satIntrEn = (0u != (Cy_SAR_GetSatInterruptMask(adc->base) & 1uL << i)); in _cyhal_adc_extract_channel_conf()