STM32H735xx HAL User Manual
|
Header file of Delay Block module. More...
#include "stm32h7xx_hal_def.h"
Go to the source code of this file.
Defines | |
#define | DLYB_MAX_UNIT ((uint32_t)0x00000080U) |
#define | DLYB_MAX_SELECT ((uint32_t)0x0000000CU) |
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. |
Header file of Delay Block module.
Copyright (c) 2017 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file stm32h7xx_ll_delayblock.h.