Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.h177 uint8_t postDelay; /*!< Delay between the end of transfer and SSEL deassertion. */ member
557 base->DLY = (SPI_DLY_PRE_DELAY(config->preDelay) | SPI_DLY_POST_DELAY(config->postDelay) | in SPI_SetTransferDelay()
Dfsl_spi.c150 config->delayConfig.postDelay = 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()
221 config->delayConfig.postDelay = 0U; in SPI_MasterGetDefaultConfig()
Dfsl_spi.h158 uint8_t postDelay; /*!< Delay between the end of transfer and SSEL deassertion. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/usdhc/
Dfsl_usdhc.c2039 …_t USDHC_SetTuningDelay(USDHC_Type *base, uint32_t preDelay, uint32_t outDelay, uint32_t postDelay) in USDHC_SetTuningDelay() argument
2045 assert(postDelay <= in USDHC_SetTuningDelay()
2058 USDHC_CLK_TUNE_CTRL_STATUS_DLY_CELL_SET_POST(postDelay); in USDHC_SetTuningDelay()
Dfsl_usdhc.h1421 …t USDHC_SetTuningDelay(USDHC_Type *base, uint32_t preDelay, uint32_t outDelay, uint32_t postDelay);