pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations
sourceimpl R
impl R
sourcepub fn alarmouttype(&self) -> ALARMOUTTYPER
pub fn alarmouttype(&self) -> ALARMOUTTYPER
Bit 18 - AFO_ALARM output type
sourcepub fn tamp1insel(&self) -> TAMP1INSELR
pub fn tamp1insel(&self) -> TAMP1INSELR
Bit 16 - TAMPER1 mapping
sourcepub fn tamppudis(&self) -> TAMPPUDISR
pub fn tamppudis(&self) -> TAMPPUDISR
Bit 15 - TAMPER pull-up disable
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