Struct stm32wlxx_hal::pac::tamp::ier::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register IER
reader
Implementations§
§impl R
impl R
pub fn itamp3ie(&self) -> BitReaderRaw<ITAMP3IE_A>
pub fn itamp3ie(&self) -> BitReaderRaw<ITAMP3IE_A>
Bit 18 - ITAMP3IE
pub fn itamp5ie(&self) -> BitReaderRaw<ITAMP3IE_A>
pub fn itamp5ie(&self) -> BitReaderRaw<ITAMP3IE_A>
Bit 20 - ITAMP5IE
pub fn itamp6ie(&self) -> BitReaderRaw<ITAMP3IE_A>
pub fn itamp6ie(&self) -> BitReaderRaw<ITAMP3IE_A>
Bit 21 - ITAMP6IE
pub fn itamp8ie(&self) -> BitReaderRaw<ITAMP3IE_A>
pub fn itamp8ie(&self) -> BitReaderRaw<ITAMP3IE_A>
Bit 23 - ITAMP8IE
Methods from Deref<Target = R<IER_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