Home
last modified time | relevance | path

Searched refs:pcsToSckDelayInNanoSec (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c142 masterConfig.pcsToSckDelayInNanoSec = (uint32_t)RTE_SPI0_PCS_TO_SCK_DELAY; in LPSPI_CommonControl()
152 masterConfig.pcsToSckDelayInNanoSec = (uint32_t)RTE_SPI1_PCS_TO_SCK_DELAY; in LPSPI_CommonControl()
162 masterConfig.pcsToSckDelayInNanoSec = (uint32_t)RTE_SPI2_PCS_TO_SCK_DELAY; in LPSPI_CommonControl()
171 masterConfig.pcsToSckDelayInNanoSec = (uint32_t)RTE_SPI3_PCS_TO_SCK_DELAY; in LPSPI_CommonControl()
181 masterConfig.pcsToSckDelayInNanoSec = (uint32_t)RTE_SPI4_PCS_TO_SCK_DELAY; in LPSPI_CommonControl()
191 masterConfig.pcsToSckDelayInNanoSec = (uint32_t)RTE_SPI5_PCS_TO_SCK_DELAY; in LPSPI_CommonControl()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/flash/nor/lpspi/
Dfsl_lpspi_mem_adapter.c64 lpspiMasterCfg.pcsToSckDelayInNanoSec = 1000000000U / lpspiMasterCfg.baudRate; in LPSPI_MemInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.h241 …uint32_t pcsToSckDelayInNanoSec; /*!< PCS to SCK delay time in nanoseconds; setting to 0 sets … member
Dfsl_dspi.c238 masterConfig->ctarConfig.pcsToSckDelayInNanoSec); in DSPI_MasterInit()
275 masterConfig->ctarConfig.pcsToSckDelayInNanoSec = 1000; in DSPI_MasterGetDefaultConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/dspi/
Dfsl_dspi_cmsis.c134 masterConfig.ctarConfig.pcsToSckDelayInNanoSec = (uint32_t)RTE_SPI0_PCS_TO_SCK_DELAY; in DSPI_CommonControl()
144 masterConfig.ctarConfig.pcsToSckDelayInNanoSec = (uint32_t)RTE_SPI1_PCS_TO_SCK_DELAY; in DSPI_CommonControl()
154 masterConfig.ctarConfig.pcsToSckDelayInNanoSec = (uint32_t)RTE_SPI2_PCS_TO_SCK_DELAY; in DSPI_CommonControl()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.h269 …uint32_t pcsToSckDelayInNanoSec; /*!< PCS to SCK delay time in nanoseconds, setting to 0 sets … member
Dfsl_lpspi.c324 …(void)LPSPI_MasterSetDelayTimes(base, masterConfig->pcsToSckDelayInNanoSec, kLPSPI_PcsToSck, srcCl… in LPSPI_MasterInit()
358 masterConfig->pcsToSckDelayInNanoSec = (1000000000U / masterConfig->baudRate) / 2U; in LPSPI_MasterGetDefaultConfig()