Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx8/
Dfsl_ecspi.c219 …config->chipSlectActiveState = kECSPI_ChipSelectActiveStateLow; /*!< Chip select(SS) line active … in ECSPI_GetDefaultChannelConfig()
472 … ECSPI_CONFIGREG_SS_POL(config->chipSlectActiveState) | ECSPI_CONFIGREG_SS_CTL(config->waveForm) | in ECSPI_SetChannelConfig()
481 (ECSPI_CONFIGREG_SS_POL(config->chipSlectActiveState) << 1U) | in ECSPI_SetChannelConfig()
491 (ECSPI_CONFIGREG_SS_POL(config->chipSlectActiveState) << 2) | in ECSPI_SetChannelConfig()
501 (ECSPI_CONFIGREG_SS_POL(config->chipSlectActiveState) << 3) | in ECSPI_SetChannelConfig()
Dfsl_ecspi.h164 … ecspi_chip_select_active_state_t chipSlectActiveState; /*!< Chip select(SS) line active state */ member