pub struct W(/* private fields */);
Expand description
Register PRR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn pradc(&mut self) -> BitWriterRaw<'_, u8, PRR_SPEC, bool, BitM, 0>
pub fn pradc(&mut self) -> BitWriterRaw<'_, u8, PRR_SPEC, bool, BitM, 0>
Bit 0 - Power Reduction ADC
Sourcepub fn prusart0(&mut self) -> BitWriterRaw<'_, u8, PRR_SPEC, bool, BitM, 1>
pub fn prusart0(&mut self) -> BitWriterRaw<'_, u8, PRR_SPEC, bool, BitM, 1>
Bit 1 - Power Reduction USART
Sourcepub fn prspi(&mut self) -> BitWriterRaw<'_, u8, PRR_SPEC, bool, BitM, 2>
pub fn prspi(&mut self) -> BitWriterRaw<'_, u8, PRR_SPEC, bool, BitM, 2>
Bit 2 - Power Reduction Serial Peripheral Interface
Sourcepub fn prtim1(&mut self) -> BitWriterRaw<'_, u8, PRR_SPEC, bool, BitM, 3>
pub fn prtim1(&mut self) -> BitWriterRaw<'_, u8, PRR_SPEC, bool, BitM, 3>
Bit 3 - Power Reduction Timer/Counter1
Sourcepub fn prtim0(&mut self) -> BitWriterRaw<'_, u8, PRR_SPEC, bool, BitM, 5>
pub fn prtim0(&mut self) -> BitWriterRaw<'_, u8, PRR_SPEC, bool, BitM, 5>
Bit 5 - Power Reduction Timer/Counter0
Sourcepub fn prtim2(&mut self) -> BitWriterRaw<'_, u8, PRR_SPEC, bool, BitM, 6>
pub fn prtim2(&mut self) -> BitWriterRaw<'_, u8, PRR_SPEC, bool, BitM, 6>
Bit 6 - Power Reduction Timer/Counter2
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