pub trait SysctlExt {
    fn constrain(self) -> Sysctl;
}
Expand description

Extension trait that constrains the SYSCTL peripheral

Required Methods

Constrains the SYSCTL peripheral so it plays nicely with the other abstractions

Implementations on Foreign Types

Implementors