![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Enable or disable the Low Speed APB (APB1) peripheral clock. More...
Macros | |
| #define | __HAL_RCC_WWDG_CLK_ENABLE() |
| #define | __HAL_RCC_PWR_CLK_ENABLE() |
| #define | __HAL_RCC_WWDG_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_WWDGEN)) |
| #define | __HAL_RCC_PWR_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_PWREN)) |
Enable or disable the Low Speed APB (APB1) peripheral clock.
| #define __HAL_RCC_PWR_CLK_DISABLE | ( | ) | (RCC->APB1ENR &= ~(RCC_APB1ENR_PWREN)) |
Definition at line 472 of file stm32f7xx_hal_rcc.h.
| #define __HAL_RCC_PWR_CLK_ENABLE | ( | ) |
Definition at line 463 of file stm32f7xx_hal_rcc.h.
| #define __HAL_RCC_WWDG_CLK_DISABLE | ( | ) | (RCC->APB1ENR &= ~(RCC_APB1ENR_WWDGEN)) |
Definition at line 471 of file stm32f7xx_hal_rcc.h.
| #define __HAL_RCC_WWDG_CLK_ENABLE | ( | ) |
Definition at line 455 of file stm32f7xx_hal_rcc.h.
1.8.11