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

Defines

#define RCC_HSE_OFF   ((uint8_t)0x00)
#define RCC_HSE_ON   ((uint8_t)0x01)
#define RCC_HSE_Bypass   ((uint8_t)0x05)
#define IS_RCC_HSE(HSE)
#define RCC_HSE_OFF   ((uint8_t)0x00)
#define RCC_HSE_ON   ((uint8_t)0x01)
#define RCC_HSE_Bypass   ((uint8_t)0x05)
#define IS_RCC_HSE(HSE)
#define RCC_HSE_OFF   ((uint8_t)0x00)
#define RCC_HSE_ON   ((uint8_t)0x01)
#define RCC_HSE_Bypass   ((uint8_t)0x05)
#define IS_RCC_HSE(HSE)

Define Documentation

#define RCC_HSE_OFF   ((uint8_t)0x00)
#define RCC_HSE_ON   ((uint8_t)0x01)
#define RCC_HSE_Bypass   ((uint8_t)0x05)
#define IS_RCC_HSE (   HSE)
Value:
(((HSE) == RCC_HSE_OFF) || ((HSE) == RCC_HSE_ON) || \
                         ((HSE) == RCC_HSE_Bypass))
#define RCC_HSE_OFF   ((uint8_t)0x00)
#define RCC_HSE_ON   ((uint8_t)0x01)
#define RCC_HSE_Bypass   ((uint8_t)0x05)
#define IS_RCC_HSE (   HSE)
Value:
(((HSE) == RCC_HSE_OFF) || ((HSE) == RCC_HSE_ON) || \
                         ((HSE) == RCC_HSE_Bypass))
#define RCC_HSE_OFF   ((uint8_t)0x00)
#define RCC_HSE_ON   ((uint8_t)0x01)
#define RCC_HSE_Bypass   ((uint8_t)0x05)
#define IS_RCC_HSE (   HSE)
Value:
(((HSE) == RCC_HSE_OFF) || ((HSE) == RCC_HSE_ON) || \
                         ((HSE) == RCC_HSE_Bypass))