Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_delayblock.c106 uint32_t unit_current; in DelayBlock_Enable() local
118 for (unit_current = 0U; unit_current < DLYB_MAX_UNIT; unit_current++) in DelayBlock_Enable()
121 DLYBx->CFGR = DLYB_MAX_SELECT | (unit_current << DLYB_CFGR_UNIT_Pos); in DelayBlock_Enable()
148 unit = unit_current; in DelayBlock_Enable()