[][src]Trait stm32l0xx_hal::watchdog::WindowWatchdogExt

pub trait WindowWatchdogExt {
    fn watchdog(self, rcc: &mut Rcc) -> WindowWatchdog;
}

Required methods

fn watchdog(self, rcc: &mut Rcc) -> WindowWatchdog

Loading content...

Implementors

impl WindowWatchdogExt for WWDG[src]

Loading content...