Struct avr_device::atmega2560::cpu::prr1::R
source · pub struct R(/* private fields */);
Expand description
Register PRR1
reader
Implementations§
source§impl R
impl R
sourcepub fn prusart1(&self) -> PRUSART1_R
pub fn prusart1(&self) -> PRUSART1_R
Bit 0 - Power Reduction USART1
sourcepub fn prusart2(&self) -> PRUSART2_R
pub fn prusart2(&self) -> PRUSART2_R
Bit 1 - Power Reduction USART2
sourcepub fn prusart3(&self) -> PRUSART3_R
pub fn prusart3(&self) -> PRUSART3_R
Bit 2 - Power Reduction USART3
Methods from Deref<Target = R<PRR1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more