pub struct IntstatSpec;Expand description
Interrupt Status register for Master, Slave, and Monitor functions.
You can read this register and get intstat::R. See API.
Trait Implementations§
Source§impl RegisterSpec for IntstatSpec
impl RegisterSpec for IntstatSpec
Source§impl Resettable for IntstatSpec
reset() method sets INTSTAT to value 0x0801
impl Resettable for IntstatSpec
reset() method sets INTSTAT to value 0x0801
Source§const RESET_VALUE: u32 = 2_049u32
const RESET_VALUE: u32 = 2_049u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for IntstatSpec
read() method returns intstat::R reader structure
Auto Trait Implementations§
impl Freeze for IntstatSpec
impl RefUnwindSafe for IntstatSpec
impl Send for IntstatSpec
impl Sync for IntstatSpec
impl Unpin for IntstatSpec
impl UnwindSafe for IntstatSpec
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