Struct esp32c2_hal::pac::systimer::int_raw::R
pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations
impl R
impl R
pub fn target0_int_raw(&self) -> BitReaderRaw<bool>
pub fn target0_int_raw(&self) -> BitReaderRaw<bool>
Bit 0 - interupt0 raw
pub fn target1_int_raw(&self) -> BitReaderRaw<bool>
pub fn target1_int_raw(&self) -> BitReaderRaw<bool>
Bit 1 - interupt1 raw
pub fn target2_int_raw(&self) -> BitReaderRaw<bool>
pub fn target2_int_raw(&self) -> BitReaderRaw<bool>
Bit 2 - interupt2 raw
Methods from Deref<Target = R<INT_RAW_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<INT_RAW_SPEC>> for R
impl From<R<INT_RAW_SPEC>> for R
fn from(reader: R<INT_RAW_SPEC>) -> R
fn from(reader: R<INT_RAW_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more