Home
last modified time | relevance | path

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

/hal_nxp-latest/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-latest/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c369 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()
Dfsl_sai.h215 sai_sync_mode_t syncMode; /*!< SAI sync mode, control Tx/Rx clock sync */ member
428 sai_sync_mode_t syncMode; /*!< transceiver sync mode */ member
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c875 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()
Dsrtm_sai_edma_adapter.c838 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()
/hal_nxp-latest/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-latest/mcux/mcux-sdk/components/audio/
Dfsl_adapter_sai.c363 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()
Dfsl_adapter_audio.h316 hal_audio_sai_sync_mode_t syncMode; /*!< SAI sync mode, control Tx/Rx clock sync */ member
/hal_nxp-latest/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-latest/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()
336 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-latest/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.c940 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()
Dfsl_semc.h504 semc_sync_mode_t syncMode; /*!< Sync mode. */ member