Re-exports§
pub use common::ringbuf;pub use common::simplest_heap::Heap;pub use embedded_hal;pub use embedded_io;pub use nb;pub use rtrb;
Modules§
- afio
- Alternate Function I/Os
- backup_
domain - Registers that are not reset as long as Vbat or Vdd has power.
- bb
- Bit banding
- common
- flash
- Flash memory
- gpio
- General Purpose I/Os
- interrupt
- nvic_
scb - os
- pac
- Peripheral access API for STM32F103 microcontrollers (generated using svd2rust v0.36.1 (4052ce6 2025-04-04))
- prelude
- rcc
- Reset & Control Clock
- time
- Time units
- timer
- uart
Macros§
Structs§
- Consumer
- The consumer side of a
RingBuffer. - Mcu
- Producer
- The producer side of a
RingBuffer. - Ring
Buffer - A bounded single-producer single-consumer (SPSC) queue.