Crate solo_bsp

source ·

Re-exports

pub extern crate stm32l4xx_hal as hal;
pub use hal::stm32::interrupt::*;

Modules

Analog-to-Digital Converter
Advanced encryption standard hardware accelerator
Miscellaneous assembly instructions
Controller area network
Comparator
Cyclic redundancy check calculation unit
Clock recovery system
Digital-to-analog converter
Date and timer units & helper functions
MCU debug component
Delays
Digital filter for sigma delta modulators
Direct Memory Access Engine
Direct memory access controller
External interrupt/event controller
Firewall
Flash
Floting point unit
Floating point unit CPACR
General Purpose Input / Output
General-purpose I/Os
General-purpose I/Os
General-purpose I/Os
A Hardware Abstraction Layer (HAL) for embedded systems
Inter-Integrated Circuit (I2C) bus
Inter-integrated circuit
Interrupts
Instrumentation Trace Macrocell
Independent watchdog
Liquid crystal display controller
Low power timer
Universal synchronous asynchronous receiver transmitter
Nested vectored interrupt controller
Operational amplifiers
Core peripherals
Prelude - Include traits for hal
Power control
QuadSPI interface
Reset and clock control
Processor core registers
Random number generator
Real-time clock
Serial audio interface
System control block ACTLR
Secure digital input/output interface
Serial
Serial Peripheral Interface (SPI) bus
Serial peripheral interface/Inter-IC sound
SysTick timer
Peripheral access API for STM32L4 microcontrollers (generated using svd2rust 0.14.0)
Single Wire Protocol Master Interface
System configuration controller
Advanced-timers
General-purpose-timers
Basic-timers
General purpose timers
General purpose timers
Time units
Timers
Touch sensing controller
Universal synchronous asynchronous receiver transmitter
Universal synchronous asynchronous receiver transmitter
Universal serial bus full-speed device interface
Voltage reference buffer
System window watchdog

Macros

Macro for sending a formatted string through an ITM channel
Macro for sending a formatted string through an ITM channel, with a newline.
Macro to create a mutable reference to a statically allocated value

Structs

Analog-to-Digital Converter
Advanced encryption standard hardware accelerator
Controller area network
Cache and branch predictor maintenance operations
Comparator
CPUID
Cyclic redundancy check calculation unit
Clock recovery system
Core peripherals
Digital-to-analog converter
MCU debug component
Debug Control Block
Digital filter for sigma delta modulators
Direct memory access controller
DMA2
Data Watchpoint and Trace unit
External interrupt/event controller
Registers stacked (pushed onto the stack) during an exception.
Firewall
Flash
Flash Patch and Breakpoint unit
Floting point unit
Floating point unit CPACR
General-purpose I/Os
General-purpose I/Os
General-purpose I/Os
GPIOD
GPIOE
GPIOH
Inter-integrated circuit
I2C2
I2C3
I2C4
Instrumentation Trace Macrocell
Independent watchdog
Liquid crystal display controller
Low power timer
LPTIM2
Universal synchronous asynchronous receiver transmitter
Memory Protection Unit
Nested Vector Interrupt Controller
Nested vectored interrupt controller
Operational amplifiers
Power control
Core peripherals
QuadSPI interface
Reset and clock control
Random number generator
Real-time clock
Serial audio interface
System Control Block
System control block ACTLR
Secure digital input/output interface
Serial peripheral interface/Inter-IC sound
SPI2
SPI3
SysTick timer
Single Wire Protocol Master Interface
System configuration controller
SysTick: System Timer
Advanced-timers
General-purpose-timers
TIM3
Basic-timers
TIM7
General purpose timers
General purpose timers
Trace Port Interface Unit
Touch sensing controller
UART4
Universal synchronous asynchronous receiver transmitter
USART2
Universal synchronous asynchronous receiver transmitter
Universal serial bus full-speed device interface
Voltage reference buffer
System window watchdog

Enums

Enumeration of all the interrupts
Enumeration of all the interrupts

Constants

Number available in the NVIC for configuring priority

Functions

Returns a pointer to the start of the heap

Attribute Macros

Attribute to declare the entry point of the program
Attribute to declare an exception handler
Attribute to declare an interrupt (AKA device-specific exception) handler
Attribute to mark which function will be called at the beginning of the reset handler.