Home
last modified time | relevance | path

Searched refs:bitWidth (Results 1 – 12 of 12) sorted by relevance

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_sai.c203 uint8_t bytesPerWord = bitWidth / 8U; in SAI_WriteNonBlocking()
224 uint8_t bytesPerWord = bitWidth / 8U; in SAI_ReadNonBlocking()
641 uint8_t bytesPerWord = bitWidth / 8U; in SAI_WriteBlocking()
650 SAI_WriteNonBlocking(base, channel, bitWidth, buffer, bytesPerWord); in SAI_WriteBlocking()
664 uint8_t bytesPerWord = bitWidth / 8U; in SAI_ReadBlocking()
673 SAI_ReadNonBlocking(base, channel, bitWidth, buffer, bytesPerWord); in SAI_ReadBlocking()
731 handle->bitWidth = format->bitWidth; in SAI_TransferTxSetFormat()
756 handle->bitWidth = format->bitWidth; in SAI_TransferRxSetFormat()
916 uint8_t dataSize = handle->bitWidth / 8U; in SAI_TransferTxHandleIRQ()
982 uint8_t dataSize = handle->bitWidth / 8U; in SAI_TransferRxHandleIRQ()
[all …]
A Dfsl_sai.h213 uint32_t bitWidth; /*!< Data length of audio data, usually 8/16/24/32 bits */ member
241 uint8_t bitWidth; /*!< Bit width for transfer, 8/16/24/32 bits */ member
634 void SAI_WriteBlocking(I2S_Type *base, uint32_t channel, uint32_t bitWidth, uint8_t *buffer, uint32…
659 void SAI_ReadBlocking(I2S_Type *base, uint32_t channel, uint32_t bitWidth, uint8_t *buffer, uint32_…
A Dfsl_sai_edma.c196 if (format->bitWidth == 24U) in SAI_TransferTxSetFormatEDMA()
202 handle->bytesPerFrame = format->bitWidth / 8U; in SAI_TransferTxSetFormatEDMA()
226 if (format->bitWidth == 24U) in SAI_TransferRxSetFormatEDMA()
232 handle->bytesPerFrame = format->bitWidth / 8U; in SAI_TransferRxSetFormatEDMA()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_sai.c38 ….format = {.mclk_HZ = 6144000U, .sampleRate = kWM8960_AudioSampleRate16KHz, .bitWidth = kWM8960_Au…
127 format.bitWidth = kSAI_WordWidth16bits; in sai_init()
206 format.bitWidth = kSAI_WordWidth16bits; in SAI_samplebits_set()
209 format.bitWidth = kSAI_WordWidth24bits; in SAI_samplebits_set()
212 format.bitWidth = kSAI_WordWidth32bits; in SAI_samplebits_set()
215 format.bitWidth = kSAI_WordWidth16bits; in SAI_samplebits_set()
A Dbsp_wm8960.h304 uint32_t bitWidth; /*!< bit width */ member
A Dbsp_wm8960.c598 …_ConfigDataFormat(dev, config->format.mclk_HZ, config->format.sampleRate, config->format.bitWidth); in WM8960_init()
/bsp/ft2004/libraries/bsp/ft_qspi/
A Dqspi_g.c26 .bitWidth = 8}};
A Dft_qspi.h110 u32 bitWidth; /* Transfer unit width */ member
/bsp/nxp/lpc/lpc54114-lite/drivers/audio/
A Dfsl_wm8904.h117 wm8904_bit_width_t bitWidth; /*!< Bit width */ member
A Dfsl_wm8904.c341 config->format.bitWidth = kWM8904_BitWidth16; in WM8904_GetDefaultConfig()
379 result = WM8904_ModifyRegister(handle, WM8904_AUDIO_IF_1, 0x000C, (uint16_t)format->bitWidth); in WM8904_SetAudioFormat()
/bsp/nxp/lpc/lpc55sxx/Libraries/drivers/
A Ddrv_sound_wm8904.h194 wm8904_bit_width_t bitWidth; /*!< Bit width */ member
A Ddrv_sound_wm8904.c640 return wm8904_updateformat(dev, format->fsRatio, reg_sample_rate, format->bitWidth); in wm8904_check_audio_format()

Completed in 29 milliseconds