STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | __MPU_PRESENT 0 |
Configuration of the Cortex-M3 Processor and Core Peripherals. | |
#define | __NVIC_PRIO_BITS 4 |
#define | __Vendor_SysTickConfig 0 |
Typedefs | |
typedef enum IRQn | IRQn_Type |
STM32F10x Interrupt Number Definition, according to the selected device in Library_configuration_section. | |
Enumerations | |
enum | IRQn { NonMaskableInt_IRQn = -14, MemoryManagement_IRQn = -12, BusFault_IRQn = -11, UsageFault_IRQn = -10, SVCall_IRQn = -5, DebugMonitor_IRQn = -4, PendSV_IRQn = -2, SysTick_IRQn = -1, WWDG_IRQn = 0, PVD_IRQn = 1, TAMPER_IRQn = 2, RTC_IRQn = 3, FLASH_IRQn = 4, RCC_IRQn = 5, EXTI0_IRQn = 6, EXTI1_IRQn = 7, EXTI2_IRQn = 8, EXTI3_IRQn = 9, EXTI4_IRQn = 10, DMA1_Channel1_IRQn = 11, DMA1_Channel2_IRQn = 12, DMA1_Channel3_IRQn = 13, DMA1_Channel4_IRQn = 14, DMA1_Channel5_IRQn = 15, DMA1_Channel6_IRQn = 16, DMA1_Channel7_IRQn = 17 } |
STM32F10x Interrupt Number Definition, according to the selected device in Library_configuration_section. More... |
#define __MPU_PRESENT 0 |
Configuration of the Cortex-M3 Processor and Core Peripherals.
Other STM32 devices does not provide an MPU
Definition at line 158 of file stm32f10x.h.
#define __NVIC_PRIO_BITS 4 |
STM32 uses 4 Bits for the Priority Levels
Definition at line 160 of file stm32f10x.h.
#define __Vendor_SysTickConfig 0 |
Set to 1 if different SysTick Config is used
Definition at line 161 of file stm32f10x.h.
STM32F10x Interrupt Number Definition, according to the selected device in Library_configuration_section.
enum IRQn |
STM32F10x Interrupt Number Definition, according to the selected device in Library_configuration_section.
Definition at line 167 of file stm32f10x.h.