[−][src]Struct lpc55s6x_pac::syscon::starter1::W
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 gpio_int04(&mut self) -> _GPIO_INT04W
[src]
Bit 0 - GPIO_INT04 interrupt wake-up.
pub fn gpio_int05(&mut self) -> _GPIO_INT05W
[src]
Bit 1 - GPIO_INT05 interrupt wake-up.
pub fn gpio_int06(&mut self) -> _GPIO_INT06W
[src]
Bit 2 - GPIO_INT06 interrupt wake-up.
pub fn gpio_int07(&mut self) -> _GPIO_INT07W
[src]
Bit 3 - GPIO_INT07 interrupt wake-up.
pub fn ctimer2(&mut self) -> _CTIMER2W
[src]
Bit 4 - CTIMER2 interrupt wake-up.
pub fn ctimer4(&mut self) -> _CTIMER4W
[src]
Bit 5 - CTIMER4 interrupt wake-up.
pub fn os_event(&mut self) -> _OS_EVENTW
[src]
Bit 6 - OS_EVENT interrupt wake-up.
pub fn sdio(&mut self) -> _SDIOW
[src]
Bit 10 - SDIO interrupt wake-up.
pub fn usb1(&mut self) -> _USB1W
[src]
Bit 15 - USB1 interrupt wake-up.
pub fn usb1_needclk(&mut self) -> _USB1_NEEDCLKW
[src]
Bit 16 - USB1_NEEDCLK interrupt wake-up.
pub fn sec_hypervisor_call(&mut self) -> _SEC_HYPERVISOR_CALLW
[src]
Bit 17 - SEC_HYPERVISOR_CALL interrupt wake-up.
pub fn sec_gpio_int00(&mut self) -> _SEC_GPIO_INT00W
[src]
Bit 18 - SEC_GPIO_INT00 interrupt wake-up.
pub fn sec_gpio_int01(&mut self) -> _SEC_GPIO_INT01W
[src]
Bit 19 - SEC_GPIO_INT01 interrupt wake-up.
pub fn plu(&mut self) -> _PLUW
[src]
Bit 20 - PLU interrupt wake-up.
pub fn sec_vio(&mut self) -> _SEC_VIOW
[src]
Bit 21 - SEC_VIO interrupt wake-up.
pub fn sha(&mut self) -> _SHAW
[src]
Bit 22 - SHA interrupt wake-up.
pub fn caser(&mut self) -> _CASERW
[src]
Bit 23 - CASER interrupt wake-up.
pub fn qddkey(&mut self) -> _QDDKEYW
[src]
Bit 24 - QDDKEY interrupt wake-up.
pub fn pq(&mut self) -> _PQW
[src]
Bit 25 - PQ interrupt wake-up.
pub fn sdma1(&mut self) -> _SDMA1W
[src]
Bit 26 - SDMA1 interrupt wake-up.
pub fn lspi_hs(&mut self) -> _LSPI_HSW
[src]
Bit 27 - LSPI_HS interrupt wake-up.
pub fn wakeuppads(&mut self) -> _WAKEUPPADSW
[src]
Bit 31 - WAKEUPPADS 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