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