[−][src]Struct lpc55s6x_pac::ahb_secure_ctrl::sec_cpu_int_mask0::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 sys_irq(&mut self) -> _SYS_IRQW
[src]
Bit 0 - Watchdog Timer, Brown Out Detectors and Flash Controller interrupts
pub fn sdma0_irq(&mut self) -> _SDMA0_IRQW
[src]
Bit 1 - System DMA 0 (non-secure) interrupt.
pub fn gpio_globalint0_irq(&mut self) -> _GPIO_GLOBALINT0_IRQW
[src]
Bit 2 - GPIO Group 0 interrupt.
pub fn gpio_globalint1_irq(&mut self) -> _GPIO_GLOBALINT1_IRQW
[src]
Bit 3 - GPIO Group 1 interrupt.
pub fn gpio_int0_irq0(&mut self) -> _GPIO_INT0_IRQ0W
[src]
Bit 4 - Pin interrupt 0 or pattern match engine slice 0 interrupt.
pub fn gpio_int0_irq1(&mut self) -> _GPIO_INT0_IRQ1W
[src]
Bit 5 - Pin interrupt 1 or pattern match engine slice 1 interrupt.
pub fn gpio_int0_irq2(&mut self) -> _GPIO_INT0_IRQ2W
[src]
Bit 6 - Pin interrupt 2 or pattern match engine slice 2 interrupt.
pub fn gpio_int0_irq3(&mut self) -> _GPIO_INT0_IRQ3W
[src]
Bit 7 - Pin interrupt 3 or pattern match engine slice 3 interrupt.
pub fn utick_irq(&mut self) -> _UTICK_IRQW
[src]
Bit 8 - Micro Tick Timer interrupt.
pub fn mrt_irq(&mut self) -> _MRT_IRQW
[src]
Bit 9 - Multi-Rate Timer interrupt.
pub fn ctimer0_irq(&mut self) -> _CTIMER0_IRQW
[src]
Bit 10 - Standard counter/timer 0 interrupt.
pub fn ctimer1_irq(&mut self) -> _CTIMER1_IRQW
[src]
Bit 11 - Standard counter/timer 1 interrupt.
pub fn sct_irq(&mut self) -> _SCT_IRQW
[src]
Bit 12 - SCTimer/PWM interrupt.
pub fn ctimer3_irq(&mut self) -> _CTIMER3_IRQW
[src]
Bit 13 - Standard counter/timer 3 interrupt.
pub fn flexcomm0_irq(&mut self) -> _FLEXCOMM0_IRQW
[src]
Bit 14 - Flexcomm 0 interrupt (USART, SPI, I2C, I2S).
pub fn flexcomm1_irq(&mut self) -> _FLEXCOMM1_IRQW
[src]
Bit 15 - Flexcomm 1 interrupt (USART, SPI, I2C, I2S).
pub fn flexcomm2_irq(&mut self) -> _FLEXCOMM2_IRQW
[src]
Bit 16 - Flexcomm 2 interrupt (USART, SPI, I2C, I2S).
pub fn flexcomm3_irq(&mut self) -> _FLEXCOMM3_IRQW
[src]
Bit 17 - Flexcomm 3 interrupt (USART, SPI, I2C, I2S).
pub fn flexcomm4_irq(&mut self) -> _FLEXCOMM4_IRQW
[src]
Bit 18 - Flexcomm 4 interrupt (USART, SPI, I2C, I2S).
pub fn flexcomm5_irq(&mut self) -> _FLEXCOMM5_IRQW
[src]
Bit 19 - Flexcomm 5 interrupt (USART, SPI, I2C, I2S).
pub fn flexcomm6_irq(&mut self) -> _FLEXCOMM6_IRQW
[src]
Bit 20 - Flexcomm 6 interrupt (USART, SPI, I2C, I2S).
pub fn flexcomm7_irq(&mut self) -> _FLEXCOMM7_IRQW
[src]
Bit 21 - Flexcomm 7 interrupt (USART, SPI, I2C, I2S).
pub fn adc_irq(&mut self) -> _ADC_IRQW
[src]
Bit 22 - General Purpose ADC interrupt.
pub fn reserved0(&mut self) -> _RESERVED0W
[src]
Bit 23 - Reserved. Read value is undefined, only zero should be written.
pub fn acmp_capt0_irq(&mut self) -> _ACMP_CAPT0_IRQW
[src]
Bit 24 - Analog Comparator interrupt.
pub fn reserved1(&mut self) -> _RESERVED1W
[src]
Bit 25 - Reserved. Read value is undefined, only zero should be written.
pub fn reserved2(&mut self) -> _RESERVED2W
[src]
Bit 26 - Reserved. Read value is undefined, only zero should be written.
pub fn usb0_needclk(&mut self) -> _USB0_NEEDCLKW
[src]
Bit 27 - USB Full Speed Controller Clock request interrupt.
pub fn usb0_irq(&mut self) -> _USB0_IRQW
[src]
Bit 28 - USB High Speed Controller interrupt.
pub fn rtc_irq(&mut self) -> _RTC_IRQW
[src]
Bit 29 - RTC_LITE0_ALARM_IRQ, RTC_LITE0_WAKEUP_IRQ
pub fn reserved3(&mut self) -> _RESERVED3W
[src]
Bit 30 - Reserved. Read value is undefined, only zero should be written.
pub fn mailbox_irq(&mut self) -> _MAILBOX_IRQW
[src]
Bit 31 - Mailbox 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