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