Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_lpcomp.h539 __STATIC_INLINE uint32_t Cy_LPComp_GetInterruptStatusMasked(LPCOMP_Type const * base);
732 __STATIC_INLINE uint32_t Cy_LPComp_GetInterruptStatusMasked(LPCOMP_Type const * base) in Cy_LPComp_GetInterruptStatusMasked() function
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_comp_lp.c194 …uint32_t instance_num = (uint32_t) (Cy_LPComp_GetInterruptStatusMasked(_cyhal_lpcomp_base[block]) … in _cyhal_comp_lp_irq_handler()