STM32H735xx HAL User Manual
|
Functions | |
HAL_StatusTypeDef | DelayBlock_Enable (DLYB_TypeDef *DLYBx) |
Enable the Delay Block instance. | |
HAL_StatusTypeDef | DelayBlock_Disable (DLYB_TypeDef *DLYBx) |
Disable the Delay Block instance. | |
HAL_StatusTypeDef | DelayBlock_Configure (DLYB_TypeDef *DLYBx, uint32_t PhaseSel, uint32_t Units) |
Configure the Delay Block instance. |
HAL_StatusTypeDef DelayBlock_Configure | ( | DLYB_TypeDef * | DLYBx, |
uint32_t | PhaseSel, | ||
uint32_t | Units | ||
) |
Configure the Delay Block instance.
DLYBx,: | Pointer to DLYB instance. |
PhaseSel,: | Phase selection [0..11]. |
Units,: | Delay units[0..127]. |
HAL | status |
Definition at line 179 of file stm32h7xx_ll_delayblock.c.
HAL_StatusTypeDef DelayBlock_Disable | ( | DLYB_TypeDef * | DLYBx | ) |
Disable the Delay Block instance.
DLYBx,: | Pointer to DLYB instance. |
HAL | status |
Definition at line 165 of file stm32h7xx_ll_delayblock.c.
HAL_StatusTypeDef DelayBlock_Enable | ( | DLYB_TypeDef * | DLYBx | ) |
Enable the Delay Block instance.
DLYBx,: | Pointer to DLYB instance. |
HAL | status |
Definition at line 95 of file stm32h7xx_ll_delayblock.c.
References DLYB_MAX_SELECT, DLYB_MAX_UNIT, DLYB_TIMEOUT, and HAL_GetTick().