[][src]Struct lpc55s6x_pac::syscon::presetctrl1::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 mrt_rst(&self) -> MRT_RSTR[src]

Bit 0 - MRT reset control.

pub fn ostimer0_rst(&self) -> OSTIMER0_RSTR[src]

Bit 1 - OS Timer 0 reset control.

pub fn sct0_rst(&self) -> SCT0_RSTR[src]

Bit 2 - SCT0 reset control.

pub fn sctipu_rst(&self) -> SCTIPU_RSTR[src]

Bit 6 - SCTIPU reset control.

pub fn utick0_rst(&self) -> UTICK0_RSTR[src]

Bit 10 - UTICK0 reset control.

pub fn fc0_rst(&self) -> FC0_RSTR[src]

Bit 11 - FC0 reset control.

pub fn fc1_rst(&self) -> FC1_RSTR[src]

Bit 12 - FC1 reset control.

pub fn fc2_rst(&self) -> FC2_RSTR[src]

Bit 13 - FC2 reset control.

pub fn fc3_rst(&self) -> FC3_RSTR[src]

Bit 14 - FC3 reset control.

pub fn fc4_rst(&self) -> FC4_RSTR[src]

Bit 15 - FC4 reset control.

pub fn fc5_rst(&self) -> FC5_RSTR[src]

Bit 16 - FC5 reset control.

pub fn fc6_rst(&self) -> FC6_RSTR[src]

Bit 17 - FC6 reset control.

pub fn fc7_rst(&self) -> FC7_RSTR[src]

Bit 18 - FC7 reset control.

pub fn timer2_rst(&self) -> TIMER2_RSTR[src]

Bit 22 - Timer 2 reset control.

pub fn usb0_dev_rst(&self) -> USB0_DEV_RSTR[src]

Bit 25 - USB0 DEV reset control.

pub fn timer0_rst(&self) -> TIMER0_RSTR[src]

Bit 26 - Timer 0 reset control.

pub fn timer1_rst(&self) -> TIMER1_RSTR[src]

Bit 27 - Timer 1 reset control.

pub fn pvt_rst(&self) -> PVT_RSTR[src]

Bit 28 - PVT reset control.

pub fn ezha_rst(&self) -> EZHA_RSTR[src]

Bit 30 - EZH a reset control.

pub fn ezhb_rst(&self) -> EZHB_RSTR[src]

Bit 31 - EZH b reset control.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

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, 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[src]

type Output = T

Should always be Self