Macros
Collaboration diagram for RCC_LSE_configuration:

Macros

#define IS_RCC_LSE(LSE)
 
#define RCC_LSE_Bypass   ((uint32_t)(RCC_BDCR_LSEON | RCC_BDCR_LSEBYP))
 
#define RCC_LSE_OFF   ((uint32_t)0x00000000)
 
#define RCC_LSE_ON   RCC_BDCR_LSEON
 

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_Bypass
#define RCC_LSE_ON
#define RCC_LSE_OFF

Definition at line 412 of file stm32f30x_rcc.h.

#define RCC_LSE_Bypass   ((uint32_t)(RCC_BDCR_LSEON | RCC_BDCR_LSEBYP))

Definition at line 411 of file stm32f30x_rcc.h.

#define RCC_LSE_OFF   ((uint32_t)0x00000000)

Definition at line 409 of file stm32f30x_rcc.h.

#define RCC_LSE_ON   RCC_BDCR_LSEON

Definition at line 410 of file stm32f30x_rcc.h.



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