[][src]Crate drone_stm32_map_svd

STM32 SVD to bindings for Drone, an Embedded Operating System.

Modules

adc

ADC peripheral patches.

dma

DMA peripheral patches.

dmamux

DMAMUX peripheral patches.

exti

EXTI peripheral patches.

gpio

GPIO peripheral patches.

i2c

I2C peripheral patches.

pwr

PWR peripheral patches.

rcc

RCC peripheral patches.

rtc

RTC peripheral patches.

spi

SPI peripheral patches.

tim

TIM peripheral patches.

uart

UART peripheral patches.

Macros

bail

Return early with an error.

Functions

generate_index

Generates code for register tokens struct.

generate_regs

Generates code for register mappings.

Type Definitions

Result

Result<T, Error>