Skip to main content

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl Timer0Ext for TIMER0

Implementors§