Module bern_kernel::stack [−][src]
Expand description
Task stack management.
Example
You typically want to use a macro allocate a static stack (alloc_static_stack) and create the
management object accordingly:
let stack: bern_kernel::stack::Stack = alloc_static_stack!(512);
Structs
| Aligned | A newtype with alignment of at least |
| Stack | Stack management structure |
Functions
| Aligned | Changes the alignment of |