[−][src]Struct stm32l4x6::rtc::tampcr::W
Value to write to the register
Methods
impl W
[src]
impl W
pub fn reset_value() -> W
[src]
pub fn reset_value() -> W
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
Writes raw bits to the register
pub fn tamp1e(&mut self) -> _TAMP1EW
[src]
pub fn tamp1e(&mut self) -> _TAMP1EW
Bit 0 - Tamper 1 detection enable
pub fn tamp1trg(&mut self) -> _TAMP1TRGW
[src]
pub fn tamp1trg(&mut self) -> _TAMP1TRGW
Bit 1 - Active level for tamper 1
pub fn tampie(&mut self) -> _TAMPIEW
[src]
pub fn tampie(&mut self) -> _TAMPIEW
Bit 2 - Tamper interrupt enable
pub fn tamp2e(&mut self) -> _TAMP2EW
[src]
pub fn tamp2e(&mut self) -> _TAMP2EW
Bit 3 - Tamper 2 detection enable
pub fn tamp2trg(&mut self) -> _TAMP2TRGW
[src]
pub fn tamp2trg(&mut self) -> _TAMP2TRGW
Bit 4 - Active level for tamper 2
pub fn tamp3e(&mut self) -> _TAMP3EW
[src]
pub fn tamp3e(&mut self) -> _TAMP3EW
Bit 5 - Tamper 3 detection enable
pub fn tamp3trg(&mut self) -> _TAMP3TRGW
[src]
pub fn tamp3trg(&mut self) -> _TAMP3TRGW
Bit 6 - Active level for tamper 3
pub fn tampts(&mut self) -> _TAMPTSW
[src]
pub fn tampts(&mut self) -> _TAMPTSW
Bit 7 - Activate timestamp on tamper detection event
pub fn tampfreq(&mut self) -> _TAMPFREQW
[src]
pub fn tampfreq(&mut self) -> _TAMPFREQW
Bits 8:10 - Tamper sampling frequency
pub fn tampflt(&mut self) -> _TAMPFLTW
[src]
pub fn tampflt(&mut self) -> _TAMPFLTW
Bits 11:12 - Tamper filter count
pub fn tampprch(&mut self) -> _TAMPPRCHW
[src]
pub fn tampprch(&mut self) -> _TAMPPRCHW
Bits 13:14 - Tamper precharge duration
pub fn tamppudis(&mut self) -> _TAMPPUDISW
[src]
pub fn tamppudis(&mut self) -> _TAMPPUDISW
Bit 15 - TAMPER pull-up disable
pub fn tamp1ie(&mut self) -> _TAMP1IEW
[src]
pub fn tamp1ie(&mut self) -> _TAMP1IEW
Bit 16 - Tamper 1 interrupt enable
pub fn tamp1noerase(&mut self) -> _TAMP1NOERASEW
[src]
pub fn tamp1noerase(&mut self) -> _TAMP1NOERASEW
Bit 17 - Tamper 1 no erase
pub fn tamp1mf(&mut self) -> _TAMP1MFW
[src]
pub fn tamp1mf(&mut self) -> _TAMP1MFW
Bit 18 - Tamper 1 mask flag
pub fn tamp2ie(&mut self) -> _TAMP2IEW
[src]
pub fn tamp2ie(&mut self) -> _TAMP2IEW
Bit 19 - Tamper 2 interrupt enable
pub fn tamp2noerase(&mut self) -> _TAMP2NOERASEW
[src]
pub fn tamp2noerase(&mut self) -> _TAMP2NOERASEW
Bit 20 - Tamper 2 no erase
pub fn tamp2mf(&mut self) -> _TAMP2MFW
[src]
pub fn tamp2mf(&mut self) -> _TAMP2MFW
Bit 21 - Tamper 2 mask flag
pub fn tamp3ie(&mut self) -> _TAMP3IEW
[src]
pub fn tamp3ie(&mut self) -> _TAMP3IEW
Bit 22 - Tamper 3 interrupt enable
pub fn tamp3noerase(&mut self) -> _TAMP3NOERASEW
[src]
pub fn tamp3noerase(&mut self) -> _TAMP3NOERASEW
Bit 23 - Tamper 3 no erase
pub fn tamp3mf(&mut self) -> _TAMP3MFW
[src]
pub fn tamp3mf(&mut self) -> _TAMP3MFW
Bit 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 T
impl<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 T
Mutably 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