Module chip

Source
Expand description

Interfaces for implementing microcontrollers in Tock.

Structs§

NoClockControl
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.
ClockInterface
Generic operations that clock-like things are expected to support.
InterruptService
Interface for handling interrupts on a hardware chip.