Lines Matching defs:bitWidth
298 uint8_t bitWidth, in SAI_WriteNonBlocking()
331 uint8_t bitWidth, in SAI_ReadNonBlocking()
358 sai_word_width_t bitWidth, in SAI_GetCommonConfig()
763 …I2S_Type *base, uint32_t sourceClockHz, uint32_t sampleRate, uint32_t bitWidth, uint32_t channelNu… in SAI_TxSetBitClockRate()
810 …I2S_Type *base, uint32_t sourceClockHz, uint32_t sampleRate, uint32_t bitWidth, uint32_t channelNu… in SAI_RxSetBitClockRate()
1422 sai_word_width_t bitWidth, in SAI_GetClassicI2SConfig()
1438 sai_word_width_t bitWidth, in SAI_GetLeftJustifiedConfig()
1460 sai_word_width_t bitWidth, in SAI_GetRightJustifiedConfig()
1498 sai_word_width_t bitWidth, in SAI_GetDSPConfig()
1531 sai_word_width_t bitWidth, in SAI_GetTDMConfig()
1569 void SAI_WriteBlocking(I2S_Type *base, uint32_t channel, uint32_t bitWidth, uint8_t *buffer, uint32… in SAI_WriteBlocking()
1608 …I2S_Type *base, uint32_t channel, uint32_t channelMask, uint32_t bitWidth, uint8_t *buffer, uint32… in SAI_WriteMultiChannelBlocking()
1663 …I2S_Type *base, uint32_t channel, uint32_t channelMask, uint32_t bitWidth, uint8_t *buffer, uint32… in SAI_ReadMultiChannelBlocking()
1709 void SAI_ReadBlocking(I2S_Type *base, uint32_t channel, uint32_t bitWidth, uint8_t *buffer, uint32_… in SAI_ReadBlocking()