Struct avr_device::atmega328p::cpu::prr::R
source · [−]pub struct R(_);
Expand description
Register PRR
reader
Implementations
sourceimpl R
impl R
sourcepub fn prusart0(&self) -> PRUSART0_R
pub fn prusart0(&self) -> PRUSART0_R
Bit 1 - Power Reduction USART
Methods from Deref<Target = R<PRR_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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