pub struct RAMPVALRrs;Expand description
Temperature sensor ramp value register
You can read this register and get rampvalr::R. See API.
Trait Implementations§
Source§impl RegisterSpec for RAMPVALRrs
impl RegisterSpec for RAMPVALRrs
Source§impl Resettable for RAMPVALRrs
reset() method sets RAMPVALR to value 0
impl Resettable for RAMPVALRrs
reset() method sets RAMPVALR to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for RAMPVALRrs
read() method returns rampvalr::R reader structure
Auto Trait Implementations§
impl Freeze for RAMPVALRrs
impl RefUnwindSafe for RAMPVALRrs
impl Send for RAMPVALRrs
impl Sync for RAMPVALRrs
impl Unpin for RAMPVALRrs
impl UnwindSafe for RAMPVALRrs
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