Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.h830 uint32_t saiChannelMask);
843 uint32_t saiChannelMask);
856 uint32_t saiChannelMask);
871 uint32_t saiChannelMask);
900 uint32_t saiChannelMask);
Dfsl_sai.c142 uint32_t saiChannelMask);
352 uint32_t saiChannelMask) in SAI_GetCommonConfig() argument
355 assert(saiChannelMask != 0U); in SAI_GetCommonConfig()
359 config->channelMask = (uint8_t)saiChannelMask; in SAI_GetCommonConfig()
1712 uint32_t saiChannelMask) in SAI_GetClassicI2SConfig() argument
1714 SAI_GetCommonConfig(config, bitWidth, mode, saiChannelMask); in SAI_GetClassicI2SConfig()
1728 uint32_t saiChannelMask) in SAI_GetLeftJustifiedConfig() argument
1731 assert(saiChannelMask != 0U); in SAI_GetLeftJustifiedConfig()
1733 SAI_GetCommonConfig(config, bitWidth, mode, saiChannelMask); in SAI_GetLeftJustifiedConfig()
1750 uint32_t saiChannelMask) in SAI_GetRightJustifiedConfig() argument
[all …]