Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.h66 kSAI_Master = 0x0U, /*!< Master mode include bclk and frame sync */ enumerator
604 if (masterSlave == kSAI_Master) in SAI_TxSetBitClockDirection()
624 if (masterSlave == kSAI_Master) in SAI_RxSetBitClockDirection()
644 if (masterSlave == kSAI_Master) in SAI_RxSetFrameSyncDirection()
664 if (masterSlave == kSAI_Master) in SAI_TxSetFrameSyncDirection()
Dfsl_sai.c355 config->masterSlave = kSAI_Master; in SAI_GetCommonConfig()
460 if (config->masterSlave == kSAI_Master) in SAI_TxInit()
584 if (config->masterSlave == kSAI_Master) in SAI_RxInit()
703 config->masterSlave = kSAI_Master; in SAI_TxGetDefaultConfig()
737 config->masterSlave = kSAI_Master; in SAI_RxGetDefaultConfig()
1139 if ((masterSlave == kSAI_Master) || (masterSlave == kSAI_Bclk_Master_FrameSync_Slave)) in SAI_TxSetBitclockConfig()
1167 if ((masterSlave == kSAI_Master) || (masterSlave == kSAI_Bclk_Master_FrameSync_Slave)) in SAI_RxSetBitclockConfig()
1331 …I2S_TCR4_FSD(((masterSlave == kSAI_Master) || (masterSlave == kSAI_Bclk_Slave_FrameSync_Master)) ?… in SAI_TxSetFrameSyncConfig()
1360 …I2S_RCR4_FSD(((masterSlave == kSAI_Master) || (masterSlave == kSAI_Bclk_Slave_FrameSync_Master)) ?… in SAI_RxSetFrameSyncConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/audio/
Dfsl_adapter_sai.c368 saiConfig.masterSlave = kSAI_Master; in HAL_AudioCommonInit()