pub struct PID0rs;
Expand description
Trait Implementations§
Source§impl Resettable for PID0rs
reset()
method sets PID0 to value 0x60
impl Resettable for PID0rs
reset()
method sets PID0 to value 0x60
Source§const RESET_VALUE: u32 = 96u32
const RESET_VALUE: u32 = 96u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for PID0rs
read()
method returns pid0::R
reader structure
Auto Trait Implementations§
impl Freeze for PID0rs
impl RefUnwindSafe for PID0rs
impl Send for PID0rs
impl Sync for PID0rs
impl Unpin for PID0rs
impl UnwindSafe for PID0rs
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