Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dlyb.c154 uint32_t nb ; in LL_DLYB_GetClockPeriod() local
199 nb = 10U; in LL_DLYB_GetClockPeriod()
200 while ((nb > 0U) && ((lng >> nb) == 0U)) in LL_DLYB_GetClockPeriod()
202 nb--; in LL_DLYB_GetClockPeriod()
204 if (nb != 0U) in LL_DLYB_GetClockPeriod()
206 pdlyb_cfg->PhaseSel = nb ; in LL_DLYB_GetClockPeriod()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_dlyb.c154 uint32_t nb ; in LL_DLYB_GetClockPeriod() local
199 nb = 10U; in LL_DLYB_GetClockPeriod()
200 while ((nb > 0U) && ((lng >> nb) == 0U)) in LL_DLYB_GetClockPeriod()
202 nb--; in LL_DLYB_GetClockPeriod()
204 if (nb != 0U) in LL_DLYB_GetClockPeriod()
206 pdlyb_cfg->PhaseSel = nb ; in LL_DLYB_GetClockPeriod()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dlyb.c154 uint32_t nb ; in LL_DLYB_GetClockPeriod() local
199 nb = 10U; in LL_DLYB_GetClockPeriod()
200 while ((nb > 0U) && ((lng >> nb) == 0U)) in LL_DLYB_GetClockPeriod()
202 nb--; in LL_DLYB_GetClockPeriod()
204 if (nb != 0U) in LL_DLYB_GetClockPeriod()
206 pdlyb_cfg->PhaseSel = nb ; in LL_DLYB_GetClockPeriod()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_dlyb.c154 uint32_t nb ; in LL_DLYB_GetClockPeriod() local
199 nb = 10U; in LL_DLYB_GetClockPeriod()
200 while ((nb > 0U) && ((lng >> nb) == 0U)) in LL_DLYB_GetClockPeriod()
202 nb--; in LL_DLYB_GetClockPeriod()
204 if (nb != 0U) in LL_DLYB_GetClockPeriod()
206 pdlyb_cfg->PhaseSel = nb ; in LL_DLYB_GetClockPeriod()