Home
last modified time | relevance | path

Searched refs:dataWordNLength (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.h385 …uint8_t dataWordNLength; /*!< configure the number of bits in the each word in each frame, except … member
Dfsl_sai.c378 config->serialData.dataWordNLength = (uint8_t)bitWidth; in SAI_GetCommonConfig()
1378 …base->TCR5 = I2S_TCR5_WNW(config->dataWordNLength - 1UL) | I2S_TCR5_W0W(config->dataWord0Length - … in SAI_TxSetSerialDataConfig()
1412 …base->RCR5 = I2S_RCR5_WNW(config->dataWordNLength - 1UL) | I2S_RCR5_W0W(config->dataWord0Length - … in SAI_RxSetSerialDataConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c916 cfg->config.serialData.dataWordNLength = bitWidth; in SRTM_SaiSdmaAdapter_SetFormat()