[−][src]Struct stm32l4x6::rcc::apb1enr1::W
Value to write to the register
Methods
impl W[src]
impl Wpub fn reset_value() -> W[src]
pub fn reset_value() -> WReset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]
pub unsafe fn bits(&mut self, bits: u32) -> &mut SelfWrites raw bits to the register
pub fn lptim1en(&mut self) -> _LPTIM1ENW[src]
pub fn lptim1en(&mut self) -> _LPTIM1ENWBit 31 - Low power timer 1 clock enable
pub fn opampen(&mut self) -> _OPAMPENW[src]
pub fn opampen(&mut self) -> _OPAMPENWBit 30 - OPAMP interface clock enable
pub fn dac1en(&mut self) -> _DAC1ENW[src]
pub fn dac1en(&mut self) -> _DAC1ENWBit 29 - DAC1 interface clock enable
pub fn pwren(&mut self) -> _PWRENW[src]
pub fn pwren(&mut self) -> _PWRENWBit 28 - Power interface clock enable
pub fn can1en(&mut self) -> _CAN1ENW[src]
pub fn can1en(&mut self) -> _CAN1ENWBit 25 - CAN1 clock enable
pub fn i2c3en(&mut self) -> _I2C3ENW[src]
pub fn i2c3en(&mut self) -> _I2C3ENWBit 23 - I2C3 clock enable
pub fn i2c2en(&mut self) -> _I2C2ENW[src]
pub fn i2c2en(&mut self) -> _I2C2ENWBit 22 - I2C2 clock enable
pub fn i2c1en(&mut self) -> _I2C1ENW[src]
pub fn i2c1en(&mut self) -> _I2C1ENWBit 21 - I2C1 clock enable
pub fn uart5en(&mut self) -> _UART5ENW[src]
pub fn uart5en(&mut self) -> _UART5ENWBit 20 - UART5 clock enable
pub fn uart4en(&mut self) -> _UART4ENW[src]
pub fn uart4en(&mut self) -> _UART4ENWBit 19 - UART4 clock enable
pub fn usart3en(&mut self) -> _USART3ENW[src]
pub fn usart3en(&mut self) -> _USART3ENWBit 18 - USART3 clock enable
pub fn usart2en(&mut self) -> _USART2ENW[src]
pub fn usart2en(&mut self) -> _USART2ENWBit 17 - USART2 clock enable
pub fn sp3en(&mut self) -> _SP3ENW[src]
pub fn sp3en(&mut self) -> _SP3ENWBit 15 - SPI3 clock enable
pub fn spi2en(&mut self) -> _SPI2ENW[src]
pub fn spi2en(&mut self) -> _SPI2ENWBit 14 - SPI2 clock enable
pub fn wwdgen(&mut self) -> _WWDGENW[src]
pub fn wwdgen(&mut self) -> _WWDGENWBit 11 - Window watchdog clock enable
pub fn lcden(&mut self) -> _LCDENW[src]
pub fn lcden(&mut self) -> _LCDENWBit 9 - LCD clock enable
pub fn tim7en(&mut self) -> _TIM7ENW[src]
pub fn tim7en(&mut self) -> _TIM7ENWBit 5 - TIM7 timer clock enable
pub fn tim6en(&mut self) -> _TIM6ENW[src]
pub fn tim6en(&mut self) -> _TIM6ENWBit 4 - TIM6 timer clock enable
pub fn tim5en(&mut self) -> _TIM5ENW[src]
pub fn tim5en(&mut self) -> _TIM5ENWBit 3 - Reserved
pub fn tim4en(&mut self) -> _TIM4ENW[src]
pub fn tim4en(&mut self) -> _TIM4ENWBit 2 - TIM4 timer clock enable
pub fn tim3en(&mut self) -> _TIM3ENW[src]
pub fn tim3en(&mut self) -> _TIM3ENWBit 1 - TIM3 timer clock enable
pub fn tim2en(&mut self) -> _TIM2ENW[src]
pub fn tim2en(&mut self) -> _TIM2ENWBit 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