[][src]Struct stm32h7::stm32h743::rcc::c1_apb1lenr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn tim2en(&mut self) -> _TIM2ENW[src]

Bit 0 - TIM peripheral clock enable

pub fn tim3en(&mut self) -> _TIM3ENW[src]

Bit 1 - TIM peripheral clock enable

pub fn tim4en(&mut self) -> _TIM4ENW[src]

Bit 2 - TIM peripheral clock enable

pub fn tim5en(&mut self) -> _TIM5ENW[src]

Bit 3 - TIM peripheral clock enable

pub fn tim6en(&mut self) -> _TIM6ENW[src]

Bit 4 - TIM peripheral clock enable

pub fn tim7en(&mut self) -> _TIM7ENW[src]

Bit 5 - TIM peripheral clock enable

pub fn tim12en(&mut self) -> _TIM12ENW[src]

Bit 6 - TIM peripheral clock enable

pub fn tim13en(&mut self) -> _TIM13ENW[src]

Bit 7 - TIM peripheral clock enable

pub fn tim14en(&mut self) -> _TIM14ENW[src]

Bit 8 - TIM peripheral clock enable

pub fn lptim1en(&mut self) -> _LPTIM1ENW[src]

Bit 9 - LPTIM1 Peripheral Clocks Enable

pub fn spi2en(&mut self) -> _SPI2ENW[src]

Bit 14 - SPI2 Peripheral Clocks Enable

pub fn spi3en(&mut self) -> _SPI3ENW[src]

Bit 15 - SPI3 Peripheral Clocks Enable

pub fn spdifrxen(&mut self) -> _SPDIFRXENW[src]

Bit 16 - SPDIFRX Peripheral Clocks Enable

pub fn usart2en(&mut self) -> _USART2ENW[src]

Bit 17 - USART2 Peripheral Clocks Enable

pub fn usart3en(&mut self) -> _USART3ENW[src]

Bit 18 - USART3 Peripheral Clocks Enable

pub fn uart4en(&mut self) -> _UART4ENW[src]

Bit 19 - UART4 Peripheral Clocks Enable

pub fn uart5en(&mut self) -> _UART5ENW[src]

Bit 20 - UART5 Peripheral Clocks Enable

pub fn i2c1en(&mut self) -> _I2C1ENW[src]

Bit 21 - I2C1 Peripheral Clocks Enable

pub fn i2c2en(&mut self) -> _I2C2ENW[src]

Bit 22 - I2C2 Peripheral Clocks Enable

pub fn i2c3en(&mut self) -> _I2C3ENW[src]

Bit 23 - I2C3 Peripheral Clocks Enable

pub fn cecen(&mut self) -> _CECENW[src]

Bit 27 - HDMI-CEC peripheral clock enable

pub fn dac12en(&mut self) -> _DAC12ENW[src]

Bit 29 - DAC1&2 peripheral clock enable

pub fn uart7en(&mut self) -> _UART7ENW[src]

Bit 30 - UART7 Peripheral Clocks Enable

pub fn uart8en(&mut self) -> _UART8ENW[src]

Bit 31 - UART8 Peripheral Clocks Enable

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self