![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
#define | __HAL_RCC_LSI_ENABLE() (RCC->CSR |= (RCC_CSR_LSION)) |
Macros to enable or disable the Internal Low Speed oscillator (LSI). More... | |
#define | __HAL_RCC_LSI_DISABLE() (RCC->CSR &= ~(RCC_CSR_LSION)) |
#define __HAL_RCC_LSI_DISABLE | ( | ) | (RCC->CSR &= ~(RCC_CSR_LSION)) |
Definition at line 719 of file stm32f7xx_hal_rcc.h.
#define __HAL_RCC_LSI_ENABLE | ( | ) | (RCC->CSR |= (RCC_CSR_LSION)) |
Macros to enable or disable the Internal Low Speed oscillator (LSI).
Definition at line 718 of file stm32f7xx_hal_rcc.h.