pub struct RcauseSpec;
Trait Implementations§
Source§impl RegisterSpec for RcauseSpec
impl RegisterSpec for RcauseSpec
Source§impl Resettable for RcauseSpec
reset()
method sets RCAUSE to value 0x01
impl Resettable for RcauseSpec
reset()
method sets RCAUSE to value 0x01
Source§const RESET_VALUE: u8 = 1u8
const RESET_VALUE: u8 = 1u8
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for RcauseSpec
read()
method returns rcause::R
reader structure
Auto Trait Implementations§
impl Freeze for RcauseSpec
impl RefUnwindSafe for RcauseSpec
impl Send for RcauseSpec
impl Sync for RcauseSpec
impl Unpin for RcauseSpec
impl UnwindSafe for RcauseSpec
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