Home
last modified time | relevance | path

Searched refs:syncMode (Results 1 – 15 of 15) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c352 config->syncMode = kSAI_ModeAsync; in SAI_GetCommonConfig()
476 if (config->syncMode == kSAI_ModeAsync) in SAI_TxInit()
482 if (config->syncMode == kSAI_ModeSync) in SAI_TxInit()
493 if (config->syncMode == kSAI_ModeSyncWithOtherTx) in SAI_TxInit()
499 if (config->syncMode == kSAI_ModeSyncWithOtherRx) in SAI_TxInit()
600 if (config->syncMode == kSAI_ModeAsync) in SAI_RxInit()
606 if (config->syncMode == kSAI_ModeSync) in SAI_RxInit()
617 if (config->syncMode == kSAI_ModeSyncWithOtherTx) in SAI_RxInit()
623 if (config->syncMode == kSAI_ModeSyncWithOtherRx) in SAI_RxInit()
711 config->syncMode = kSAI_ModeAsync; in SAI_TxGetDefaultConfig()
[all …]
Dfsl_sai.h191 sai_sync_mode_t syncMode; /*!< SAI sync mode, control Tx/Rx clock sync */ member
404 sai_sync_mode_t syncMode; /*!< transceiver sync mode */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/esai/
Dfsl_esai.c378 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()
Dfsl_esai.h209 esai_sync_mode_t syncMode; /*!< ESAI sync mode, control Tx/Rx clock sync */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_miniusart/
Dfsl_usart.c233 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()
Dfsl_usart.h208 …usart_sync_mode_t syncMode; /*!< Transfer mode - asynchronous, synchronous master, synch… member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c871 bool sync = cfg->config.syncMode == kSAI_ModeSync; in SRTM_SaiSdmaAdapter_SetFormat()
885 …paramRtm = (sync && (handle->rxConfig.config.syncMode == kSAI_ModeAsync) && handle->rxRtm.paramSet… in SRTM_SaiSdmaAdapter_SetFormat()
901 …paramRtm = (sync && (handle->txConfig.config.syncMode == kSAI_ModeAsync) && handle->txRtm.paramSet… in SRTM_SaiSdmaAdapter_SetFormat()
1068 if (otherCfg->config.syncMode == kSAI_ModeSync) in SRTM_SaiSdmaAdapter_Start()
1089 … if ((thisCfg->config.syncMode == kSAI_ModeSync) && (otherRtm->state != SRTM_AudioStateStarted)) in SRTM_SaiSdmaAdapter_Start()
1195 if (otherCfg->config.syncMode == kSAI_ModeSync) in SRTM_SaiSdmaAdapter_End()
1211 … if ((thisCfg->config.syncMode == kSAI_ModeSync) && (otherRtm->state != SRTM_AudioStateStarted)) in SRTM_SaiSdmaAdapter_End()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_lcdc/
Dfsl_lcdc.c555 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()
Dfsl_lcdc.h190 lcdc_cursor_sync_mode_t syncMode; /*!< Cursor synchronization mode. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/audio/
Dfsl_adapter_sai.c356 if ((uint8_t)featureConfig->sai.syncMode == (uint8_t)kHAL_AudioSaiModeAsync) in HAL_AudioCommonInit()
358 saiConfig.syncMode = kSAI_ModeAsync; in HAL_AudioCommonInit()
362 saiConfig.syncMode = kSAI_ModeSync; in HAL_AudioCommonInit()
Dfsl_adapter_audio.h316 hal_audio_sai_sync_mode_t syncMode; /*!< SAI sync mode, control Tx/Rx clock sync */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart.c238 … USART_CFG_SYNCEN((uint32_t)config->syncMode >> 1) | USART_CFG_SYNCMST((uint8_t)config->syncMode) | in USART_Init()
326 config->syncMode = kUSART_SyncModeDisabled; in USART_GetDefaultConfig()
Dfsl_usart.h224 …usart_sync_mode_t syncMode; /*!< Transfer mode select - asynchronous, synchronous master, synchron… member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.c937 if (kSEMC_AsyncMode != config->syncMode) in SEMC_ConfigureSRAMWithChipSelection()
955 SEMC_SRAMCR0_SYNCEN(config->syncMode) | in SEMC_ConfigureSRAMWithChipSelection()
978 SEMC_SRAMCR4_SYNCEN(config->syncMode) | in SEMC_ConfigureSRAMWithChipSelection()
Dfsl_semc.h503 semc_sync_mode_t syncMode; /*!< Sync mode. */ member