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