Searched refs:Cy_SCB_GetTxSrValid (Results 1 – 2 of 2) sorted by relevance
367 __STATIC_INLINE uint32_t Cy_SCB_GetTxSrValid (CySCB_Type const *base);1020 __STATIC_INLINE uint32_t Cy_SCB_GetTxSrValid(CySCB_Type const *base) in Cy_SCB_GetTxSrValid() function1041 return (0UL == (Cy_SCB_GetNumInTxFifo(base) + Cy_SCB_GetTxSrValid(base))); in Cy_SCB_IsTxComplete()
2769 uint32_t size = Cy_SCB_GetNumInTxFifo(base) + Cy_SCB_GetTxSrValid(base); in SlaveHandleStop()3214 (Cy_SCB_GetNumInTxFifo(base) + Cy_SCB_GetTxSrValid(base)); in MasterHandleComplete()