STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | IS_RCC_OSCILLATORTYPE(OSCILLATOR) |
#define | IS_RCC_HSE(HSE) |
#define | IS_RCC_LSE(LSE) |
#define | IS_RCC_HSI(HSI) |
#define | IS_RCC_LSI(LSI) |
#define | IS_RCC_PLL(PLL) |
#define | IS_RCC_PLLSOURCE(SOURCE) |
#define | IS_RCC_SYSCLKSOURCE(SOURCE) |
#define | IS_RCC_RTCCLKSOURCE(__SOURCE__) |
#define | IS_RCC_PLLM_VALUE(VALUE) |
#define | IS_RCC_PLLP_VALUE(VALUE) |
#define | IS_RCC_PLLQ_VALUE(VALUE) |
#define | IS_RCC_HCLK(HCLK) |
#define | IS_RCC_CLOCKTYPE(CLK) |
#define | IS_RCC_PCLK(PCLK) |
#define | IS_RCC_MCO(MCOx) |
#define | IS_RCC_MCO1SOURCE(SOURCE) |
#define | IS_RCC_MCODIV(DIV) |
#define | IS_RCC_CALIBRATION_VALUE(VALUE) |
#define IS_RCC_OSCILLATORTYPE | ( | OSCILLATOR | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1354 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define IS_RCC_HSE | ( | HSE | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1356 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define IS_RCC_LSE | ( | LSE | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1359 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define IS_RCC_HSI | ( | HSI | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1362 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define IS_RCC_LSI | ( | LSI | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1364 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define IS_RCC_PLL | ( | PLL | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1366 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define IS_RCC_PLLSOURCE | ( | SOURCE | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1368 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define IS_RCC_SYSCLKSOURCE | ( | SOURCE | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1371 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_ClockConfig().
#define IS_RCC_RTCCLKSOURCE | ( | __SOURCE__ | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1376 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCCEx_PeriphCLKConfig().
#define IS_RCC_PLLM_VALUE | ( | VALUE | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1409 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define IS_RCC_PLLP_VALUE | ( | VALUE | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1411 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define IS_RCC_PLLQ_VALUE | ( | VALUE | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1413 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().
#define IS_RCC_HCLK | ( | HCLK | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1415 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_ClockConfig().
#define IS_RCC_CLOCKTYPE | ( | CLK | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1421 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_ClockConfig().
#define IS_RCC_PCLK | ( | PCLK | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1423 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_ClockConfig().
#define IS_RCC_MCO | ( | MCOx | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1427 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_MCOConfig().
#define IS_RCC_MCO1SOURCE | ( | SOURCE | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1429 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_MCOConfig().
#define IS_RCC_MCODIV | ( | DIV | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1432 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_MCOConfig().
#define IS_RCC_CALIBRATION_VALUE | ( | VALUE | ) |
#include <stm32f4xx_hal_rcc.h>
Definition at line 1435 of file stm32f4xx_hal_rcc.h.
Referenced by HAL_RCC_OscConfig().