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