Struct stm32f30x::WWDG [] [src]

pub struct WWDG { /* fields omitted */ }

Window watchdog

Methods

impl WWDG
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for WWDG
[src]

impl Deref for WWDG
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for WWDG