Macros
Collaboration diagram for HSE_configuration:

Macros

#define IS_RCC_HSE(HSE)
 
#define RCC_HSE_Bypass   ((uint32_t)0x00040000)
 
#define RCC_HSE_OFF   ((uint32_t)0x00000000)
 
#define RCC_HSE_ON   ((uint32_t)0x00010000)
 

Detailed Description

Macro Definition Documentation

#define IS_RCC_HSE (   HSE)
Value:
(((HSE) == RCC_HSE_OFF) || ((HSE) == RCC_HSE_ON) || \
((HSE) == RCC_HSE_Bypass))
#define RCC_HSE_ON
Definition: stm32f10x_rcc.h:68
#define RCC_HSE_Bypass
Definition: stm32f10x_rcc.h:69
#define RCC_HSE_OFF
Definition: stm32f10x_rcc.h:67

Definition at line 70 of file stm32f10x_rcc.h.

#define RCC_HSE_Bypass   ((uint32_t)0x00040000)

Definition at line 69 of file stm32f10x_rcc.h.

#define RCC_HSE_OFF   ((uint32_t)0x00000000)

Definition at line 67 of file stm32f10x_rcc.h.

#define RCC_HSE_ON   ((uint32_t)0x00010000)

Definition at line 68 of file stm32f10x_rcc.h.



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