[][src]Struct lpc55s6x_pac::syscon::starter1::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 gpio_int04(&self) -> GPIO_INT04R[src]

Bit 0 - GPIO_INT04 interrupt wake-up.

pub fn gpio_int05(&self) -> GPIO_INT05R[src]

Bit 1 - GPIO_INT05 interrupt wake-up.

pub fn gpio_int06(&self) -> GPIO_INT06R[src]

Bit 2 - GPIO_INT06 interrupt wake-up.

pub fn gpio_int07(&self) -> GPIO_INT07R[src]

Bit 3 - GPIO_INT07 interrupt wake-up.

pub fn ctimer2(&self) -> CTIMER2R[src]

Bit 4 - CTIMER2 interrupt wake-up.

pub fn ctimer4(&self) -> CTIMER4R[src]

Bit 5 - CTIMER4 interrupt wake-up.

pub fn os_event(&self) -> OS_EVENTR[src]

Bit 6 - OS_EVENT interrupt wake-up.

pub fn sdio(&self) -> SDIOR[src]

Bit 10 - SDIO interrupt wake-up.

pub fn usb1(&self) -> USB1R[src]

Bit 15 - USB1 interrupt wake-up.

pub fn usb1_needclk(&self) -> USB1_NEEDCLKR[src]

Bit 16 - USB1_NEEDCLK interrupt wake-up.

pub fn sec_hypervisor_call(&self) -> SEC_HYPERVISOR_CALLR[src]

Bit 17 - SEC_HYPERVISOR_CALL interrupt wake-up.

pub fn sec_gpio_int00(&self) -> SEC_GPIO_INT00R[src]

Bit 18 - SEC_GPIO_INT00 interrupt wake-up.

pub fn sec_gpio_int01(&self) -> SEC_GPIO_INT01R[src]

Bit 19 - SEC_GPIO_INT01 interrupt wake-up.

pub fn plu(&self) -> PLUR[src]

Bit 20 - PLU interrupt wake-up.

pub fn sec_vio(&self) -> SEC_VIOR[src]

Bit 21 - SEC_VIO interrupt wake-up.

pub fn sha(&self) -> SHAR[src]

Bit 22 - SHA interrupt wake-up.

pub fn caser(&self) -> CASERR[src]

Bit 23 - CASER interrupt wake-up.

pub fn qddkey(&self) -> QDDKEYR[src]

Bit 24 - QDDKEY interrupt wake-up.

pub fn pq(&self) -> PQR[src]

Bit 25 - PQ interrupt wake-up.

pub fn sdma1(&self) -> SDMA1R[src]

Bit 26 - SDMA1 interrupt wake-up.

pub fn lspi_hs(&self) -> LSPI_HSR[src]

Bit 27 - LSPI_HS interrupt wake-up.

pub fn wakeuppads(&self) -> WAKEUPPADSR[src]

Bit 31 - WAKEUPPADS interrupt wake-up.

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