Struct rp2040_pac::io_qspi::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show fields pub gpio_qspisclk: GPIO_QSPI, pub gpio_qspiss: GPIO_QSPI, pub gpio_qspisd0: GPIO_QSPI, pub gpio_qspisd1: GPIO_QSPI, pub gpio_qspisd2: GPIO_QSPI, pub gpio_qspisd3: GPIO_QSPI, pub intr: INTR, pub proc0_inte: PROC0_INTE, pub proc0_intf: PROC0_INTF, pub proc0_ints: PROC0_INTS, pub proc1_inte: PROC1_INTE, pub proc1_intf: PROC1_INTF, pub proc1_ints: PROC1_INTS, pub dormant_wake_inte: DORMANT_WAKE_INTE, pub dormant_wake_intf: DORMANT_WAKE_INTF, pub dormant_wake_ints: DORMANT_WAKE_INTS,
}
Expand description

Register block

Fields

gpio_qspisclk: GPIO_QSPI

0x00 - Cluster GPIO_QSPI%s, containing GPIO_QSPI_STATUS, GPIO_QSPI_CTRL

gpio_qspiss: GPIO_QSPI

0x08 - Cluster GPIO_QSPI%s, containing GPIO_QSPI_STATUS, GPIO_QSPI_CTRL

gpio_qspisd0: GPIO_QSPI

0x10 - Cluster GPIO_QSPI%s, containing GPIO_QSPI_STATUS, GPIO_QSPI_CTRL

gpio_qspisd1: GPIO_QSPI

0x18 - Cluster GPIO_QSPI%s, containing GPIO_QSPI_STATUS, GPIO_QSPI_CTRL

gpio_qspisd2: GPIO_QSPI

0x20 - Cluster GPIO_QSPI%s, containing GPIO_QSPI_STATUS, GPIO_QSPI_CTRL

gpio_qspisd3: GPIO_QSPI

0x28 - Cluster GPIO_QSPI%s, containing GPIO_QSPI_STATUS, GPIO_QSPI_CTRL

intr: INTR

0x30 - Raw Interrupts

proc0_inte: PROC0_INTE

0x34 - Interrupt Enable for proc0

proc0_intf: PROC0_INTF

0x38 - Interrupt Force for proc0

proc0_ints: PROC0_INTS

0x3c - Interrupt status after masking & forcing for proc0

proc1_inte: PROC1_INTE

0x40 - Interrupt Enable for proc1

proc1_intf: PROC1_INTF

0x44 - Interrupt Force for proc1

proc1_ints: PROC1_INTS

0x48 - Interrupt status after masking & forcing for proc1

dormant_wake_inte: DORMANT_WAKE_INTE

0x4c - Interrupt Enable for dormant_wake

dormant_wake_intf: DORMANT_WAKE_INTF

0x50 - Interrupt Force for dormant_wake

dormant_wake_ints: DORMANT_WAKE_INTS

0x54 - Interrupt status after masking & forcing for dormant_wake

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

Performs the conversion.

Performs the conversion.

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.