[−][src]Struct stm32l4x6::rcc::apb1smenr1::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn lptim1smen(&self) -> LPTIM1SMENR
[src]
pub fn lptim1smen(&self) -> LPTIM1SMENR
Bit 31 - Low power timer 1 clocks enable during Sleep and Stop modes
pub fn opampsmen(&self) -> OPAMPSMENR
[src]
pub fn opampsmen(&self) -> OPAMPSMENR
Bit 30 - OPAMP interface clocks enable during Sleep and Stop modes
pub fn dac1smen(&self) -> DAC1SMENR
[src]
pub fn dac1smen(&self) -> DAC1SMENR
Bit 29 - DAC1 interface clocks enable during Sleep and Stop modes
pub fn pwrsmen(&self) -> PWRSMENR
[src]
pub fn pwrsmen(&self) -> PWRSMENR
Bit 28 - Power interface clocks enable during Sleep and Stop modes
pub fn can1smen(&self) -> CAN1SMENR
[src]
pub fn can1smen(&self) -> CAN1SMENR
Bit 25 - CAN1 clocks enable during Sleep and Stop modes
pub fn i2c3smen(&self) -> I2C3SMENR
[src]
pub fn i2c3smen(&self) -> I2C3SMENR
Bit 23 - I2C3 clocks enable during Sleep and Stop modes
pub fn i2c2smen(&self) -> I2C2SMENR
[src]
pub fn i2c2smen(&self) -> I2C2SMENR
Bit 22 - I2C2 clocks enable during Sleep and Stop modes
pub fn i2c1smen(&self) -> I2C1SMENR
[src]
pub fn i2c1smen(&self) -> I2C1SMENR
Bit 21 - I2C1 clocks enable during Sleep and Stop modes
pub fn uart5smen(&self) -> UART5SMENR
[src]
pub fn uart5smen(&self) -> UART5SMENR
Bit 20 - UART5 clocks enable during Sleep and Stop modes
pub fn uart4smen(&self) -> UART4SMENR
[src]
pub fn uart4smen(&self) -> UART4SMENR
Bit 19 - UART4 clocks enable during Sleep and Stop modes
pub fn usart3smen(&self) -> USART3SMENR
[src]
pub fn usart3smen(&self) -> USART3SMENR
Bit 18 - USART3 clocks enable during Sleep and Stop modes
pub fn usart2smen(&self) -> USART2SMENR
[src]
pub fn usart2smen(&self) -> USART2SMENR
Bit 17 - USART2 clocks enable during Sleep and Stop modes
pub fn sp3smen(&self) -> SP3SMENR
[src]
pub fn sp3smen(&self) -> SP3SMENR
Bit 15 - SPI3 clocks enable during Sleep and Stop modes
pub fn spi2smen(&self) -> SPI2SMENR
[src]
pub fn spi2smen(&self) -> SPI2SMENR
Bit 14 - SPI2 clocks enable during Sleep and Stop modes
pub fn wwdgsmen(&self) -> WWDGSMENR
[src]
pub fn wwdgsmen(&self) -> WWDGSMENR
Bit 11 - Window watchdog clocks enable during Sleep and Stop modes
pub fn lcdsmen(&self) -> LCDSMENR
[src]
pub fn lcdsmen(&self) -> LCDSMENR
Bit 9 - LCD clocks enable during Sleep and Stop modes
pub fn tim7smen(&self) -> TIM7SMENR
[src]
pub fn tim7smen(&self) -> TIM7SMENR
Bit 5 - TIM7 timer clocks enable during Sleep and Stop modes
pub fn tim6smen(&self) -> TIM6SMENR
[src]
pub fn tim6smen(&self) -> TIM6SMENR
Bit 4 - TIM6 timer clocks enable during Sleep and Stop modes
pub fn tim5smen(&self) -> TIM5SMENR
[src]
pub fn tim5smen(&self) -> TIM5SMENR
Bit 3 - Reserved
pub fn tim4smen(&self) -> TIM4SMENR
[src]
pub fn tim4smen(&self) -> TIM4SMENR
Bit 2 - TIM4 timer clocks enable during Sleep and Stop modes
pub fn tim3smen(&self) -> TIM3SMENR
[src]
pub fn tim3smen(&self) -> TIM3SMENR
Bit 1 - TIM3 timer clocks enable during Sleep and Stop modes
pub fn tim2smen(&self) -> TIM2SMENR
[src]
pub fn tim2smen(&self) -> TIM2SMENR
Bit 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 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