Crate embassy_hal_internal
source ·Expand description
Modules§
- Atomic reusable ringbuffer.
- Types for controlling when drop is invoked.
- Interrupt handling for cortex-m devices.
- Types for dealing with rational numbers.
Macros§
- Implement the peripheral trait.
- Generate a standard
mod interrupt
for a HAL. - Convenience converting into reference.
- Defining peripheral type.
- Types for the peripheral singletons.
- Define the peripherals struct.
Structs§
- An exclusive reference to a peripheral.
Traits§
- Trait for any type that can be used as a peripheral of type
P
.