SysctlExt

Trait SysctlExt 

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

Extension trait that constrains the SYSCTL peripheral

Required Methods§

Source

fn constrain(self) -> Sysctl

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

Implementations on Foreign Types§

Source§

impl SysctlExt for SYSCTL

Implementors§