[−][src]Struct stm32f4xx_hal::stm32::rtc::tstr::R
Value read from the register
Methods
impl R[src]
pub fn bits(&self) -> u32[src]
Value of the register as raw bits
pub fn alarmouttype(&self) -> ALARMOUTTYPER[src]
Bit 18 - AFO_ALARM output type
pub fn tsinsel(&self) -> TSINSELR[src]
Bit 17 - TIMESTAMP mapping
pub fn tamp1insel(&self) -> TAMP1INSELR[src]
Bit 16 - TAMPER1 mapping
pub fn tampie(&self) -> TAMPIER[src]
Bit 2 - Tamper interrupt enable
pub fn tamp1trg(&self) -> TAMP1TRGR[src]
Bit 1 - Active level for tamper 1
pub fn tamp1e(&self) -> TAMP1ER[src]
Bit 0 - Tamper 1 detection enable
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self