Struct stm32f103xx::WWDG
[−]
[src]
pub struct WWDG { /* fields omitted */ }
Window watchdog
Methods
impl WWDG
[src]
pub fn ptr() -> *const RegisterBlock
[src]
Returns a pointer to the register block
Trait Implementations
impl Send for WWDG
[src]
impl Deref for WWDG
[src]
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &RegisterBlock
[src]
Dereferences the value.