Macros
Collaboration diagram for LSE_configuration:

Macros

#define IS_RCC_LSE(LSE)
 
#define RCC_LSE_Bypass   ((uint8_t)0x04)
 
#define RCC_LSE_OFF   ((uint8_t)0x00)
 
#define RCC_LSE_ON   ((uint8_t)0x01)
 

Detailed Description

Macro Definition Documentation

#define IS_RCC_LSE (   LSE)
Value:
(((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
((LSE) == RCC_LSE_Bypass))
#define RCC_LSE_OFF
#define RCC_LSE_ON
#define RCC_LSE_Bypass

Definition at line 446 of file stm32f10x_rcc.h.

#define RCC_LSE_Bypass   ((uint8_t)0x04)

Definition at line 445 of file stm32f10x_rcc.h.

#define RCC_LSE_OFF   ((uint8_t)0x00)

Definition at line 443 of file stm32f10x_rcc.h.

#define RCC_LSE_ON   ((uint8_t)0x01)

Definition at line 444 of file stm32f10x_rcc.h.



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