Home
last modified time | relevance | path

Searched refs:saiChannelMask (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c146 uint32_t saiChannelMask);
360 uint32_t saiChannelMask) in SAI_GetCommonConfig() argument
363 assert(saiChannelMask != 0U); in SAI_GetCommonConfig()
367 config->channelMask = (uint8_t)saiChannelMask; in SAI_GetCommonConfig()
1408 uint32_t saiChannelMask) in SAI_GetClassicI2SConfig() argument
1410 SAI_GetCommonConfig(config, bitWidth, mode, saiChannelMask); in SAI_GetClassicI2SConfig()
1424 uint32_t saiChannelMask) in SAI_GetLeftJustifiedConfig() argument
1427 assert(saiChannelMask != 0U); in SAI_GetLeftJustifiedConfig()
1429 SAI_GetCommonConfig(config, bitWidth, mode, saiChannelMask); in SAI_GetLeftJustifiedConfig()
1446 uint32_t saiChannelMask) in SAI_GetRightJustifiedConfig() argument
[all …]
Dfsl_sai.h758 uint32_t saiChannelMask);
771 uint32_t saiChannelMask);
784 uint32_t saiChannelMask);
799 uint32_t saiChannelMask);
828 uint32_t saiChannelMask);