Crate hail

Source
Expand description

Modulesยง

io
Support routines for debugging I/O.
test_take_map_cell ๐Ÿ”’

Structsยง

Hail ๐Ÿ”’
A structure representing this platform that holds references to all capsules for this platform.

Constantsยง

NUM_PROCS ๐Ÿ”’

Staticsยง

CHIP ๐Ÿ”’
PROCESSES ๐Ÿ”’
PROCESS_PRINTER ๐Ÿ”’
STACK_MEMORY
Dummy buffer that causes the linker to reserve enough space for the stack.

Functionsยง

mainโš 
Main function called after RAM initialized.
set_pin_primary_functions ๐Ÿ”’ โš 
Helper function called during bring-up that configures multiplexed I/O.
start ๐Ÿ”’ โš 
This is in a separate, inline(never) function so that its stack frame is removed when this function returns. Otherwise, the stack space used for these static_inits is wasted.

Type Aliasesยง

HumidityDriver ๐Ÿ”’
RngDriver ๐Ÿ”’
SI7021Sensor ๐Ÿ”’
TemperatureDriver ๐Ÿ”’