Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_lpcomp.h520 __STATIC_INLINE uint32_t Cy_LPComp_GetCompare(LPCOMP_Type const * base, cy_en_lpcomp_channel_t chan…
651 __STATIC_INLINE uint32_t Cy_LPComp_GetCompare(LPCOMP_Type const * base, cy_en_lpcomp_channel_t chan… in Cy_LPComp_GetCompare() function
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_comp_lp.c413 …return (1UL == Cy_LPComp_GetCompare(obj->base_lpcomp, _CYHAL_COMP_GET_CHANNEL(obj->resource.channe… in _cyhal_comp_lp_read()