Home
last modified time | relevance | path

Searched refs:enableInputDelay (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.h284 …bool enableInputDelay; /*!< Enable master to sample the input data on a delayed SCK. This can help… member
Dfsl_lpspi.c306 … LPSPI_CFGR1_NOSTALL(0) | LPSPI_CFGR1_SAMPLE((uint32_t)masterConfig->enableInputDelay); in LPSPI_MasterInit()
368 masterConfig->enableInputDelay = false; in LPSPI_MasterGetDefaultConfig()