[][src]Struct stm32f1xx_hal::stm32::rcc::apb2enr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn afioen(&self) -> AFIOENR[src]

Bit 0 - Alternate function I/O clock enable

pub fn iopaen(&self) -> AFIOENR[src]

Bit 2 - I/O port A clock enable

pub fn iopben(&self) -> AFIOENR[src]

Bit 3 - I/O port B clock enable

pub fn iopcen(&self) -> AFIOENR[src]

Bit 4 - I/O port C clock enable

pub fn iopden(&self) -> AFIOENR[src]

Bit 5 - I/O port D clock enable

pub fn iopeen(&self) -> AFIOENR[src]

Bit 6 - I/O port E clock enable

pub fn iopfen(&self) -> AFIOENR[src]

Bit 7 - I/O port F clock enable

pub fn iopgen(&self) -> AFIOENR[src]

Bit 8 - I/O port G clock enable

pub fn adc1en(&self) -> AFIOENR[src]

Bit 9 - ADC 1 interface clock enable

pub fn adc2en(&self) -> AFIOENR[src]

Bit 10 - ADC 2 interface clock enable

pub fn tim1en(&self) -> AFIOENR[src]

Bit 11 - TIM1 Timer clock enable

pub fn spi1en(&self) -> AFIOENR[src]

Bit 12 - SPI 1 clock enable

pub fn tim8en(&self) -> AFIOENR[src]

Bit 13 - TIM8 Timer clock enable

pub fn usart1en(&self) -> AFIOENR[src]

Bit 14 - USART1 clock enable

pub fn adc3en(&self) -> AFIOENR[src]

Bit 15 - ADC3 interface clock enable

pub fn tim9en(&self) -> AFIOENR[src]

Bit 19 - TIM9 Timer clock enable

pub fn tim10en(&self) -> AFIOENR[src]

Bit 20 - TIM10 Timer clock enable

pub fn tim11en(&self) -> AFIOENR[src]

Bit 21 - TIM11 Timer clock enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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

impl<T> Same for T

type Output = T

Should always be Self