Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_common.h384 __STATIC_INLINE uint32_t Cy_SCB_GetTxSrValid (CySCB_Type const *base);
1037 __STATIC_INLINE uint32_t Cy_SCB_GetTxSrValid(CySCB_Type const *base) in Cy_SCB_GetTxSrValid() function
1058 return (0UL == (Cy_SCB_GetNumInTxFifo(base) + Cy_SCB_GetTxSrValid(base))); in Cy_SCB_IsTxComplete()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_i2c.c2771 uint32_t size = Cy_SCB_GetNumInTxFifo(base) + Cy_SCB_GetTxSrValid(base); in SlaveHandleStop()
3216 (Cy_SCB_GetNumInTxFifo(base) + Cy_SCB_GetTxSrValid(base)); in MasterHandleComplete()