Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_util_i3c.c100 uint32_t tfml_od_min = TFML_OD_MIN; in I3C_CtrlTimingComputation() local
301 if (((scllod + 1U) * ti3cclk) < tfml_od_min) in I3C_CtrlTimingComputation()
303 scllod = DIV_ROUND_CLOSEST(tfml_od_min, ti3cclk) - 1U; in I3C_CtrlTimingComputation()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_util_i3c.c100 uint32_t tfml_od_min = TFML_OD_MIN; in I3C_CtrlTimingComputation() local
301 if (((scllod + 1U) * ti3cclk) < tfml_od_min) in I3C_CtrlTimingComputation()
303 scllod = DIV_ROUND_CLOSEST(tfml_od_min, ti3cclk) - 1U; in I3C_CtrlTimingComputation()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_util_i3c.c100 uint32_t tfml_od_min = TFML_OD_MIN; in I3C_CtrlTimingComputation() local
301 if (((scllod + 1U) * ti3cclk) < tfml_od_min) in I3C_CtrlTimingComputation()
303 scllod = DIV_ROUND_CLOSEST(tfml_od_min, ti3cclk) - 1U; in I3C_CtrlTimingComputation()