RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Macros

Macros

#define RCC_OSCILLATORTYPE_NONE   (0x00000000U)
 
#define RCC_OSCILLATORTYPE_HSE   (0x00000001U)
 
#define RCC_OSCILLATORTYPE_HSI   (0x00000002U)
 
#define RCC_OSCILLATORTYPE_LSE   (0x00000004U)
 
#define RCC_OSCILLATORTYPE_LSI   (0x00000008U)
 
#define RCC_OSCILLATORTYPE_CSI   (0x00000010U)
 
#define RCC_OSCILLATORTYPE_HSI48   (0x00000020U)
 

Detailed Description