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