Crate embassy_rp
source ·Re-exports
Modules
- Direct Memory Access (DMA)
- Interrupt definitions and macros to bind them.
- Multicore support
- Types for the peripheral singletons.
- Pulse Width Modulation (PWM)
- Functions and data from the RPI Bootrom.
- Serial Peripheral Interface
- Watchdog
Macros
- Macro to bind interrupts to handlers.
Structs
- An exclusive reference to a peripheral.
- Struct containing all the peripheral singletons.
Traits
- Trait for any type that can be used as a peripheral of type
P
.