[−][src]Struct stm32l4x6::rcc::apb1smenr1::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 lptim1smen(&self) -> LPTIM1SMENR[src]
pub fn lptim1smen(&self) -> LPTIM1SMENRBit 31 - Low power timer 1 clocks enable during Sleep and Stop modes
pub fn opampsmen(&self) -> OPAMPSMENR[src]
pub fn opampsmen(&self) -> OPAMPSMENRBit 30 - OPAMP interface clocks enable during Sleep and Stop modes
pub fn dac1smen(&self) -> DAC1SMENR[src]
pub fn dac1smen(&self) -> DAC1SMENRBit 29 - DAC1 interface clocks enable during Sleep and Stop modes
pub fn pwrsmen(&self) -> PWRSMENR[src]
pub fn pwrsmen(&self) -> PWRSMENRBit 28 - Power interface clocks enable during Sleep and Stop modes
pub fn can1smen(&self) -> CAN1SMENR[src]
pub fn can1smen(&self) -> CAN1SMENRBit 25 - CAN1 clocks enable during Sleep and Stop modes
pub fn i2c3smen(&self) -> I2C3SMENR[src]
pub fn i2c3smen(&self) -> I2C3SMENRBit 23 - I2C3 clocks enable during Sleep and Stop modes
pub fn i2c2smen(&self) -> I2C2SMENR[src]
pub fn i2c2smen(&self) -> I2C2SMENRBit 22 - I2C2 clocks enable during Sleep and Stop modes
pub fn i2c1smen(&self) -> I2C1SMENR[src]
pub fn i2c1smen(&self) -> I2C1SMENRBit 21 - I2C1 clocks enable during Sleep and Stop modes
pub fn uart5smen(&self) -> UART5SMENR[src]
pub fn uart5smen(&self) -> UART5SMENRBit 20 - UART5 clocks enable during Sleep and Stop modes
pub fn uart4smen(&self) -> UART4SMENR[src]
pub fn uart4smen(&self) -> UART4SMENRBit 19 - UART4 clocks enable during Sleep and Stop modes
pub fn usart3smen(&self) -> USART3SMENR[src]
pub fn usart3smen(&self) -> USART3SMENRBit 18 - USART3 clocks enable during Sleep and Stop modes
pub fn usart2smen(&self) -> USART2SMENR[src]
pub fn usart2smen(&self) -> USART2SMENRBit 17 - USART2 clocks enable during Sleep and Stop modes
pub fn sp3smen(&self) -> SP3SMENR[src]
pub fn sp3smen(&self) -> SP3SMENRBit 15 - SPI3 clocks enable during Sleep and Stop modes
pub fn spi2smen(&self) -> SPI2SMENR[src]
pub fn spi2smen(&self) -> SPI2SMENRBit 14 - SPI2 clocks enable during Sleep and Stop modes
pub fn wwdgsmen(&self) -> WWDGSMENR[src]
pub fn wwdgsmen(&self) -> WWDGSMENRBit 11 - Window watchdog clocks enable during Sleep and Stop modes
pub fn lcdsmen(&self) -> LCDSMENR[src]
pub fn lcdsmen(&self) -> LCDSMENRBit 9 - LCD clocks enable during Sleep and Stop modes
pub fn tim7smen(&self) -> TIM7SMENR[src]
pub fn tim7smen(&self) -> TIM7SMENRBit 5 - TIM7 timer clocks enable during Sleep and Stop modes
pub fn tim6smen(&self) -> TIM6SMENR[src]
pub fn tim6smen(&self) -> TIM6SMENRBit 4 - TIM6 timer clocks enable during Sleep and Stop modes
pub fn tim5smen(&self) -> TIM5SMENR[src]
pub fn tim5smen(&self) -> TIM5SMENRBit 3 - Reserved
pub fn tim4smen(&self) -> TIM4SMENR[src]
pub fn tim4smen(&self) -> TIM4SMENRBit 2 - TIM4 timer clocks enable during Sleep and Stop modes
pub fn tim3smen(&self) -> TIM3SMENR[src]
pub fn tim3smen(&self) -> TIM3SMENRBit 1 - TIM3 timer clocks enable during Sleep and Stop modes
pub fn tim2smen(&self) -> TIM2SMENR[src]
pub fn tim2smen(&self) -> TIM2SMENRBit 0 - TIM2 timer 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