Struct atmega_hal::pac::TC0
source · [−]pub struct TC0 { /* private fields */ }
Expand description
Timer/Counter, 8-bit
Implementations
sourceimpl TC0
impl TC0
sourcepub const PTR: *const RegisterBlock = {0x35 as *const avr_device::atmega328p::tc0::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x35 as *const avr_device::atmega328p::tc0::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
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