Crate xous

source · []

Re-exports

pub use arch::ProcessArgs;
pub use arch::ProcessInit;
pub use arch::ProcessKey;
pub use definitions::*;
pub use string::*;
pub use stringbuffer::*;
pub use syscall::*;
pub use locale::LANG;

Modules

A Carton is an object that wraps another object for shipping across the kernel boundary. Structs that are stored in Cartons can be sent as messages.

Macros

Convert a four-letter string into a 32-bit int.

Structs

Describes the parameters required to create a new thread on this platform.

Functions

Attribute Macros

Attribute to declare the entry point of the program