[][src]Struct gd32vf103_pac::rcu::apb1rst::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 timer1rst(&self) -> TIMER1RSTR[src]

Bit 0 - TIMER1 timer reset

pub fn timer2rst(&self) -> TIMER2RSTR[src]

Bit 1 - TIMER2 timer reset

pub fn timer3rst(&self) -> TIMER3RSTR[src]

Bit 2 - TIMER3 timer reset

pub fn timer4rst(&self) -> TIMER4RSTR[src]

Bit 3 - TIMER4 timer reset

pub fn timer5rst(&self) -> TIMER5RSTR[src]

Bit 4 - TIMER5 timer reset

pub fn timer6rst(&self) -> TIMER6RSTR[src]

Bit 5 - TIMER6 timer reset

pub fn wwdgtrst(&self) -> WWDGTRSTR[src]

Bit 11 - Window watchdog timer reset

pub fn spi1rst(&self) -> SPI1RSTR[src]

Bit 14 - SPI1 reset

pub fn spi2rst(&self) -> SPI2RSTR[src]

Bit 15 - SPI2 reset

pub fn usart1rst(&self) -> USART1RSTR[src]

Bit 17 - USART1 reset

pub fn usart2rst(&self) -> USART2RSTR[src]

Bit 18 - USART2 reset

pub fn uart3rst(&self) -> UART3RSTR[src]

Bit 19 - UART3 reset

pub fn uart4rst(&self) -> UART4RSTR[src]

Bit 20 - UART4 reset

pub fn i2c0rst(&self) -> I2C0RSTR[src]

Bit 21 - I2C0 reset

pub fn i2c1rst(&self) -> I2C1RSTR[src]

Bit 22 - I2C1 reset

pub fn can0rst(&self) -> CAN0RSTR[src]

Bit 25 - CAN0 reset

pub fn can1rst(&self) -> CAN1RSTR[src]

Bit 26 - CAN1 reset

pub fn bkpirst(&self) -> BKPIRSTR[src]

Bit 27 - Backup interface reset

pub fn pmurst(&self) -> PMURSTR[src]

Bit 28 - Power control reset

pub fn dacrst(&self) -> DACRSTR[src]

Bit 29 - DAC reset

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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]