libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Collaboration diagram for MSI Ranges:

Macros

#define RCC_ICSCR_MSIRANGE_65KHZ   0x0
 
#define RCC_ICSCR_MSIRANGE_131KHZ   0x1
 
#define RCC_ICSCR_MSIRANGE_262KHZ   0x2
 
#define RCC_ICSCR_MSIRANGE_524KHZ   0x3
 
#define RCC_ICSCR_MSIRANGE_1MHZ   0x4
 
#define RCC_ICSCR_MSIRANGE_2MHZ   0x5
 
#define RCC_ICSCR_MSIRANGE_4MHZ   0x6
 

Detailed Description

Macro Definition Documentation

◆ RCC_ICSCR_MSIRANGE_131KHZ

#define RCC_ICSCR_MSIRANGE_131KHZ   0x1

Definition at line 107 of file l1/rcc.h.

◆ RCC_ICSCR_MSIRANGE_1MHZ

#define RCC_ICSCR_MSIRANGE_1MHZ   0x4

Definition at line 110 of file l1/rcc.h.

◆ RCC_ICSCR_MSIRANGE_262KHZ

#define RCC_ICSCR_MSIRANGE_262KHZ   0x2

Definition at line 108 of file l1/rcc.h.

◆ RCC_ICSCR_MSIRANGE_2MHZ

#define RCC_ICSCR_MSIRANGE_2MHZ   0x5

Definition at line 111 of file l1/rcc.h.

◆ RCC_ICSCR_MSIRANGE_4MHZ

#define RCC_ICSCR_MSIRANGE_4MHZ   0x6

Definition at line 112 of file l1/rcc.h.

◆ RCC_ICSCR_MSIRANGE_524KHZ

#define RCC_ICSCR_MSIRANGE_524KHZ   0x3

Definition at line 109 of file l1/rcc.h.

◆ RCC_ICSCR_MSIRANGE_65KHZ

#define RCC_ICSCR_MSIRANGE_65KHZ   0x0

Definition at line 106 of file l1/rcc.h.