pub struct W(_);
Expand description

Register SEC_CPU_INT_MASK0 writer

Implementations

Bit 0 - Watchdog Timer, Brown Out Detectors and Flash Controller interrupts

Bit 1 - System DMA 0 (non-secure) interrupt.

Bit 2 - GPIO Group 0 interrupt.

Bit 3 - GPIO Group 1 interrupt.

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

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

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

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

Bit 8 - Micro Tick Timer interrupt.

Bit 9 - Multi-Rate Timer interrupt.

Bit 10 - Standard counter/timer 0 interrupt.

Bit 11 - Standard counter/timer 1 interrupt.

Bit 12 - SCTimer/PWM interrupt.

Bit 13 - Standard counter/timer 3 interrupt.

Bit 14 - Flexcomm 0 interrupt (USART, SPI, I2C, I2S).

Bit 15 - Flexcomm 1 interrupt (USART, SPI, I2C, I2S).

Bit 16 - Flexcomm 2 interrupt (USART, SPI, I2C, I2S).

Bit 17 - Flexcomm 3 interrupt (USART, SPI, I2C, I2S).

Bit 18 - Flexcomm 4 interrupt (USART, SPI, I2C, I2S).

Bit 19 - Flexcomm 5 interrupt (USART, SPI, I2C, I2S).

Bit 20 - Flexcomm 6 interrupt (USART, SPI, I2C, I2S).

Bit 21 - Flexcomm 7 interrupt (USART, SPI, I2C, I2S).

Bit 22 - General Purpose ADC interrupt.

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

Bit 24 - Analog Comparator interrupt.

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

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

Bit 27 - USB Full Speed Controller Clock request interrupt.

Bit 28 - USB Full Speed Controller interrupt.

Bit 29 - RTC_LITE0_ALARM_IRQ, RTC_LITE0_WAKEUP_IRQ

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

Bit 31 - Mailbox interrupt.

Writes raw bits to the register.

Methods from Deref<Target = W<SEC_CPU_INT_MASK0_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.