Expand description
Interfaces for implementing microcontrollers in Tock.
Structs§
- NoClock
Control - Helper struct for interfaces that expect clocks, but have no clock control.
Constants§
- NO_
CLOCK_ CONTROL - Instance of NoClockControl for things that need references to
ClockInterface
objects.
Traits§
- Chip
- Interface for individual MCUs.
- Clock
Interface - Generic operations that clock-like things are expected to support.
- Interrupt
Service - Interface for handling interrupts on a hardware chip.