Module rp2040_pac::sio::gpio_hi_oe

source ·
Expand description

QSPI output enable

Structs§

Type Aliases§

  • Field GPIO_HI_OE reader - Set output enable (1/0 -> output/input) for QSPI IO0…5.
    Reading back gives the last value written.
    If core 0 and core 1 both write to GPIO_HI_OE simultaneously (or to a SET/CLR/XOR alias),
    the result is as though the write from core 0 took place first,
    and the write from core 1 was then applied to that intermediate result.
  • Field GPIO_HI_OE writer - Set output enable (1/0 -> output/input) for QSPI IO0…5.
    Reading back gives the last value written.
    If core 0 and core 1 both write to GPIO_HI_OE simultaneously (or to a SET/CLR/XOR alias),
    the result is as though the write from core 0 took place first,
    and the write from core 1 was then applied to that intermediate result.
  • Register GPIO_HI_OE reader
  • Register GPIO_HI_OE writer