Expand description
Components for collections of Hardware Accelerators.
§Usage
let _mux_otbn = crate::otbn::AccelMuxComponent::new(&peripherals.otbn)
.finalize(otbn_mux_component_static!());
peripherals.otbn.initialise(
dynamic_deferred_caller
.register(&peripherals.otbn)
.unwrap(), // Unwrap fail = dynamic deferred caller out of slots
);
Structs§
Functions§
- find_
app - Find the OTBN app in the Tock process list