Searched refs:Cy_SCB_GetTxSrValid (Results 1 – 2 of 2) sorted by relevance
384 __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() function1058 return (0UL == (Cy_SCB_GetNumInTxFifo(base) + Cy_SCB_GetTxSrValid(base))); in Cy_SCB_IsTxComplete()
2771 uint32_t size = Cy_SCB_GetNumInTxFifo(base) + Cy_SCB_GetTxSrValid(base); in SlaveHandleStop()3216 (Cy_SCB_GetNumInTxFifo(base) + Cy_SCB_GetTxSrValid(base)); in MasterHandleComplete()