Module arch

Module arch 

Source
Expand description

Interface for architecture-dependent functions implemented in separate crates.

Traits§

StackAllocation
Trait for a stack allocation that meets architecture-specific requirements such as alignment. Modeled after rp2040_hal. https://docs.rs/rp2040-hal/0.11.0/rp2040_hal/multicore/struct.StackAllocation.html

Functions§

_taskette_get_idle_task_stack
INTERNAL USE ONLY
_taskette_init_stack
INTERNAL USE ONLY
_taskette_run_with_stack
INTERNAL USE ONLY
_taskette_setup
INTERNAL USE ONLY
_taskette_start_timer
INTERNAL USE ONLY
_taskette_wait_for_interrupt
INTERNAL USE ONLY
_taskette_yield_now
INTERNAL USE ONLY
yield_now
Incurs a context switch and yields the CPU to another task.