Searched refs:i2s_get_tx_fifo_level (Results 1 – 1 of 1) sorted by relevance
399 static inline uint32_t i2s_get_tx_fifo_level(I2S_Type *ptr) in i2s_get_tx_fifo_level() function414 return (i2s_get_tx_fifo_level(ptr) & (0xFF << (line << 3))) >> (line << 3); in i2s_get_tx_line_fifo_level()
Completed in 17 milliseconds