Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_delayblock.c97 uint32_t i=0,N=0, lng=0, tuningOn = 1; in DelayBlock_Enable() local
121 lng = (DLYBx->CFGR & DLYB_CFGR_LNG) >> 16; in DelayBlock_Enable()
123 while((N>0) && ((lng >> N) == 0)) in DelayBlock_Enable()
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dlyb.c154 uint32_t lng ; in LL_DLYB_GetClockPeriod() local
197 lng = (DLYBx->CFGR & DLYB_CFGR_LNG) >> 16U; in LL_DLYB_GetClockPeriod()
199 while ((nb > 0U) && ((lng >> nb) == 0U)) in LL_DLYB_GetClockPeriod()
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dlyb.c155 uint32_t lng ; in LL_DLYB_GetClockPeriod() local
198 lng = (DLYBx->CFGR & DLYB_CFGR_LNG) >> 16U; in LL_DLYB_GetClockPeriod()
200 while ((nb > 0U) && ((lng >> nb) == 0U)) in LL_DLYB_GetClockPeriod()