Module drone_stm32::reg [] [src]

Safe API for memory-mapped registers.

Reexports

pub use self::stk::Ctrl as StkCtrl;
pub use self::stk::Load as StkLoad;

Modules

prelude

Memory-mapped registers prelude.

scb

System control block

stk

SysTick timer

Constants

BIT_BAND_BASE

Peripheral bit-band alias start.

BIT_BAND_LENGTH

Peripheral bit-band region length.

Traits

RRegBitBand

Register that can read bits through peripheral bit-band region.

RegBitBand

Register that falls into peripheral bit-band region.

RwAtomicReg

Register that can read and write its value in a multi-threaded context.

WRegBitBand

Register that can write bits through peripheral bit-band region.