Crate sel4_config
source ·Modules§
- The kernel configuration as
constitems. 
Macros§
- Like
core::cfg!, except using the seL4 kernel configuration. - Like
core::cfg!, except using the seL4 kernel configuration. - Like
core::cfg!, except using the seL4 kernel configuration. - Like
core::cfg!, except using the seL4 kernel configuration. - Like
sel4_cfg_match, except it works on stable, at the expense of not being an attribute macro. 
Attribute Macros§
- Make the attached code conditional on a seL4 kernel configuration expression.
 - Make the associated attribute expression conditional on a seL4 kernel configuration expression.
 - Allows an
enum’s variants to use thesel4_cfgattribute. - Allows a
matchexpression’s variants to use thesel4_cfgattribute. - Allows a
struct’s fields to use thesel4_cfgattribute.