Struct atmega_hal::pac::WDT
source · [−]pub struct WDT { /* private fields */ }
Expand description
Watchdog Timer
Implementations
sourceimpl WDT
impl WDT
sourcepub const PTR: *const RegisterBlock = {0x60 as *const avr_device::atmega328p::wdt::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x60 as *const avr_device::atmega328p::wdt::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl WdtOps<Atmega> for WDT
impl WdtOps<Atmega> for WDT
impl Send for WDT
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more