Re-exports§
pub extern crate embedded_hal as hal;
pub extern crate nb;
pub extern crate stm32l1;
Modules§
- adc
- Analog to Digital converter
- dac
- DAC
- delay
- Delays
- dma
- Direct Memory Access Engine
- exti
- External interrupt controller
- gpio
- General Purpose Input / Output
- i2c
- I2C
- prelude
- pwm
- qei
- Quadrature Encoder Interface
- rcc
- serial
- spi
- stm32
- time
- timer
- Timers
- watchdog
Macros§
- block
- Turns the non-blocking expression
$e
into a blocking operation.
Enums§
- interrupt
- Enumeration of all the interrupts
Attribute Macros§
- interrupt
- Attribute to declare an interrupt (AKA device-specific exception) handler