[][src]Struct lpc55s6x_pac::syscon::starterset1::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 gpio_int04_set(&mut self) -> _GPIO_INT04_SETW[src]

Bit 0 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn gpio_int05_set(&mut self) -> _GPIO_INT05_SETW[src]

Bit 1 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn gpio_int06_set(&mut self) -> _GPIO_INT06_SETW[src]

Bit 2 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn gpio_int07_set(&mut self) -> _GPIO_INT07_SETW[src]

Bit 3 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn ctimer2_set(&mut self) -> _CTIMER2_SETW[src]

Bit 4 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn ctimer4_set(&mut self) -> _CTIMER4_SETW[src]

Bit 5 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn os_event_set(&mut self) -> _OS_EVENT_SETW[src]

Bit 6 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn sdio_set(&mut self) -> _SDIO_SETW[src]

Bit 10 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn usb1_set(&mut self) -> _USB1_SETW[src]

Bit 15 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn usb1_needclk_set(&mut self) -> _USB1_NEEDCLK_SETW[src]

Bit 16 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn sec_hypervisor_call_set(&mut self) -> _SEC_HYPERVISOR_CALL_SETW[src]

Bit 17 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn sec_gpio_int00_set(&mut self) -> _SEC_GPIO_INT00_SETW[src]

Bit 18 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn sec_gpio_int01_set(&mut self) -> _SEC_GPIO_INT01_SETW[src]

Bit 19 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn plu_set(&mut self) -> _PLU_SETW[src]

Bit 20 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn sec_vio_set(&mut self) -> _SEC_VIO_SETW[src]

Bit 21 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn sha_set(&mut self) -> _SHA_SETW[src]

Bit 22 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn caser_set(&mut self) -> _CASER_SETW[src]

Bit 23 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn qddkey_set(&mut self) -> _QDDKEY_SETW[src]

Bit 24 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn pq_set(&mut self) -> _PQ_SETW[src]

Bit 25 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn sdma1_set(&mut self) -> _SDMA1_SETW[src]

Bit 26 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn lspi_hs_set(&mut self) -> _LSPI_HS_SETW[src]

Bit 27 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

pub fn wakeuppads_set(&mut self) -> _WAKEUPPADS_SETW[src]

Bit 31 - Writing ones to this register sets the corresponding bit in the STARTER1 register.

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