Searched refs:txFrameIntrMask (Results 1 – 2 of 2) sorted by relevance
289 static inline void NETC_SICleanTxIntrFlags(ENETC_SI_Type *base, uint16_t txFrameIntrMask, uint16_t … in NETC_SICleanTxIntrFlags() argument291 base->SITXIDR0 = ((uint32_t)txFrameIntrMask << 16U) + txThresIntrMask; in NETC_SICleanTxIntrFlags()
1273 static inline void EP_CleanTxIntrFlags(ep_handle_t *handle, uint16_t txFrameIntrMask, uint16_t txTh… in EP_CleanTxIntrFlags() argument1275 NETC_SICleanTxIntrFlags(handle->hw.si, txFrameIntrMask, txThresIntrMask); in EP_CleanTxIntrFlags()