Home
last modified time | relevance | path

Searched refs:ecspi_channel_config_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imx8/
Dfsl_ecspi.h168 } ecspi_channel_config_t; typedef
174 ecspi_channel_config_t channelConfig; /*!< Channel configuration */
193 ecspi_channel_config_t channelConfig; /*!< Channel configuration */
551 …nnelConfig(ECSPI_Type *base, ecspi_channel_source_t channel, const ecspi_channel_config_t *config);
Dfsl_ecspi.c84 static void ECSPI_GetDefaultChannelConfig(ecspi_channel_config_t *config);
211 static void ECSPI_GetDefaultChannelConfig(ecspi_channel_config_t *config) in ECSPI_GetDefaultChannelConfig()
463 …annelConfig(ECSPI_Type *base, ecspi_channel_source_t channel, const ecspi_channel_config_t *config) in ECSPI_SetChannelConfig()