Searched refs:bitWidth (Results 1 – 12 of 12) sorted by relevance
| /bsp/frdm-k64f/device/MK64F12/ |
| A D | fsl_sai.c | 203 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 D | fsl_sai.h | 213 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 D | fsl_sai_edma.c | 196 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 D | drv_sai.c | 38 ….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 D | bsp_wm8960.h | 304 uint32_t bitWidth; /*!< bit width */ member
|
| A D | bsp_wm8960.c | 598 …_ConfigDataFormat(dev, config->format.mclk_HZ, config->format.sampleRate, config->format.bitWidth); in WM8960_init()
|
| /bsp/ft2004/libraries/bsp/ft_qspi/ |
| A D | qspi_g.c | 26 .bitWidth = 8}};
|
| A D | ft_qspi.h | 110 u32 bitWidth; /* Transfer unit width */ member
|
| /bsp/nxp/lpc/lpc54114-lite/drivers/audio/ |
| A D | fsl_wm8904.h | 117 wm8904_bit_width_t bitWidth; /*!< Bit width */ member
|
| A D | fsl_wm8904.c | 341 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 D | drv_sound_wm8904.h | 194 wm8904_bit_width_t bitWidth; /*!< Bit width */ member
|
| A D | drv_sound_wm8904.c | 640 return wm8904_updateformat(dev, format->fsRatio, reg_sample_rate, format->bitWidth); in wm8904_check_audio_format()
|
Completed in 29 milliseconds