DIY Logging Volt/Ampmeter
Configuration_section_for_CMSIS

Macros

#define __CM3_REV   0x0200U
 Configuration of the Cortex-M3 Processor and Core Peripherals. More...
 
#define __MPU_PRESENT   0U
 
#define __NVIC_PRIO_BITS   4U
 
#define __Vendor_SysTickConfig   0U
 

Detailed Description

Macro Definition Documentation

◆ __CM3_REV

#define __CM3_REV   0x0200U

Configuration of the Cortex-M3 Processor and Core Peripherals.

Core Revision r2p0

Definition at line 50 of file stm32f103xb.h.

◆ __MPU_PRESENT

#define __MPU_PRESENT   0U

Other STM32 devices does not provide an MPU

Definition at line 51 of file stm32f103xb.h.

◆ __NVIC_PRIO_BITS

#define __NVIC_PRIO_BITS   4U

STM32 uses 4 Bits for the Priority Levels

Definition at line 52 of file stm32f103xb.h.

◆ __Vendor_SysTickConfig

#define __Vendor_SysTickConfig   0U

Set to 1 if different SysTick Config is used

Definition at line 53 of file stm32f103xb.h.