[][src]Struct lpc55s6x_pac::syscon::starter0::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 sys(&mut self) -> _SYSW[src]

Bit 0 - SYS interrupt wake-up.

pub fn sdma0(&mut self) -> _SDMA0W[src]

Bit 1 - SDMA0 interrupt wake-up.

pub fn gint0(&mut self) -> _GINT0W[src]

Bit 2 - GINT0 interrupt wake-up.

pub fn gint1(&mut self) -> _GINT1W[src]

Bit 3 - GINT1 interrupt wake-up.

pub fn pio_int0(&mut self) -> _PIO_INT0W[src]

Bit 4 - PIO_INT0 interrupt wake-up.

pub fn pio_int1(&mut self) -> _PIO_INT1W[src]

Bit 5 - PIO_INT1 interrupt wake-up.

pub fn pio_int2(&mut self) -> _PIO_INT2W[src]

Bit 6 - PIO_INT2 interrupt wake-up.

pub fn pio_int3(&mut self) -> _PIO_INT3W[src]

Bit 7 - PIO_INT3 interrupt wake-up.

pub fn utick0(&mut self) -> _UTICK0W[src]

Bit 8 - UTICK0 interrupt wake-up.

pub fn mrt0(&mut self) -> _MRT0W[src]

Bit 9 - MRT0 interrupt wake-up.

pub fn ctimer0(&mut self) -> _CTIMER0W[src]

Bit 10 - CTIMER0 interrupt wake-up.

pub fn ctimer1(&mut self) -> _CTIMER1W[src]

Bit 11 - CTIMER1 interrupt wake-up.

pub fn sct0(&mut self) -> _SCT0W[src]

Bit 12 - SCT0 interrupt wake-up.

pub fn ctimer3(&mut self) -> _CTIMER3W[src]

Bit 13 - CTIMER3 interrupt wake-up.

pub fn flexint0(&mut self) -> _FLEXINT0W[src]

Bit 14 - FLEXINT0 interrupt wake-up.

pub fn flexint1(&mut self) -> _FLEXINT1W[src]

Bit 15 - FLEXINT1 interrupt wake-up.

pub fn flexint2(&mut self) -> _FLEXINT2W[src]

Bit 16 - FLEXINT2 interrupt wake-up.

pub fn flexint3(&mut self) -> _FLEXINT3W[src]

Bit 17 - FLEXINT3 interrupt wake-up.

pub fn flexint4(&mut self) -> _FLEXINT4W[src]

Bit 18 - FLEXINT4 interrupt wake-up.

pub fn flexint5(&mut self) -> _FLEXINT5W[src]

Bit 19 - FLEXINT5 interrupt wake-up.

pub fn flexint6(&mut self) -> _FLEXINT6W[src]

Bit 20 - FLEXINT6 interrupt wake-up.

pub fn flexint7(&mut self) -> _FLEXINT7W[src]

Bit 21 - FLEXINT7 interrupt wake-up.

pub fn adc0(&mut self) -> _ADC0W[src]

Bit 22 - ADC0 interrupt wake-up.

pub fn adc0_thcmp_ovr(&mut self) -> _ADC0_THCMP_OVRW[src]

Bit 24 - ADC0_THCMP_OVR interrupt wake-up.

pub fn usb0_needclk(&mut self) -> _USB0_NEEDCLKW[src]

Bit 27 - USB0_NEEDCLK interrupt wake-up.

pub fn usb0(&mut self) -> _USB0W[src]

Bit 28 - USB0 interrupt wake-up.

pub fn rtc_lite0(&mut self) -> _RTC_LITE0W[src]

Bit 29 - RTC_LITE0 interrupt wake-up.

pub fn ezh_arch_b0(&mut self) -> _EZH_ARCH_B0W[src]

Bit 30 - EZH_ARCH_B0 interrupt wake-up.

pub fn wakeup_mailbox0(&mut self) -> _WAKEUP_MAILBOX0W[src]

Bit 31 - WAKEUP_MAILBOX0 interrupt wake-up.

Auto Trait Implementations

impl Send for W

impl Sync for W

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