Home
last modified time | relevance | path

Searched defs:bitWidth (Results 1 – 25 of 66) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c298 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()
[all …]
Dfsl_sai.h297 uint32_t bitWidth; /*!< Data length of audio data, usually 8/16/24/32 bits */ member
457 uint8_t bitWidth; /*!< Bit width for transfer, 8/16/24/32 bits */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s.c62 static void FLEXIO_I2S_WriteNonBlocking(FLEXIO_I2S_Type *base, uint8_t bitWidth, uint8_t *txData, s… in FLEXIO_I2S_WriteNonBlocking()
83 static void FLEXIO_I2S_ReadNonBlocking(FLEXIO_I2S_Type *base, uint8_t bitWidth, uint8_t *rxData, si… in FLEXIO_I2S_ReadNonBlocking()
408 status_t FLEXIO_I2S_WriteBlocking(FLEXIO_I2S_Type *base, uint8_t bitWidth, uint8_t *txData, size_t … in FLEXIO_I2S_WriteBlocking()
470 status_t FLEXIO_I2S_ReadBlocking(FLEXIO_I2S_Type *base, uint8_t bitWidth, uint8_t *rxData, size_t s… in FLEXIO_I2S_ReadBlocking()
Dfsl_flexio_i2s.h97 uint8_t bitWidth; /*!< Bit width of audio data, always 8/16/24/32 bits */ member
149 …uint8_t bitWidth; /*!< Bit width for transfer, 8/16/24/32bi… member
368 static inline void FLEXIO_I2S_WriteData(FLEXIO_I2S_Type *base, uint8_t bitWidth, uint32_t data) in FLEXIO_I2S_WriteData()
/hal_nxp-latest/mcux/mcux-sdk/drivers/esai/
Dfsl_esai.c295 static void ESAI_WriteNonBlocking(ESAI_Type *base, uint32_t bitWidth, uint8_t *buffer, uint32_t siz… in ESAI_WriteNonBlocking()
316 static void ESAI_ReadNonBlocking(ESAI_Type *base, uint32_t bitWidth, uint8_t *buffer, uint32_t size) in ESAI_ReadNonBlocking()
733 void ESAI_WriteBlocking(ESAI_Type *base, uint32_t bitWidth, uint8_t *buffer, uint32_t size) in ESAI_WriteBlocking()
766 void ESAI_ReadBlocking(ESAI_Type *base, uint32_t bitWidth, uint8_t *buffer, uint32_t size) in ESAI_ReadBlocking()
Dfsl_esai_edma.h38 uint8_t bitWidth; /*!< Bit width for transfer, 8/16/24/32 bits */ member
/hal_nxp-latest/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.c73 wm8904_bit_width_t bitWidth) in WM8904_UpdateFormat()
513 …04_SetMasterClock(wm8904_handle_t *handle, uint32_t sysclk, uint32_t sampleRate, uint32_t bitWidth) in WM8904_SetMasterClock()
947 …04_SetAudioFormat(wm8904_handle_t *handle, uint32_t sysclk, uint32_t sampleRate, uint32_t bitWidth) in WM8904_SetAudioFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/wm8960/
Dfsl_wm8960.c50 …0_handle_t *handle, uint32_t inputMclk, uint32_t outputClk, uint32_t sampleRate, uint32_t bitWidth) in WM8960_SetInternalPllConfig()
99 …60_SetMasterClock(wm8960_handle_t *handle, uint32_t sysclk, uint32_t sampleRate, uint32_t bitWidth) in WM8960_SetMasterClock()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_edma_adapter.c64 sai_word_width_t bitWidth; member
700 uint8_t bitWidth; in SRTM_SaiEdmaAdapter_SetConfig() local
Dsrtm_sai_sdma_adapter.c69 uint8_t bitWidth; member
874 uint8_t channels, bitWidth; in SRTM_SaiSdmaAdapter_SetFormat() local
Dsrtm_i2c_codec_adapter.c47 uint32_t bitWidth = 0U; in SRTM_I2CCodecAdapter_SetParam() local
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/ak4497/
Dfsl_codec_ak4497_adapter.h171 …e status_t HAL_CODEC_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_SetFormat()
Dfsl_codec_ak4497_adapter.c73 …s_t HAL_CODEC_AK4497_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_AK4497_SetFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/cs42448/
Dfsl_codec_cs42448_adapter.h171 …e status_t HAL_CODEC_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_SetFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/cs42888/
Dfsl_codec_cs42888_adapter.h171 …e status_t HAL_CODEC_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_SetFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/da7212/
Dfsl_codec_da7212_adapter.h171 …e status_t HAL_CODEC_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_SetFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/pcm186x/
Dfsl_codec_pcm186x_adapter.h171 …e status_t HAL_CODEC_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_SetFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/pcm512x/
Dfsl_codec_pcm512x_adapter.h171 …e status_t HAL_CODEC_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_SetFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.h171 …e status_t HAL_CODEC_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_SetFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8960/
Dfsl_codec_wm8960_adapter.h169 …e status_t HAL_CODEC_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_SetFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8962/
Dfsl_codec_wm8962_adapter.h171 …e status_t HAL_CODEC_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_SetFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/tfa9896/
Dfsl_codec_tfa9896_adapter.h168 …e status_t HAL_CODEC_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_SetFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/tfa9xxx/
Dfsl_codec_tfa9xxx_adapter.h171 …e status_t HAL_CODEC_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_SetFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8524/
Dfsl_codec_wm8524_adapter.h171 …e status_t HAL_CODEC_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_SetFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.h171 …e status_t HAL_CODEC_SetFormat(void *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWidth) in HAL_CODEC_SetFormat()

123