[][src]Struct stm32l4x6::rcc::apb1enr1::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 31 - Low power timer 1 clock enable

Bit 30 - OPAMP interface clock enable

Bit 29 - DAC1 interface clock enable

Bit 28 - Power interface clock enable

Bit 25 - CAN1 clock enable

Bit 23 - I2C3 clock enable

Bit 22 - I2C2 clock enable

Bit 21 - I2C1 clock enable

Bit 20 - UART5 clock enable

Bit 19 - UART4 clock enable

Bit 18 - USART3 clock enable

Bit 17 - USART2 clock enable

Bit 15 - SPI3 clock enable

Bit 14 - SPI2 clock enable

Bit 11 - Window watchdog clock enable

Bit 9 - LCD clock enable

Bit 5 - TIM7 timer clock enable

Bit 4 - TIM6 timer clock enable

Bit 3 - Reserved

Bit 2 - TIM4 timer clock enable

Bit 1 - TIM3 timer clock enable

Bit 0 - TIM2 timer clock enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

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

🔬 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