Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.h806 uint32_t saiChannelMask);
819 uint32_t saiChannelMask);
832 uint32_t saiChannelMask);
847 uint32_t saiChannelMask);
876 uint32_t saiChannelMask);
Dfsl_sai.c142 uint32_t saiChannelMask);
343 uint32_t saiChannelMask) in SAI_GetCommonConfig() argument
346 assert(saiChannelMask != 0U); in SAI_GetCommonConfig()
350 config->channelMask = (uint8_t)saiChannelMask; in SAI_GetCommonConfig()
1701 uint32_t saiChannelMask) in SAI_GetClassicI2SConfig() argument
1703 SAI_GetCommonConfig(config, bitWidth, mode, saiChannelMask); in SAI_GetClassicI2SConfig()
1717 uint32_t saiChannelMask) in SAI_GetLeftJustifiedConfig() argument
1720 assert(saiChannelMask != 0U); in SAI_GetLeftJustifiedConfig()
1722 SAI_GetCommonConfig(config, bitWidth, mode, saiChannelMask); in SAI_GetLeftJustifiedConfig()
1739 uint32_t saiChannelMask) in SAI_GetRightJustifiedConfig() argument
[all …]