pub struct UdfRdDataSpec;Expand description
Data Out Register
You can read this register and get udf_rd_data::R. See API.
Trait Implementations§
impl Readable for UdfRdDataSpec
read() method returns udf_rd_data::R reader structure
Source§impl RegisterSpec for UdfRdDataSpec
impl RegisterSpec for UdfRdDataSpec
Source§impl Resettable for UdfRdDataSpec
reset() method sets udf_rd_data to value 0
impl Resettable for UdfRdDataSpec
reset() method sets udf_rd_data 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.
Auto Trait Implementations§
impl Freeze for UdfRdDataSpec
impl RefUnwindSafe for UdfRdDataSpec
impl Send for UdfRdDataSpec
impl Sync for UdfRdDataSpec
impl Unpin for UdfRdDataSpec
impl UnsafeUnpin for UdfRdDataSpec
impl UnwindSafe for UdfRdDataSpec
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