Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_common.h453 __STATIC_INLINE uint32_t Cy_SCB_GetRxFifoLevel (CySCB_Type const *base);
2125 __STATIC_INLINE uint32_t Cy_SCB_GetRxFifoLevel(CySCB_Type const *base) in Cy_SCB_GetRxFifoLevel() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_ezi2c.c1170 uint32_t numToCopy = Cy_SCB_GetRxFifoLevel(base) + 1UL; in HandleDataReceive()
Dcy_scb_i2c.c2570 uint32_t numToCopy = Cy_SCB_GetRxFifoLevel(base) + 1UL; in SlaveHandleDataReceive()