Module kernel::platform::chip

source ·
Expand description

Interfaces for implementing microcontrollers in Tock.

Structs

  • Helper struct for interfaces that expect clocks, but have no clock control.

Constants

  • Instance of NoClockControl for things that need references to ClockInterface objects.

Traits

  • Interface for individual MCUs.
  • Generic operations that clock-like things are expected to support.
  • Interface for handling interrupts on a hardware chip.