[][src]Struct k66::rtc::cr::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 swr(&mut self) -> _SWRW[src]

Bit 0 - Software Reset

pub fn wpe(&mut self) -> _WPEW[src]

Bit 1 - Wakeup Pin Enable

pub fn sup(&mut self) -> _SUPW[src]

Bit 2 - Supervisor Access

pub fn um(&mut self) -> _UMW[src]

Bit 3 - Update Mode

pub fn wps(&mut self) -> _WPSW[src]

Bit 4 - Wakeup Pin Select

pub fn osce(&mut self) -> _OSCEW[src]

Bit 8 - Oscillator Enable

pub fn clko(&mut self) -> _CLKOW[src]

Bit 9 - Clock Output

pub fn sc16p(&mut self) -> _SC16PW[src]

Bit 10 - Oscillator 16pF Load Configure

pub fn sc8p(&mut self) -> _SC8PW[src]

Bit 11 - Oscillator 8pF Load Configure

pub fn sc4p(&mut self) -> _SC4PW[src]

Bit 12 - Oscillator 4pF Load Configure

pub fn sc2p(&mut self) -> _SC2PW[src]

Bit 13 - Oscillator 2pF Load Configure

Auto Trait Implementations

impl Send for W

impl Sync 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]

impl<T> Same<T> for T

type Output = T

Should always be Self