STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | __HAL_RCC_LSE_CONFIG(__STATE__) |
Macro to configure the External Low Speed oscillator (LSE). | |
#define __HAL_RCC_LSE_CONFIG | ( | __STATE__ | ) |
#include <stm32f4xx_hal_rcc.h>
Macro to configure the External Low Speed oscillator (LSE).
__STATE__ | specifies the new state of the LSE. This parameter can be one of the following values:
|
Definition at line 933 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().