Nut/OS  5.0.5
API Reference
LSE_configuration
Collaboration diagram for LSE_configuration:

Defines

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

Define Documentation

#define RCC_LSE_OFF   ((uint8_t)0x00)

Referenced by RCC_LSEConfig().

#define RCC_LSE_ON   ((uint8_t)0x01)

Referenced by RCC_LSEConfig().

#define RCC_LSE_Bypass   ((uint8_t)0x04)

Referenced by RCC_LSEConfig().

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

Referenced by RCC_LSEConfig().