Module drone_stm32l4::reg [] [src]

STM32L4 peripheral memory map.

Modules

dbg

The processor debug.

flash

Flash memory interface registers.

gpio

General-purpose and alternate-function I/Os.

pwr

Power registers.

rcc

Reset and clock control.

scb

The System control block (SCB) provides system implementation information, and system control. This includes configuration, control, and reporting of the system exceptions.

stk

The processor has a 24-bit system timer, SysTick, that counts down from the reload value to zero, reloads (wraps to) the value in the STK_LOAD register on the next clock edge, then counts down on subsequent clocks.

Structs

Alias

Register bit-band alias type.

Pointer

Register pointer type.

Reg

Register delegate type.

Value

Register value type.

Constants

PERIPHERAL_ALIAS_BASE

Peripheral bit-banding alias region base.

Type Definitions

Areg

Thread-safe register delegate type.

Sreg

Thread-unsafe register delegate type.