[][src]Struct gd32vf103_pac::rcu::int::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn irc40kstbie(&mut self) -> _IRC40KSTBIEW[src]

Bit 8 - IRC40K Stabilization interrupt enable

pub fn lxtalstbie(&mut self) -> _LXTALSTBIEW[src]

Bit 9 - LXTAL Stabilization Interrupt Enable

pub fn irc8mstbie(&mut self) -> _IRC8MSTBIEW[src]

Bit 10 - IRC8M Stabilization Interrupt Enable

pub fn hxtalstbie(&mut self) -> _HXTALSTBIEW[src]

Bit 11 - HXTAL Stabilization Interrupt Enable

pub fn pllstbie(&mut self) -> _PLLSTBIEW[src]

Bit 12 - PLL Stabilization Interrupt Enable

pub fn pll1stbie(&mut self) -> _PLL1STBIEW[src]

Bit 13 - PLL1 Stabilization Interrupt Enable

pub fn pll2stbie(&mut self) -> _PLL2STBIEW[src]

Bit 14 - PLL2 Stabilization Interrupt Enable

pub fn irc40kstbic(&mut self) -> _IRC40KSTBICW[src]

Bit 16 - IRC40K Stabilization Interrupt Clear

pub fn lxtalstbic(&mut self) -> _LXTALSTBICW[src]

Bit 17 - LXTAL Stabilization Interrupt Clear

pub fn irc8mstbic(&mut self) -> _IRC8MSTBICW[src]

Bit 18 - IRC8M Stabilization Interrupt Clear

pub fn hxtalstbic(&mut self) -> _HXTALSTBICW[src]

Bit 19 - HXTAL Stabilization Interrupt Clear

pub fn pllstbic(&mut self) -> _PLLSTBICW[src]

Bit 20 - PLL stabilization Interrupt Clear

pub fn pll1stbic(&mut self) -> _PLL1STBICW[src]

Bit 21 - PLL1 stabilization Interrupt Clear

pub fn pll2stbic(&mut self) -> _PLL2STBICW[src]

Bit 22 - PLL2 stabilization Interrupt Clear

pub fn ckmic(&mut self) -> _CKMICW[src]

Bit 23 - HXTAL Clock Stuck Interrupt Clear

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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]