Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.h176 uint8_t preDelay; /*!< Delay between SSEL assertion and the beginning of transfer. */ member
557 base->DLY = (SPI_DLY_PRE_DELAY(config->preDelay) | SPI_DLY_POST_DELAY(config->postDelay) | in SPI_SetTransferDelay()
Dfsl_spi.c149 config->delayConfig.preDelay = 0U; in SPI_MasterGetDefaultConfig()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.c185 base->DLY = (SPI_DLY_PRE_DELAY(config->preDelay) | SPI_DLY_POST_DELAY(config->postDelay) | in SPI_SetTransferDelay()
222 config->delayConfig.preDelay = 0U; in SPI_MasterGetDefaultConfig()
Dfsl_spi.h157 uint8_t preDelay; /*!< Delay between SSEL assertion and the beginning of transfer. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/usdhc/
Dfsl_usdhc.c2039 status_t USDHC_SetTuningDelay(USDHC_Type *base, uint32_t preDelay, uint32_t outDelay, uint32_t post… in USDHC_SetTuningDelay() argument
2041 assert(preDelay <= in USDHC_SetTuningDelay()
2056 clkTuneCtrl |= USDHC_CLK_TUNE_CTRL_STATUS_DLY_CELL_SET_PRE(preDelay) | in USDHC_SetTuningDelay()
Dfsl_usdhc.h1421 status_t USDHC_SetTuningDelay(USDHC_Type *base, uint32_t preDelay, uint32_t outDelay, uint32_t post…