Searched refs:postDelay (Results 1 – 6 of 6) sorted by relevance
177 uint8_t postDelay; /*!< Delay between the end of transfer and SSEL deassertion. */ member557 base->DLY = (SPI_DLY_PRE_DELAY(config->preDelay) | SPI_DLY_POST_DELAY(config->postDelay) | in SPI_SetTransferDelay()
150 config->delayConfig.postDelay = 0U; in SPI_MasterGetDefaultConfig()
185 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()
158 uint8_t postDelay; /*!< Delay between the end of transfer and SSEL deassertion. */ member
2039 …_t USDHC_SetTuningDelay(USDHC_Type *base, uint32_t preDelay, uint32_t outDelay, uint32_t postDelay) in USDHC_SetTuningDelay() argument2045 assert(postDelay <= in USDHC_SetTuningDelay()2058 USDHC_CLK_TUNE_CTRL_STATUS_DLY_CELL_SET_POST(postDelay); in USDHC_SetTuningDelay()
1421 …t USDHC_SetTuningDelay(USDHC_Type *base, uint32_t preDelay, uint32_t outDelay, uint32_t postDelay);