[−][src]Struct stm32f4xx_hal::stm32::rcc::apb2enr::R
Value read from the register
Methods
impl R[src]
pub fn bits(&self) -> u32[src]
Value of the register as raw bits
pub fn tim1en(&self) -> TIM1ENR[src]
Bit 0 - TIM1 clock enable
pub fn tim8en(&self) -> TIM1ENR[src]
Bit 1 - TIM8 clock enable
pub fn usart1en(&self) -> TIM1ENR[src]
Bit 4 - USART1 clock enable
pub fn usart6en(&self) -> TIM1ENR[src]
Bit 5 - USART6 clock enable
pub fn adc1en(&self) -> TIM1ENR[src]
Bit 8 - ADC1 clock enable
pub fn adc2en(&self) -> TIM1ENR[src]
Bit 9 - ADC2 clock enable
pub fn adc3en(&self) -> TIM1ENR[src]
Bit 10 - ADC3 clock enable
pub fn sdioen(&self) -> TIM1ENR[src]
Bit 11 - SDIO clock enable
pub fn spi1en(&self) -> TIM1ENR[src]
Bit 12 - SPI1 clock enable
pub fn syscfgen(&self) -> TIM1ENR[src]
Bit 14 - System configuration controller clock enable
pub fn tim9en(&self) -> TIM1ENR[src]
Bit 16 - TIM9 clock enable
pub fn tim10en(&self) -> TIM1ENR[src]
Bit 17 - TIM10 clock enable
pub fn tim11en(&self) -> TIM1ENR[src]
Bit 18 - TIM11 clock enable
pub fn spi6en(&self) -> TIM1ENR[src]
Bit 21 - SPI6 clock enable
pub fn sai1en(&self) -> TIM1ENR[src]
Bit 22 - SAI1 clock enable
pub fn ltdcen(&self) -> TIM1ENR[src]
Bit 26 - LTDC clock enable
pub fn spi4en(&self) -> TIM1ENR[src]
Bit 13 - SPI4 clock enable
pub fn spi5en(&self) -> TIM1ENR[src]
Bit 20 - SPI5 clock enable
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self