Macros
Collaboration diagram for RCC_HSE_configuration:

Macros

#define IS_RCC_HSE(HSE)
 
#define IS_RCC_HSE(HSE)
 
#define IS_RCC_HSE(HSE)
 
#define RCC_HSE_Bypass   ((uint8_t)0x05)
 
#define RCC_HSE_Bypass   ((uint8_t)0x05)
 
#define RCC_HSE_Bypass   ((uint8_t)0x05)
 
#define RCC_HSE_OFF   ((uint8_t)0x00)
 
#define RCC_HSE_OFF   ((uint8_t)0x00)
 
#define RCC_HSE_OFF   ((uint8_t)0x00)
 
#define RCC_HSE_ON   ((uint8_t)0x01)
 
#define RCC_HSE_ON   ((uint8_t)0x01)
 
#define RCC_HSE_ON   ((uint8_t)0x01)
 

Detailed Description

Macro Definition Documentation

#define IS_RCC_HSE (   HSE)
#define IS_RCC_HSE (   HSE)
Value:

Definition at line 68 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.

#define IS_RCC_HSE (   HSE)
Value:
(((HSE) == RCC_HSE_OFF) || ((HSE) == RCC_HSE_ON) || \
((HSE) == RCC_HSE_Bypass))
#define RCC_HSE_OFF
Definition: stm32f30x_rcc.h:84
#define RCC_HSE_Bypass
Definition: stm32f30x_rcc.h:86
#define RCC_HSE_ON
Definition: stm32f30x_rcc.h:85

Definition at line 87 of file stm32f30x_rcc.h.

#define RCC_HSE_Bypass   ((uint8_t)0x05)
#define RCC_HSE_Bypass   ((uint8_t)0x05)
#define RCC_HSE_Bypass   ((uint8_t)0x05)

Definition at line 86 of file stm32f30x_rcc.h.

#define RCC_HSE_OFF   ((uint8_t)0x00)
#define RCC_HSE_OFF   ((uint8_t)0x00)
#define RCC_HSE_OFF   ((uint8_t)0x00)

Definition at line 84 of file stm32f30x_rcc.h.

#define RCC_HSE_ON   ((uint8_t)0x01)
#define RCC_HSE_ON   ((uint8_t)0x01)
#define RCC_HSE_ON   ((uint8_t)0x01)

Definition at line 85 of file stm32f30x_rcc.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54