[][src]Struct lpc55s6x_pac::ahb_secure_ctrl::sec_cpu_int_mask1::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_int0_irq4(&self) -> GPIO_INT0_IRQ4R[src]

Bit 0 - Pin interrupt 4 or pattern match engine slice 4 interrupt.

pub fn gpio_int0_irq5(&self) -> GPIO_INT0_IRQ5R[src]

Bit 1 - Pin interrupt 5 or pattern match engine slice 5 interrupt.

pub fn gpio_int0_irq6(&self) -> GPIO_INT0_IRQ6R[src]

Bit 2 - Pin interrupt 6 or pattern match engine slice 6 interrupt.

pub fn gpio_int0_irq7(&self) -> GPIO_INT0_IRQ7R[src]

Bit 3 - Pin interrupt 7 or pattern match engine slice 7 interrupt.

pub fn ctimer2_irq(&self) -> CTIMER2_IRQR[src]

Bit 4 - Standard counter/timer 2 interrupt.

pub fn ctimer4_irq(&self) -> CTIMER4_IRQR[src]

Bit 5 - Standard counter/timer 4 interrupt.

pub fn os_event_timer_irq(&self) -> OS_EVENT_TIMER_IRQR[src]

Bit 6 - OS Event Timer and OS Event Timer Wakeup interrupts

pub fn reserved0(&self) -> RESERVED0R[src]

Bit 7 - Reserved. Read value is undefined, only zero should be written.

pub fn reserved1(&self) -> RESERVED1R[src]

Bit 8 - Reserved. Read value is undefined, only zero should be written.

pub fn reserved2(&self) -> RESERVED2R[src]

Bit 9 - Reserved. Read value is undefined, only zero should be written.

pub fn sdio_irq(&self) -> SDIO_IRQR[src]

Bit 10 - SDIO Controller interrupt.

pub fn reserved3(&self) -> RESERVED3R[src]

Bit 11 - Reserved. Read value is undefined, only zero should be written.

pub fn reserved4(&self) -> RESERVED4R[src]

Bit 12 - Reserved. Read value is undefined, only zero should be written.

pub fn reserved5(&self) -> RESERVED5R[src]

Bit 13 - Reserved. Read value is undefined, only zero should be written.

pub fn usb1_utmi_irq(&self) -> USB1_UTMI_IRQR[src]

Bit 14 - USB High Speed Controller UTMI interrupt.

pub fn usb1_irq(&self) -> USB1_IRQR[src]

Bit 15 - USB High Speed Controller interrupt.

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

Bit 16 - USB High Speed Controller Clock request interrupt.

pub fn sec_hypervisor_call_irq(&self) -> SEC_HYPERVISOR_CALL_IRQR[src]

Bit 17 - Secure fault Hyper Visor call interrupt.

pub fn sec_gpio_int0_irq0(&self) -> SEC_GPIO_INT0_IRQ0R[src]

Bit 18 - Secure Pin interrupt 0 or pattern match engine slice 0 interrupt.

pub fn sec_gpio_int0_irq1(&self) -> SEC_GPIO_INT0_IRQ1R[src]

Bit 19 - Secure Pin interrupt 1 or pattern match engine slice 1 interrupt.

pub fn plu_irq(&self) -> PLU_IRQR[src]

Bit 20 - Programmable Look-Up Controller interrupt.

pub fn sec_vio_irq(&self) -> SEC_VIO_IRQR[src]

Bit 21 - Security Violation interrupt.

pub fn sha_irq(&self) -> SHA_IRQR[src]

Bit 22 - HASH-AES interrupt.

pub fn casper_irq(&self) -> CASPER_IRQR[src]

Bit 23 - CASPER interrupt.

pub fn qddkey_irq(&self) -> QDDKEY_IRQR[src]

Bit 24 - PUF interrupt.

pub fn pq_irq(&self) -> PQ_IRQR[src]

Bit 25 - Power Quad interrupt.

pub fn sdma1_irq(&self) -> SDMA1_IRQR[src]

Bit 26 - System DMA 1 (Secure) interrupt

pub fn lspi_hs_irq(&self) -> LSPI_HS_IRQR[src]

Bit 27 - High Speed SPI interrupt

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