pub struct RD_SYS_PART1_DATA1_SPEC;Expand description
Register $n of BLOCK2 (system).
You can read this register and get rd_sys_part1_data1::R. See API.
Trait Implementations§
Source§impl Resettable for RD_SYS_PART1_DATA1_SPEC
reset() method sets RD_SYS_PART1_DATA1 to value 0
impl Resettable for RD_SYS_PART1_DATA1_SPEC
reset() method sets RD_SYS_PART1_DATA1 to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for RD_SYS_PART1_DATA1_SPEC
read() method returns rd_sys_part1_data1::R reader structure
Auto Trait Implementations§
impl Freeze for RD_SYS_PART1_DATA1_SPEC
impl RefUnwindSafe for RD_SYS_PART1_DATA1_SPEC
impl Send for RD_SYS_PART1_DATA1_SPEC
impl Sync for RD_SYS_PART1_DATA1_SPEC
impl Unpin for RD_SYS_PART1_DATA1_SPEC
impl UnwindSafe for RD_SYS_PART1_DATA1_SPEC
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