CMSIS-CORE  Version 3.01
CMSIS-CORE support for Cortex-M processor-based devices
Peripheral Access

Describes naming conventions, requirements, and optional features for accessing peripherals. More...

Each peripheral provides a data type definition with a name that is composed of a prefix <device abbreviation>_ and the <peripheral name>_, for example LPC_UART for the device LPC and the peripheral UART. The intention is to avoid name collisions caused by short names. If more peripherals exist of the same type, identifiers have a postfix consisting of a digit or letter, for example LPC_UART0, LPC_UART1.


Minimal Requirements

To access the peripheral registers and related function in a device, the files device.h and core_cm#.h define as a minimum:

These definitions allow accessing peripheral registers with simple assignments.

Example:

SysTick->CTRL = 0;    

Optional Features

Optionally, the file device.h may define: