Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi.h160 } ecspi_channel_config_t; typedef
166 ecspi_channel_config_t channelConfig; /*!< Channel configuration */
185 ecspi_channel_config_t channelConfig; /*!< Channel configuration */
543 …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()