pub struct IBI_STATUS_BUF_SPEC;
Expand description
In-Band Interrupt Buffer Status/Data Register. When receiving an IBI, IBI_PORT is used to both: Read the IBI Status Read the IBI Data(which is raw/opaque data)
You can read
this register and get ibi_status_buf::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for IBI_STATUS_BUF_SPEC
impl RegisterSpec for IBI_STATUS_BUF_SPEC
Source§impl Resettable for IBI_STATUS_BUF_SPEC
reset()
method sets IBI_STATUS_BUF to value 0
impl Resettable for IBI_STATUS_BUF_SPEC
reset()
method sets IBI_STATUS_BUF 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 IBI_STATUS_BUF_SPEC
read()
method returns ibi_status_buf::R
reader structure
Auto Trait Implementations§
impl Freeze for IBI_STATUS_BUF_SPEC
impl RefUnwindSafe for IBI_STATUS_BUF_SPEC
impl Send for IBI_STATUS_BUF_SPEC
impl Sync for IBI_STATUS_BUF_SPEC
impl Unpin for IBI_STATUS_BUF_SPEC
impl UnwindSafe for IBI_STATUS_BUF_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