Searched refs:Units (Results 1 – 10 of 10) sorted by relevance
119 DLYBx->CFGR = (pdlyb_cfg->PhaseSel) | ((pdlyb_cfg->Units) << DLYB_CFGR_UNIT_Pos); in LL_DLYB_SetDelay()139 pdlyb_cfg->Units = ((DLYBx->CFGR & DLYB_CFGR_UNIT) >> DLYB_CFGR_UNIT_Pos); in LL_DLYB_GetDelay()207 pdlyb_cfg->Units = i ; in LL_DLYB_GetClockPeriod()
185 HAL_StatusTypeDef DelayBlock_Configure(DLYB_TypeDef *DLYBx,uint32_t PhaseSel, uint32_t Units ) in DelayBlock_Configure() argument191 DLYBx->CFGR = PhaseSel | (Units << DLYB_CFGR_UNIT_Pos); in DelayBlock_Configure()
71 HAL_StatusTypeDef DelayBlock_Configure(DLYB_TypeDef *DLYBx, uint32_t PhaseSel, uint32_t Units);
48 uint32_t Units; /*!< Specifies the Delay of a unit delay cell. member