Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_util_i3c.c122 uint32_t tcapa = TCAPA; in I3C_CtrlTimingComputation() local
276 if (((scllod + 1U) * ti3cclk) < tcapa) in I3C_CtrlTimingComputation()
278 scllod = DIV_ROUND_CLOSEST(tcapa, ti3cclk) + 1U; in I3C_CtrlTimingComputation()
315 free = DIV_ROUND_CLOSEST((ti3c_cas_min + tcapa), (2U * ti3cclk)) + 1U; in I3C_CtrlTimingComputation()
320 free = DIV_ROUND_CLOSEST((((scllod + 1U) * ti3cclk) + tcapa), (2U * ti3cclk)); in I3C_CtrlTimingComputation()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_util_i3c.c122 uint32_t tcapa = TCAPA; in I3C_CtrlTimingComputation() local
276 if (((scllod + 1U) * ti3cclk) < tcapa) in I3C_CtrlTimingComputation()
278 scllod = DIV_ROUND_CLOSEST(tcapa, ti3cclk) + 1U; in I3C_CtrlTimingComputation()
315 free = DIV_ROUND_CLOSEST((ti3c_cas_min + tcapa), (2U * ti3cclk)) + 1U; in I3C_CtrlTimingComputation()
320 free = DIV_ROUND_CLOSEST((((scllod + 1U) * ti3cclk) + tcapa), (2U * ti3cclk)); in I3C_CtrlTimingComputation()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_util_i3c.c122 uint32_t tcapa = TCAPA; in I3C_CtrlTimingComputation() local
276 if (((scllod + 1U) * ti3cclk) < tcapa) in I3C_CtrlTimingComputation()
278 scllod = DIV_ROUND_CLOSEST(tcapa, ti3cclk) + 1U; in I3C_CtrlTimingComputation()
315 free = DIV_ROUND_CLOSEST((ti3c_cas_min + tcapa), (2U * ti3cclk)) + 1U; in I3C_CtrlTimingComputation()
320 free = DIV_ROUND_CLOSEST((((scllod + 1U) * ti3cclk) + tcapa), (2U * ti3cclk)); in I3C_CtrlTimingComputation()