Struct avr_device::atmega2560::cpu::prr1::W
source · pub struct W(/* private fields */);
Expand description
Register PRR1
writer
Implementations§
source§impl W
impl W
sourcepub fn prusart1(&mut self) -> PRUSART1_W<'_, 0>
pub fn prusart1(&mut self) -> PRUSART1_W<'_, 0>
Bit 0 - Power Reduction USART1
sourcepub fn prusart2(&mut self) -> PRUSART2_W<'_, 1>
pub fn prusart2(&mut self) -> PRUSART2_W<'_, 1>
Bit 1 - Power Reduction USART2
sourcepub fn prusart3(&mut self) -> PRUSART3_W<'_, 2>
pub fn prusart3(&mut self) -> PRUSART3_W<'_, 2>
Bit 2 - Power Reduction USART3
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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