Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi.c217 …config->clockInactiveState = kECSPI_ClockInactiveStateLow; /*!< Clock line (SCLK) inactive s… in ECSPI_GetDefaultChannelConfig()
469 base->CONFIGREG |= (ECSPI_CONFIGREG_SCLK_CTL(config->clockInactiveState) | in ECSPI_SetChannelConfig()
478 ((ECSPI_CONFIGREG_SCLK_CTL(config->clockInactiveState) << 1U) | in ECSPI_SetChannelConfig()
487 ((ECSPI_CONFIGREG_SCLK_CTL(config->clockInactiveState) << 2) | in ECSPI_SetChannelConfig()
496 ((ECSPI_CONFIGREG_SCLK_CTL(config->clockInactiveState) << 3) | in ECSPI_SetChannelConfig()
Dfsl_ecspi.h155 ecspi_clock_inactive_state_t clockInactiveState; /*!< Clock line (SCLK) inactive state */ member