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

Defines

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

Define Documentation

#define RCC_HSE_OFF   ((uint32_t)0x00000000)

Referenced by RCC_HSEConfig().

#define RCC_HSE_ON   ((uint32_t)0x00010000)

Referenced by RCC_HSEConfig().

#define RCC_HSE_Bypass   ((uint32_t)0x00040000)

Referenced by RCC_HSEConfig().

#define IS_RCC_HSE (   HSE)
Value:
(((HSE) == RCC_HSE_OFF) || ((HSE) == RCC_HSE_ON) || \
                         ((HSE) == RCC_HSE_Bypass))

Referenced by RCC_HSEConfig().