Struct gd32vf103_pac::rcu::apb1en::R

source ·
pub struct R(_);
Expand description

Register APB1EN reader

Implementations§

source§

impl R

source

pub fn timer1en(&self) -> TIMER1EN_R

Bit 0 - TIMER1 timer clock enable

source

pub fn timer2en(&self) -> TIMER2EN_R

Bit 1 - TIMER2 timer clock enable

source

pub fn timer3en(&self) -> TIMER3EN_R

Bit 2 - TIMER3 timer clock enable

source

pub fn timer4en(&self) -> TIMER4EN_R

Bit 3 - TIMER4 timer clock enable

source

pub fn timer5en(&self) -> TIMER5EN_R

Bit 4 - TIMER5 timer clock enable

source

pub fn timer6en(&self) -> TIMER6EN_R

Bit 5 - TIMER6 timer clock enable

source

pub fn wwdgten(&self) -> WWDGTEN_R

Bit 11 - Window watchdog timer clock enable

source

pub fn spi1en(&self) -> SPI1EN_R

Bit 14 - SPI1 clock enable

source

pub fn spi2en(&self) -> SPI2EN_R

Bit 15 - SPI2 clock enable

source

pub fn usart1en(&self) -> USART1EN_R

Bit 17 - USART1 clock enable

source

pub fn usart2en(&self) -> USART2EN_R

Bit 18 - USART2 clock enable

source

pub fn uart3en(&self) -> UART3EN_R

Bit 19 - UART3 clock enable

source

pub fn uart4en(&self) -> UART4EN_R

Bit 20 - UART4 clock enable

source

pub fn i2c0en(&self) -> I2C0EN_R

Bit 21 - I2C0 clock enable

source

pub fn i2c1en(&self) -> I2C1EN_R

Bit 22 - I2C1 clock enable

source

pub fn can0en(&self) -> CAN0EN_R

Bit 25 - CAN0 clock enable

source

pub fn can1en(&self) -> CAN1EN_R

Bit 26 - CAN1 clock enable

source

pub fn bkpien(&self) -> BKPIEN_R

Bit 27 - Backup interface clock enable

source

pub fn pmuen(&self) -> PMUEN_R

Bit 28 - Power control clock enable

source

pub fn dacen(&self) -> DACEN_R

Bit 29 - DAC clock enable

Methods from Deref<Target = R<APB1EN_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<APB1EN_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<APB1EN_SPEC>> for R

source§

fn from(reader: R<APB1EN_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.