pub trait WdgTrait: Peripheral<P = Self> + Instance {
// Provided method
fn build(self, timeout_us: u32) -> IndependentWatchdog<'static, Self> { ... }
}Expand description
wdg trait
Provided Methods§
fn build(self, timeout_us: u32) -> IndependentWatchdog<'static, Self>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementations on Foreign Types§
impl WdgTrait for IWDG
support iwdg