Home
last modified time | relevance | path

Searched refs:channelConfig (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/ecspi/
Dfsl_ecspi_cmsis.c155 masterConfig->channelConfig.polarity = kECSPI_PolarityActiveHigh; in ECSPI_MasterCommonControl()
156 masterConfig->channelConfig.phase = kECSPI_ClockPhaseFirstEdge; in ECSPI_MasterCommonControl()
160 masterConfig->channelConfig.polarity = kECSPI_PolarityActiveHigh; in ECSPI_MasterCommonControl()
161 masterConfig->channelConfig.phase = kECSPI_ClockPhaseSecondEdge; in ECSPI_MasterCommonControl()
165 masterConfig->channelConfig.polarity = kECSPI_PolarityActiveLow; in ECSPI_MasterCommonControl()
166 masterConfig->channelConfig.phase = kECSPI_ClockPhaseFirstEdge; in ECSPI_MasterCommonControl()
170 masterConfig->channelConfig.polarity = kECSPI_PolarityActiveLow; in ECSPI_MasterCommonControl()
171 masterConfig->channelConfig.phase = kECSPI_ClockPhaseSecondEdge; in ECSPI_MasterCommonControl()
226 slaveConfig->channelConfig.polarity = kECSPI_PolarityActiveHigh; in ECSPI_SlaveCommonControl()
227 slaveConfig->channelConfig.phase = kECSPI_ClockPhaseFirstEdge; in ECSPI_SlaveCommonControl()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi.c253 ECSPI_GetDefaultChannelConfig(&config->channelConfig); in ECSPI_MasterGetDefaultConfig()
255 config->channelConfig.channelMode = kECSPI_Master; in ECSPI_MasterGetDefaultConfig()
291 ECSPI_SetChannelConfig(base, config->channel, &config->channelConfig); in ECSPI_MasterInit()
332 ECSPI_GetDefaultChannelConfig(&config->channelConfig); in ECSPI_SlaveGetDefaultConfig()
334 config->channelConfig.channelMode = kECSPI_Slave; in ECSPI_SlaveGetDefaultConfig()
371 ECSPI_SetChannelConfig(base, config->channel, &config->channelConfig); in ECSPI_SlaveInit()
Dfsl_ecspi.h166 ecspi_channel_config_t channelConfig; /*!< Channel configuration */ member
185 ecspi_channel_config_t channelConfig; /*!< Channel configuration */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_pdm_sdma_adapter.h56 pdm_channel_config_t channelConfig; /*!< PDM channel configurations. */ member
Dsrtm_pdm_sdma_adapter.c718 PDM_SetChannelConfigSDMA(handle->pdm, &rtm->pdmHandle, ch, &handle->rxConfig.channelConfig); in SRTM_PdmSdmaAdapter_SetConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c1886 edma_channel_config_t channelConfig = { in HAL_UartDMAInit() local
1893 config.channelConfig[dmaConfig->tx_channel] = &channelConfig; in HAL_UartDMAInit()
1894 config.channelConfig[dmaConfig->rx_channel] = &channelConfig; in HAL_UartDMAInit()