Struct gd32e5::gd32e508::can2::rfifomdata10::Rfifomdata10Spec
source · pub struct Rfifomdata10Spec;
Expand description
Receive FIFO0 mailbox data1 register
You can read
this register and get rfifomdata10::R
. See API.
Trait Implementations§
source§impl RegisterSpec for Rfifomdata10Spec
impl RegisterSpec for Rfifomdata10Spec
source§impl Resettable for Rfifomdata10Spec
impl Resettable for Rfifomdata10Spec
reset()
method sets RFIFOMDATA10 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 Rfifomdata10Spec
read()
method returns rfifomdata10::R
reader structure
Auto Trait Implementations§
impl Freeze for Rfifomdata10Spec
impl RefUnwindSafe for Rfifomdata10Spec
impl Send for Rfifomdata10Spec
impl Sync for Rfifomdata10Spec
impl Unpin for Rfifomdata10Spec
impl UnwindSafe for Rfifomdata10Spec
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