Home
last modified time | relevance | path

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

/hal_stm32-latest/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-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_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()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_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()
/hal_stm32-latest/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()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_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()