Skip to main content

Module chip

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.
PanicWriter
Interface for chips to create a synchronous writer for panics.
ThreadIdProvider
Interface for retrieving the currently executing thread.