Searched refs:postDividerValue (Results 1 – 1 of 1) sorted by relevance
405 uint8_t bestPostDividerValue = 0U, postDividerValue = 0U; in ECSPI_SetBaudRate() local417 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()