[−][src]Struct stm32l4x6::rcc::apb2smenr::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 dfsdmsmen(&self) -> DFSDMSMENR[src]
pub fn dfsdmsmen(&self) -> DFSDMSMENRBit 24 - DFSDM timer clocks enable during Sleep and Stop modes
pub fn sai2smen(&self) -> SAI2SMENR[src]
pub fn sai2smen(&self) -> SAI2SMENRBit 22 - SAI2 clocks enable during Sleep and Stop modes
pub fn sai1smen(&self) -> SAI1SMENR[src]
pub fn sai1smen(&self) -> SAI1SMENRBit 21 - SAI1 clocks enable during Sleep and Stop modes
pub fn tim17smen(&self) -> TIM17SMENR[src]
pub fn tim17smen(&self) -> TIM17SMENRBit 18 - TIM17 timer clocks enable during Sleep and Stop modes
pub fn tim16smen(&self) -> TIM16SMENR[src]
pub fn tim16smen(&self) -> TIM16SMENRBit 17 - TIM16 timer clocks enable during Sleep and Stop modes
pub fn tim15smen(&self) -> TIM15SMENR[src]
pub fn tim15smen(&self) -> TIM15SMENRBit 16 - TIM15 timer clocks enable during Sleep and Stop modes
pub fn usart1smen(&self) -> USART1SMENR[src]
pub fn usart1smen(&self) -> USART1SMENRBit 14 - USART1clocks enable during Sleep and Stop modes
pub fn tim8smen(&self) -> TIM8SMENR[src]
pub fn tim8smen(&self) -> TIM8SMENRBit 13 - TIM8 timer clocks enable during Sleep and Stop modes
pub fn spi1smen(&self) -> SPI1SMENR[src]
pub fn spi1smen(&self) -> SPI1SMENRBit 12 - SPI1 clocks enable during Sleep and Stop modes
pub fn tim1smen(&self) -> TIM1SMENR[src]
pub fn tim1smen(&self) -> TIM1SMENRBit 11 - TIM1 timer clocks enable during Sleep and Stop modes
pub fn sdmmcsmen(&self) -> SDMMCSMENR[src]
pub fn sdmmcsmen(&self) -> SDMMCSMENRBit 10 - SDMMC clocks enable during Sleep and Stop modes
pub fn syscfgsmen(&self) -> SYSCFGSMENR[src]
pub fn syscfgsmen(&self) -> SYSCFGSMENRBit 0 - SYSCFG clocks enable during Sleep and Stop modes
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