Searched refs:syncMode (Results 1 – 16 of 16) sorted by relevance
378 base->SAICR |= ESAI_SAICR_SYN(config->syncMode); in ESAI_Init()384 if (config->syncMode == kESAI_ModeAsync) in ESAI_Init()392 if (config->syncMode == kESAI_ModeAsync) in ESAI_Init()400 if (config->syncMode == kESAI_ModeAsync) in ESAI_Init()480 config->syncMode = kESAI_ModeSync; in ESAI_GetDefaultConfig()
209 esai_sync_mode_t syncMode; /*!< ESAI sync mode, control Tx/Rx clock sync */ member
369 config->syncMode = kSAI_ModeAsync; in SAI_GetCommonConfig()1219 if (config->syncMode == kSAI_ModeAsync) in SAI_TxSetConfig()1225 if (config->syncMode == kSAI_ModeSync) in SAI_TxSetConfig()1236 if (config->syncMode == kSAI_ModeSyncWithOtherTx) in SAI_TxSetConfig()1242 if (config->syncMode == kSAI_ModeSyncWithOtherRx) in SAI_TxSetConfig()1336 if (config->syncMode == kSAI_ModeAsync) in SAI_RxSetConfig()1342 if (config->syncMode == kSAI_ModeSync) in SAI_RxSetConfig()1353 if (config->syncMode == kSAI_ModeSyncWithOtherTx) in SAI_RxSetConfig()1359 if (config->syncMode == kSAI_ModeSyncWithOtherRx) in SAI_RxSetConfig()
215 sai_sync_mode_t syncMode; /*!< SAI sync mode, control Tx/Rx clock sync */ member428 sai_sync_mode_t syncMode; /*!< transceiver sync mode */ member
875 bool sync = cfg->config.syncMode == kSAI_ModeSync; in SRTM_SaiSdmaAdapter_SetFormat()889 …paramRtm = (sync && (handle->rxConfig.config.syncMode == kSAI_ModeAsync) && handle->rxRtm.paramSet… in SRTM_SaiSdmaAdapter_SetFormat()905 …paramRtm = (sync && (handle->txConfig.config.syncMode == kSAI_ModeAsync) && handle->txRtm.paramSet… in SRTM_SaiSdmaAdapter_SetFormat()1072 if (otherCfg->config.syncMode == kSAI_ModeSync) in SRTM_SaiSdmaAdapter_Start()1093 … if ((thisCfg->config.syncMode == kSAI_ModeSync) && (otherRtm->state != SRTM_AudioStateStarted)) in SRTM_SaiSdmaAdapter_Start()1199 if (otherCfg->config.syncMode == kSAI_ModeSync) in SRTM_SaiSdmaAdapter_End()1215 … if ((thisCfg->config.syncMode == kSAI_ModeSync) && (otherRtm->state != SRTM_AudioStateStarted)) in SRTM_SaiSdmaAdapter_End()
838 if (otherCfg->config.syncMode == kSAI_ModeSync) in SRTM_SaiEdmaAdapter_Start()859 if (thisCfg->config.syncMode == kSAI_ModeSync && otherRtm->state != SRTM_AudioStateStarted) in SRTM_SaiEdmaAdapter_Start()969 if (otherCfg->config.syncMode == kSAI_ModeSync) in SRTM_SaiEdmaAdapter_End()985 … if (thisCfg->config.syncMode == kSAI_ModeSync && otherRtm->state != SRTM_AudioStateStarted) in SRTM_SaiEdmaAdapter_End()
233 USART_CFG_SYNCEN((uint32_t)config->syncMode >> 1) | in USART_Init()235 USART_CFG_SYNCMST(config->syncMode) | USART_CFG_CLKPOL(config->clockPolarity) | in USART_Init()324 config->syncMode = kUSART_SyncModeDisabled; in USART_GetDefaultConfig()
208 …usart_sync_mode_t syncMode; /*!< Transfer mode - asynchronous, synchronous master, synch… member
363 if ((uint8_t)featureConfig->sai.syncMode == (uint8_t)kHAL_AudioSaiModeAsync) in HAL_AudioCommonInit()365 saiConfig.syncMode = kSAI_ModeAsync; in HAL_AudioCommonInit()369 saiConfig.syncMode = kSAI_ModeSync; in HAL_AudioCommonInit()
316 hal_audio_sai_sync_mode_t syncMode; /*!< SAI sync mode, control Tx/Rx clock sync */ member
555 base->CRSR_CFG = LCD_CRSR_CFG_CRSRSIZE(config->size) | LCD_CRSR_CFG_FRAMESYNC(config->syncMode); in LCDC_SetCursorConfig()616 config->syncMode = kLCDC_CursorAsync; in LCDC_CursorGetDefaultConfig()
190 lcdc_cursor_sync_mode_t syncMode; /*!< Cursor synchronization mode. */ member
238 … USART_CFG_SYNCEN((uint32_t)config->syncMode >> 1) | USART_CFG_SYNCMST((uint8_t)config->syncMode) | in USART_Init()336 config->syncMode = kUSART_SyncModeDisabled; in USART_GetDefaultConfig()
224 …usart_sync_mode_t syncMode; /*!< Transfer mode select - asynchronous, synchronous master, synchron… member
940 if (kSEMC_AsyncMode != config->syncMode) in SEMC_ConfigureSRAMWithChipSelection()958 SEMC_SRAMCR0_SYNCEN(config->syncMode) | in SEMC_ConfigureSRAMWithChipSelection()981 SEMC_SRAMCR4_SYNCEN(config->syncMode) | in SEMC_ConfigureSRAMWithChipSelection()
504 semc_sync_mode_t syncMode; /*!< Sync mode. */ member