Struct stm32wlxx_hal::pac::tamp::cr2::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CR2
reader
Implementations§
§impl R
impl R
pub fn tamp1noer(&self) -> BitReaderRaw<TAMP1NOER_A>
pub fn tamp1noer(&self) -> BitReaderRaw<TAMP1NOER_A>
Bit 0 - TAMP1NOER
pub fn tamp2noer(&self) -> BitReaderRaw<TAMP1NOER_A>
pub fn tamp2noer(&self) -> BitReaderRaw<TAMP1NOER_A>
Bit 1 - TAMP2NOER
pub fn tamp3noer(&self) -> BitReaderRaw<TAMP1NOER_A>
pub fn tamp3noer(&self) -> BitReaderRaw<TAMP1NOER_A>
Bit 2 - TAMP3NOER
pub fn tamp1msk(&self) -> BitReaderRaw<TAMP1MSK_A>
pub fn tamp1msk(&self) -> BitReaderRaw<TAMP1MSK_A>
Bit 16 - TAMP1MSK
pub fn tamp2msk(&self) -> BitReaderRaw<TAMP1MSK_A>
pub fn tamp2msk(&self) -> BitReaderRaw<TAMP1MSK_A>
Bit 17 - TAMP2MSK
pub fn tamp3msk(&self) -> BitReaderRaw<TAMP1MSK_A>
pub fn tamp3msk(&self) -> BitReaderRaw<TAMP1MSK_A>
Bit 18 - TAMP3MSK
pub fn tamp1trg(&self) -> BitReaderRaw<TAMP1TRG_A>
pub fn tamp1trg(&self) -> BitReaderRaw<TAMP1TRG_A>
Bit 24 - TAMP1TRG
pub fn tamp2trg(&self) -> BitReaderRaw<TAMP1TRG_A>
pub fn tamp2trg(&self) -> BitReaderRaw<TAMP1TRG_A>
Bit 25 - TAMP2TRG
pub fn tamp3trg(&self) -> BitReaderRaw<TAMP1TRG_A>
pub fn tamp3trg(&self) -> BitReaderRaw<TAMP1TRG_A>
Bit 26 - TAMP3TRG
Methods from Deref<Target = R<CR2_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
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