pub struct RX_CHSTATUS_SPEC;
Expand description
Channel %s status register
You can read
this register and get rx_chstatus::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for RX_CHSTATUS_SPEC
impl RegisterSpec for RX_CHSTATUS_SPEC
Source§impl Resettable for RX_CHSTATUS_SPEC
reset()
method sets RX_CH%sSTATUS to value 0x0006_00c0
impl Resettable for RX_CHSTATUS_SPEC
reset()
method sets RX_CH%sSTATUS to value 0x0006_00c0
Source§const RESET_VALUE: u32 = 393_408u32
const RESET_VALUE: u32 = 393_408u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for RX_CHSTATUS_SPEC
read()
method returns rx_chstatus::R
reader structure
Auto Trait Implementations§
impl Freeze for RX_CHSTATUS_SPEC
impl RefUnwindSafe for RX_CHSTATUS_SPEC
impl Send for RX_CHSTATUS_SPEC
impl Sync for RX_CHSTATUS_SPEC
impl Unpin for RX_CHSTATUS_SPEC
impl UnwindSafe for RX_CHSTATUS_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