[−][src]Struct lpc55s6x_pac::ahb_secure_ctrl::sec_cpu_int_mask1::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_int0_irq4(&mut self) -> _GPIO_INT0_IRQ4W[src]
Bit 0 - Pin interrupt 4 or pattern match engine slice 4 interrupt.
pub fn gpio_int0_irq5(&mut self) -> _GPIO_INT0_IRQ5W[src]
Bit 1 - Pin interrupt 5 or pattern match engine slice 5 interrupt.
pub fn gpio_int0_irq6(&mut self) -> _GPIO_INT0_IRQ6W[src]
Bit 2 - Pin interrupt 6 or pattern match engine slice 6 interrupt.
pub fn gpio_int0_irq7(&mut self) -> _GPIO_INT0_IRQ7W[src]
Bit 3 - Pin interrupt 7 or pattern match engine slice 7 interrupt.
pub fn ctimer2_irq(&mut self) -> _CTIMER2_IRQW[src]
Bit 4 - Standard counter/timer 2 interrupt.
pub fn ctimer4_irq(&mut self) -> _CTIMER4_IRQW[src]
Bit 5 - Standard counter/timer 4 interrupt.
pub fn os_event_timer_irq(&mut self) -> _OS_EVENT_TIMER_IRQW[src]
Bit 6 - OS Event Timer and OS Event Timer Wakeup interrupts
pub fn reserved0(&mut self) -> _RESERVED0W[src]
Bit 7 - Reserved. Read value is undefined, only zero should be written.
pub fn reserved1(&mut self) -> _RESERVED1W[src]
Bit 8 - Reserved. Read value is undefined, only zero should be written.
pub fn reserved2(&mut self) -> _RESERVED2W[src]
Bit 9 - Reserved. Read value is undefined, only zero should be written.
pub fn sdio_irq(&mut self) -> _SDIO_IRQW[src]
Bit 10 - SDIO Controller interrupt.
pub fn reserved3(&mut self) -> _RESERVED3W[src]
Bit 11 - Reserved. Read value is undefined, only zero should be written.
pub fn reserved4(&mut self) -> _RESERVED4W[src]
Bit 12 - Reserved. Read value is undefined, only zero should be written.
pub fn reserved5(&mut self) -> _RESERVED5W[src]
Bit 13 - Reserved. Read value is undefined, only zero should be written.
pub fn usb1_utmi_irq(&mut self) -> _USB1_UTMI_IRQW[src]
Bit 14 - USB High Speed Controller UTMI interrupt.
pub fn usb1_irq(&mut self) -> _USB1_IRQW[src]
Bit 15 - USB High Speed Controller interrupt.
pub fn usb1_needclk(&mut self) -> _USB1_NEEDCLKW[src]
Bit 16 - USB High Speed Controller Clock request interrupt.
pub fn sec_hypervisor_call_irq(&mut self) -> _SEC_HYPERVISOR_CALL_IRQW[src]
Bit 17 - Secure fault Hyper Visor call interrupt.
pub fn sec_gpio_int0_irq0(&mut self) -> _SEC_GPIO_INT0_IRQ0W[src]
Bit 18 - Secure Pin interrupt 0 or pattern match engine slice 0 interrupt.
pub fn sec_gpio_int0_irq1(&mut self) -> _SEC_GPIO_INT0_IRQ1W[src]
Bit 19 - Secure Pin interrupt 1 or pattern match engine slice 1 interrupt.
pub fn plu_irq(&mut self) -> _PLU_IRQW[src]
Bit 20 - Programmable Look-Up Controller interrupt.
pub fn sec_vio_irq(&mut self) -> _SEC_VIO_IRQW[src]
Bit 21 - Security Violation interrupt.
pub fn sha_irq(&mut self) -> _SHA_IRQW[src]
Bit 22 - HASH-AES interrupt.
pub fn casper_irq(&mut self) -> _CASPER_IRQW[src]
Bit 23 - CASPER interrupt.
pub fn qddkey_irq(&mut self) -> _QDDKEY_IRQW[src]
Bit 24 - PUF interrupt.
pub fn pq_irq(&mut self) -> _PQ_IRQW[src]
Bit 25 - Power Quad interrupt.
pub fn sdma1_irq(&mut self) -> _SDMA1_IRQW[src]
Bit 26 - System DMA 1 (Secure) interrupt
pub fn lspi_hs_irq(&mut self) -> _LSPI_HS_IRQW[src]
Bit 27 - High Speed SPI interrupt
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