[−][src]Struct stm32l4x6::rcc::apb1enr1::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 lptim1en(&self) -> LPTIM1ENR
[src]
pub fn lptim1en(&self) -> LPTIM1ENR
Bit 31 - Low power timer 1 clock enable
pub fn opampen(&self) -> OPAMPENR
[src]
pub fn opampen(&self) -> OPAMPENR
Bit 30 - OPAMP interface clock enable
pub fn dac1en(&self) -> DAC1ENR
[src]
pub fn dac1en(&self) -> DAC1ENR
Bit 29 - DAC1 interface clock enable
pub fn pwren(&self) -> PWRENR
[src]
pub fn pwren(&self) -> PWRENR
Bit 28 - Power interface clock enable
pub fn can1en(&self) -> CAN1ENR
[src]
pub fn can1en(&self) -> CAN1ENR
Bit 25 - CAN1 clock enable
pub fn i2c3en(&self) -> I2C3ENR
[src]
pub fn i2c3en(&self) -> I2C3ENR
Bit 23 - I2C3 clock enable
pub fn i2c2en(&self) -> I2C2ENR
[src]
pub fn i2c2en(&self) -> I2C2ENR
Bit 22 - I2C2 clock enable
pub fn i2c1en(&self) -> I2C1ENR
[src]
pub fn i2c1en(&self) -> I2C1ENR
Bit 21 - I2C1 clock enable
pub fn uart5en(&self) -> UART5ENR
[src]
pub fn uart5en(&self) -> UART5ENR
Bit 20 - UART5 clock enable
pub fn uart4en(&self) -> UART4ENR
[src]
pub fn uart4en(&self) -> UART4ENR
Bit 19 - UART4 clock enable
pub fn usart3en(&self) -> USART3ENR
[src]
pub fn usart3en(&self) -> USART3ENR
Bit 18 - USART3 clock enable
pub fn usart2en(&self) -> USART2ENR
[src]
pub fn usart2en(&self) -> USART2ENR
Bit 17 - USART2 clock enable
pub fn sp3en(&self) -> SP3ENR
[src]
pub fn sp3en(&self) -> SP3ENR
Bit 15 - SPI3 clock enable
pub fn spi2en(&self) -> SPI2ENR
[src]
pub fn spi2en(&self) -> SPI2ENR
Bit 14 - SPI2 clock enable
pub fn wwdgen(&self) -> WWDGENR
[src]
pub fn wwdgen(&self) -> WWDGENR
Bit 11 - Window watchdog clock enable
pub fn lcden(&self) -> LCDENR
[src]
pub fn lcden(&self) -> LCDENR
Bit 9 - LCD clock enable
pub fn tim7en(&self) -> TIM7ENR
[src]
pub fn tim7en(&self) -> TIM7ENR
Bit 5 - TIM7 timer clock enable
pub fn tim6en(&self) -> TIM6ENR
[src]
pub fn tim6en(&self) -> TIM6ENR
Bit 4 - TIM6 timer clock enable
pub fn tim5en(&self) -> TIM5ENR
[src]
pub fn tim5en(&self) -> TIM5ENR
Bit 3 - Reserved
pub fn tim4en(&self) -> TIM4ENR
[src]
pub fn tim4en(&self) -> TIM4ENR
Bit 2 - TIM4 timer clock enable
pub fn tim3en(&self) -> TIM3ENR
[src]
pub fn tim3en(&self) -> TIM3ENR
Bit 1 - TIM3 timer clock enable
pub fn tim2en(&self) -> TIM2ENR
[src]
pub fn tim2en(&self) -> TIM2ENR
Bit 0 - TIM2 timer clock enable
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