Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi.c405 uint8_t bestPostDividerValue = 0U, postDividerValue = 0U; in ECSPI_SetBaudRate() local
417 for (postDividerValue = 0U; postDividerValue < 16U; postDividerValue++) in ECSPI_SetBaudRate()
424 realBaudrate = (srcClock_Hz / (preDividerValue + 1UL)) >> postDividerValue; in ECSPI_SetBaudRate()
432 bestPostDividerValue = postDividerValue; in ECSPI_SetBaudRate()
442 bestPostDividerValue = postDividerValue; in ECSPI_SetBaudRate()