Struct stm32f446_hal::stm32f446::WWDG[][src]

pub struct WWDG { /* fields omitted */ }

Window watchdog

Methods

impl WWDG
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for WWDG
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for WWDG
[src]

Auto Trait Implementations

impl !Sync for WWDG