Home
last modified time | relevance | path

Searched refs:sai_word_width_t (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.h255 } sai_word_width_t; typedef
756 sai_word_width_t bitWidth,
769 sai_word_width_t bitWidth,
782 sai_word_width_t bitWidth,
797 sai_word_width_t bitWidth,
826 sai_word_width_t bitWidth,
Dfsl_sai.c144 sai_word_width_t bitWidth,
358 sai_word_width_t bitWidth, in SAI_GetCommonConfig()
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()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_edma_adapter.c64 sai_word_width_t bitWidth;
119 static const sai_word_width_t saiBitsWidthMap[] = {kSAI_WordWidth16bits, kSAI_WordWidth24bits, kSAI…
/hal_nxp-latest/mcux/mcux-sdk/components/audio/
Dfsl_adapter_sai.c305 …SAI_GetClassicI2SConfig(&saiConfig, (sai_word_width_t)config->bitWidth, kSAI_Stereo, featureConfig… in HAL_AudioCommonInit()