Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dlyb.c109 void LL_DLYB_SetDelay(DLYB_TypeDef *DLYBx, LL_DLYB_CfgTypeDef *pdlyb_cfg) in LL_DLYB_SetDelay() argument
118 DLYBx->CFGR = (pdlyb_cfg->PhaseSel) | ((pdlyb_cfg->Units) << DLYB_CFGR_UNIT_Pos); in LL_DLYB_SetDelay()
132 void LL_DLYB_GetDelay(DLYB_TypeDef *DLYBx, LL_DLYB_CfgTypeDef *pdlyb_cfg) in LL_DLYB_GetDelay() argument
138 pdlyb_cfg->Units = ((DLYBx->CFGR & DLYB_CFGR_UNIT) >> DLYB_CFGR_UNIT_Pos); in LL_DLYB_GetDelay()
139 pdlyb_cfg->PhaseSel = (DLYBx->CFGR & DLYB_CFGR_SEL); in LL_DLYB_GetDelay()
150 uint32_t LL_DLYB_GetClockPeriod(DLYB_TypeDef *DLYBx, LL_DLYB_CfgTypeDef *pdlyb_cfg) in LL_DLYB_GetClockPeriod() argument
205 pdlyb_cfg->PhaseSel = nb ; in LL_DLYB_GetClockPeriod()
206 pdlyb_cfg->Units = i ; in LL_DLYB_GetClockPeriod()
Dstm32h5xx_hal_xspi.c2733 …eDef HAL_XSPI_DLYB_SetConfig(XSPI_HandleTypeDef *hxspi, HAL_XSPI_DLYB_CfgTypeDef *const pdlyb_cfg) in HAL_XSPI_DLYB_SetConfig() argument
2749 LL_DLYB_SetDelay(DLYB_OCTOSPI1, pdlyb_cfg); in HAL_XSPI_DLYB_SetConfig()
2772 …eDef HAL_XSPI_DLYB_GetConfig(XSPI_HandleTypeDef *hxspi, HAL_XSPI_DLYB_CfgTypeDef *const pdlyb_cfg) in HAL_XSPI_DLYB_GetConfig() argument
2778 LL_DLYB_GetDelay(DLYB_OCTOSPI1, pdlyb_cfg); in HAL_XSPI_DLYB_GetConfig()
2795 …HAL_XSPI_DLYB_GetClockPeriod(XSPI_HandleTypeDef *hxspi, HAL_XSPI_DLYB_CfgTypeDef *const pdlyb_cfg) in HAL_XSPI_DLYB_GetClockPeriod() argument
2811 if (LL_DLYB_GetClockPeriod(DLYB_OCTOSPI1, pdlyb_cfg) == (uint32_t)SUCCESS) in HAL_XSPI_DLYB_GetClockPeriod()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dlyb.c109 void LL_DLYB_SetDelay(DLYB_TypeDef *DLYBx, LL_DLYB_CfgTypeDef *pdlyb_cfg) in LL_DLYB_SetDelay() argument
118 DLYBx->CFGR = (pdlyb_cfg->PhaseSel) | ((pdlyb_cfg->Units) << DLYB_CFGR_UNIT_Pos); in LL_DLYB_SetDelay()
132 void LL_DLYB_GetDelay(DLYB_TypeDef *DLYBx, LL_DLYB_CfgTypeDef *pdlyb_cfg) in LL_DLYB_GetDelay() argument
138 pdlyb_cfg->Units = ((DLYBx->CFGR & DLYB_CFGR_UNIT) >> DLYB_CFGR_UNIT_Pos); in LL_DLYB_GetDelay()
139 pdlyb_cfg->PhaseSel = (DLYBx->CFGR & DLYB_CFGR_SEL); in LL_DLYB_GetDelay()
150 uint32_t LL_DLYB_GetClockPeriod(DLYB_TypeDef *DLYBx, LL_DLYB_CfgTypeDef *pdlyb_cfg) in LL_DLYB_GetClockPeriod() argument
205 pdlyb_cfg->PhaseSel = nb ; in LL_DLYB_GetClockPeriod()
206 pdlyb_cfg->Units = i ; in LL_DLYB_GetClockPeriod()
Dstm32u5xx_hal_ospi.c3353 …tusTypeDef HAL_OSPI_DLYB_SetConfig(OSPI_HandleTypeDef *hospi, HAL_OSPI_DLYB_CfgTypeDef *pdlyb_cfg) in HAL_OSPI_DLYB_SetConfig() argument
3369 LL_DLYB_SetDelay(DLYB_OCTOSPI1, pdlyb_cfg); in HAL_OSPI_DLYB_SetConfig()
3380 LL_DLYB_SetDelay(DLYB_OCTOSPI2, pdlyb_cfg); in HAL_OSPI_DLYB_SetConfig()
3406 …eDef HAL_OSPI_DLYB_GetConfig(const OSPI_HandleTypeDef *hospi, HAL_OSPI_DLYB_CfgTypeDef *pdlyb_cfg) in HAL_OSPI_DLYB_GetConfig() argument
3412 LL_DLYB_GetDelay(DLYB_OCTOSPI1, pdlyb_cfg); in HAL_OSPI_DLYB_GetConfig()
3418 LL_DLYB_GetDelay(DLYB_OCTOSPI2, pdlyb_cfg); in HAL_OSPI_DLYB_GetConfig()
3437 …peDef HAL_OSPI_DLYB_GetClockPeriod(OSPI_HandleTypeDef *hospi, HAL_OSPI_DLYB_CfgTypeDef *pdlyb_cfg) in HAL_OSPI_DLYB_GetClockPeriod() argument
3453 if (LL_DLYB_GetClockPeriod(DLYB_OCTOSPI1, pdlyb_cfg) == (uint32_t)SUCCESS) in HAL_OSPI_DLYB_GetClockPeriod()
3469 if (LL_DLYB_GetClockPeriod(DLYB_OCTOSPI2, pdlyb_cfg) == (uint32_t)SUCCESS) in HAL_OSPI_DLYB_GetClockPeriod()
Dstm32u5xx_hal_xspi.c3160 …eDef HAL_XSPI_DLYB_SetConfig(XSPI_HandleTypeDef *hxspi, HAL_XSPI_DLYB_CfgTypeDef *const pdlyb_cfg) in HAL_XSPI_DLYB_SetConfig() argument
3176 LL_DLYB_SetDelay(DLYB_OCTOSPI1, pdlyb_cfg); in HAL_XSPI_DLYB_SetConfig()
3186 LL_DLYB_SetDelay(DLYB_OCTOSPI2, pdlyb_cfg); in HAL_XSPI_DLYB_SetConfig()
3210 …eDef HAL_XSPI_DLYB_GetConfig(XSPI_HandleTypeDef *hxspi, HAL_XSPI_DLYB_CfgTypeDef *const pdlyb_cfg) in HAL_XSPI_DLYB_GetConfig() argument
3216 LL_DLYB_GetDelay(DLYB_OCTOSPI1, pdlyb_cfg); in HAL_XSPI_DLYB_GetConfig()
3222 LL_DLYB_GetDelay(DLYB_OCTOSPI2, pdlyb_cfg); in HAL_XSPI_DLYB_GetConfig()
3240 …HAL_XSPI_DLYB_GetClockPeriod(XSPI_HandleTypeDef *hxspi, HAL_XSPI_DLYB_CfgTypeDef *const pdlyb_cfg) in HAL_XSPI_DLYB_GetClockPeriod() argument
3256 if (LL_DLYB_GetClockPeriod(DLYB_OCTOSPI1, pdlyb_cfg) == (uint32_t)SUCCESS) in HAL_XSPI_DLYB_GetClockPeriod()
3271 if (LL_DLYB_GetClockPeriod(DLYB_OCTOSPI2, pdlyb_cfg) == (uint32_t)SUCCESS) in HAL_XSPI_DLYB_GetClockPeriod()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_dlyb.h115 void LL_DLYB_SetDelay(DLYB_TypeDef *DLYBx, LL_DLYB_CfgTypeDef *pdlyb_cfg);
116 void LL_DLYB_GetDelay(DLYB_TypeDef *DLYBx, LL_DLYB_CfgTypeDef *pdlyb_cfg);
117 uint32_t LL_DLYB_GetClockPeriod(DLYB_TypeDef *DLYBx, LL_DLYB_CfgTypeDef *pdlyb_cfg);
Dstm32h5xx_hal_xspi.h929 … HAL_XSPI_DLYB_SetConfig(XSPI_HandleTypeDef *hxspi, HAL_XSPI_DLYB_CfgTypeDef *const pdlyb_cfg);
930 … HAL_XSPI_DLYB_GetConfig(XSPI_HandleTypeDef *hxspi, HAL_XSPI_DLYB_CfgTypeDef *const pdlyb_cfg);
932 HAL_XSPI_DLYB_CfgTypeDef *const pdlyb_cfg);
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dlyb.h115 void LL_DLYB_SetDelay(DLYB_TypeDef *DLYBx, LL_DLYB_CfgTypeDef *pdlyb_cfg);
116 void LL_DLYB_GetDelay(DLYB_TypeDef *DLYBx, LL_DLYB_CfgTypeDef *pdlyb_cfg);
117 uint32_t LL_DLYB_GetClockPeriod(DLYB_TypeDef *DLYBx, LL_DLYB_CfgTypeDef *pdlyb_cfg);
Dstm32u5xx_hal_ospi.h897 …eDef HAL_OSPI_DLYB_SetConfig(OSPI_HandleTypeDef *hospi, HAL_OSPI_DLYB_CfgTypeDef *pdlyb_cfg);
898 … HAL_OSPI_DLYB_GetConfig(const OSPI_HandleTypeDef *hospi, HAL_OSPI_DLYB_CfgTypeDef *pdlyb_cfg);
899 … HAL_OSPI_DLYB_GetClockPeriod(OSPI_HandleTypeDef *hospi, HAL_OSPI_DLYB_CfgTypeDef *pdlyb_cfg);
Dstm32u5xx_hal_xspi.h1055 … HAL_XSPI_DLYB_SetConfig(XSPI_HandleTypeDef *hxspi, HAL_XSPI_DLYB_CfgTypeDef *const pdlyb_cfg);
1056 … HAL_XSPI_DLYB_GetConfig(XSPI_HandleTypeDef *hxspi, HAL_XSPI_DLYB_CfgTypeDef *const pdlyb_cfg);
1058 HAL_XSPI_DLYB_CfgTypeDef *const pdlyb_cfg);