Searched refs:u32_Tx_Count (Results 1 – 2 of 2) sorted by relevance
28 if (hi2s->u32_Tx_Count < hi2s->u32_Tx_Size) in HAL_I2S_IRQHandler()30 hi2s->Instance->DAT = hi2s->u32_Tx_Buffer[hi2s->u32_Tx_Count++]; in HAL_I2S_IRQHandler()361 hi2s->u32_Tx_Count = 0; in HAL_I2S_Transmit_IT()
179 uint32_t u32_Tx_Count; /* I2S TX Count */ member
Completed in 7 milliseconds