Timer0Ext

Trait Timer0Ext 

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

Extension trait that constrains the SYS_WDOG peripheral

Required Methods§

Source

fn constrain(self) -> Timer0

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

Implementations on Foreign Types§

Source§

impl Timer0Ext for TIMER0

Implementors§