Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpspi.h271 …uint32_t lastSckToPcsDelayInNanoSec; /*!< Last SCK to PCS delay time in nanoseconds, setting to 0 … member
Dfsl_dspi.h243 …uint32_t lastSckToPcsDelayInNanoSec; /*!< The last SCK to PCS delay time in nanoseconds; setting t… member
Dfsl_dspi.c240 masterConfig->ctarConfig.lastSckToPcsDelayInNanoSec); in DSPI_MasterInit()
276 masterConfig->ctarConfig.lastSckToPcsDelayInNanoSec = 1000; in DSPI_MasterGetDefaultConfig()
Dfsl_lpspi.c229 …(void)LPSPI_MasterSetDelayTimes(base, masterConfig->lastSckToPcsDelayInNanoSec, kLPSPI_LastSckToPc… in LPSPI_MasterInit()
263 masterConfig->lastSckToPcsDelayInNanoSec = 1000000000U / masterConfig->baudRate * 2U; in LPSPI_MasterGetDefaultConfig()
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpspi.h271 …uint32_t lastSckToPcsDelayInNanoSec; /*!< Last SCK to PCS delay time in nanoseconds, setting to 0 … member
Dfsl_lpspi.c237 …(void)LPSPI_MasterSetDelayTimes(base, masterConfig->lastSckToPcsDelayInNanoSec, kLPSPI_LastSckToPc… in LPSPI_MasterInit()
271 masterConfig->lastSckToPcsDelayInNanoSec = 1000000000U / masterConfig->baudRate * 2U; in LPSPI_MasterGetDefaultConfig()