[−][src]Struct lpc55s6x_pac::syscon::starter0::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn sys(&self) -> SYSR
[src]
Bit 0 - SYS interrupt wake-up.
pub fn sdma0(&self) -> SDMA0R
[src]
Bit 1 - SDMA0 interrupt wake-up.
pub fn gint0(&self) -> GINT0R
[src]
Bit 2 - GINT0 interrupt wake-up.
pub fn gint1(&self) -> GINT1R
[src]
Bit 3 - GINT1 interrupt wake-up.
pub fn pio_int0(&self) -> PIO_INT0R
[src]
Bit 4 - PIO_INT0 interrupt wake-up.
pub fn pio_int1(&self) -> PIO_INT1R
[src]
Bit 5 - PIO_INT1 interrupt wake-up.
pub fn pio_int2(&self) -> PIO_INT2R
[src]
Bit 6 - PIO_INT2 interrupt wake-up.
pub fn pio_int3(&self) -> PIO_INT3R
[src]
Bit 7 - PIO_INT3 interrupt wake-up.
pub fn utick0(&self) -> UTICK0R
[src]
Bit 8 - UTICK0 interrupt wake-up.
pub fn mrt0(&self) -> MRT0R
[src]
Bit 9 - MRT0 interrupt wake-up.
pub fn ctimer0(&self) -> CTIMER0R
[src]
Bit 10 - CTIMER0 interrupt wake-up.
pub fn ctimer1(&self) -> CTIMER1R
[src]
Bit 11 - CTIMER1 interrupt wake-up.
pub fn sct0(&self) -> SCT0R
[src]
Bit 12 - SCT0 interrupt wake-up.
pub fn ctimer3(&self) -> CTIMER3R
[src]
Bit 13 - CTIMER3 interrupt wake-up.
pub fn flexint0(&self) -> FLEXINT0R
[src]
Bit 14 - FLEXINT0 interrupt wake-up.
pub fn flexint1(&self) -> FLEXINT1R
[src]
Bit 15 - FLEXINT1 interrupt wake-up.
pub fn flexint2(&self) -> FLEXINT2R
[src]
Bit 16 - FLEXINT2 interrupt wake-up.
pub fn flexint3(&self) -> FLEXINT3R
[src]
Bit 17 - FLEXINT3 interrupt wake-up.
pub fn flexint4(&self) -> FLEXINT4R
[src]
Bit 18 - FLEXINT4 interrupt wake-up.
pub fn flexint5(&self) -> FLEXINT5R
[src]
Bit 19 - FLEXINT5 interrupt wake-up.
pub fn flexint6(&self) -> FLEXINT6R
[src]
Bit 20 - FLEXINT6 interrupt wake-up.
pub fn flexint7(&self) -> FLEXINT7R
[src]
Bit 21 - FLEXINT7 interrupt wake-up.
pub fn adc0(&self) -> ADC0R
[src]
Bit 22 - ADC0 interrupt wake-up.
pub fn adc0_thcmp_ovr(&self) -> ADC0_THCMP_OVRR
[src]
Bit 24 - ADC0_THCMP_OVR interrupt wake-up.
pub fn usb0_needclk(&self) -> USB0_NEEDCLKR
[src]
Bit 27 - USB0_NEEDCLK interrupt wake-up.
pub fn usb0(&self) -> USB0R
[src]
Bit 28 - USB0 interrupt wake-up.
pub fn rtc_lite0(&self) -> RTC_LITE0R
[src]
Bit 29 - RTC_LITE0 interrupt wake-up.
pub fn ezh_arch_b0(&self) -> EZH_ARCH_B0R
[src]
Bit 30 - EZH_ARCH_B0 interrupt wake-up.
pub fn wakeup_mailbox0(&self) -> WAKEUP_MAILBOX0R
[src]
Bit 31 - WAKEUP_MAILBOX0 interrupt wake-up.
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self