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