Crate embassy_rp
source ·Re-exports
pub use rp_pac as pac;
Modules
- Boot Select button
- Direct Memory Access (DMA)
- Interrupt definitions.
- 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.
Constants
- Number available in the NVIC for configuring priority
Traits
- Trait for any type that can be used as a peripheral of type
P
.
Functions
- Installs a stack guard for the CORE0 stack in MPU region 0. Will fail if the MPU is already confgigured. This function requires a
_stack_end
symbol to be defined by the linker script, and expexcts_stack_end
to be located at the lowest address (largest depth) of the stack.