[−][src]Struct stm32l4x6::rtc::tampcr::R
Value read from the register
Methods
impl R[src]
impl Rpub fn bits(&self) -> u32[src]
pub fn bits(&self) -> u32Value of the register as raw bits
pub fn tamp1e(&self) -> TAMP1ER[src]
pub fn tamp1e(&self) -> TAMP1ERBit 0 - Tamper 1 detection enable
pub fn tamp1trg(&self) -> TAMP1TRGR[src]
pub fn tamp1trg(&self) -> TAMP1TRGRBit 1 - Active level for tamper 1
pub fn tampie(&self) -> TAMPIER[src]
pub fn tampie(&self) -> TAMPIERBit 2 - Tamper interrupt enable
pub fn tamp2e(&self) -> TAMP2ER[src]
pub fn tamp2e(&self) -> TAMP2ERBit 3 - Tamper 2 detection enable
pub fn tamp2trg(&self) -> TAMP2TRGR[src]
pub fn tamp2trg(&self) -> TAMP2TRGRBit 4 - Active level for tamper 2
pub fn tamp3e(&self) -> TAMP3ER[src]
pub fn tamp3e(&self) -> TAMP3ERBit 5 - Tamper 3 detection enable
pub fn tamp3trg(&self) -> TAMP3TRGR[src]
pub fn tamp3trg(&self) -> TAMP3TRGRBit 6 - Active level for tamper 3
pub fn tampts(&self) -> TAMPTSR[src]
pub fn tampts(&self) -> TAMPTSRBit 7 - Activate timestamp on tamper detection event
pub fn tampfreq(&self) -> TAMPFREQR[src]
pub fn tampfreq(&self) -> TAMPFREQRBits 8:10 - Tamper sampling frequency
pub fn tampflt(&self) -> TAMPFLTR[src]
pub fn tampflt(&self) -> TAMPFLTRBits 11:12 - Tamper filter count
pub fn tampprch(&self) -> TAMPPRCHR[src]
pub fn tampprch(&self) -> TAMPPRCHRBits 13:14 - Tamper precharge duration
pub fn tamppudis(&self) -> TAMPPUDISR[src]
pub fn tamppudis(&self) -> TAMPPUDISRBit 15 - TAMPER pull-up disable
pub fn tamp1ie(&self) -> TAMP1IER[src]
pub fn tamp1ie(&self) -> TAMP1IERBit 16 - Tamper 1 interrupt enable
pub fn tamp1noerase(&self) -> TAMP1NOERASER[src]
pub fn tamp1noerase(&self) -> TAMP1NOERASERBit 17 - Tamper 1 no erase
pub fn tamp1mf(&self) -> TAMP1MFR[src]
pub fn tamp1mf(&self) -> TAMP1MFRBit 18 - Tamper 1 mask flag
pub fn tamp2ie(&self) -> TAMP2IER[src]
pub fn tamp2ie(&self) -> TAMP2IERBit 19 - Tamper 2 interrupt enable
pub fn tamp2noerase(&self) -> TAMP2NOERASER[src]
pub fn tamp2noerase(&self) -> TAMP2NOERASERBit 20 - Tamper 2 no erase
pub fn tamp2mf(&self) -> TAMP2MFR[src]
pub fn tamp2mf(&self) -> TAMP2MFRBit 21 - Tamper 2 mask flag
pub fn tamp3ie(&self) -> TAMP3IER[src]
pub fn tamp3ie(&self) -> TAMP3IERBit 22 - Tamper 3 interrupt enable
pub fn tamp3noerase(&self) -> TAMP3NOERASER[src]
pub fn tamp3noerase(&self) -> TAMP3NOERASERBit 23 - Tamper 3 no erase
pub fn tamp3mf(&self) -> TAMP3MFR[src]
pub fn tamp3mf(&self) -> TAMP3MFRBit 24 - Tamper 3 mask flag
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more