Type Alias rp2040_pac::sio::gpio_oe::GPIO_OE_R

source ·
pub type GPIO_OE_R = FieldReader<u32>;
Expand description

Field GPIO_OE reader - Set output enable (1/0 -> output/input) for GPIO0…29.
Reading back gives the last value written.
If core 0 and core 1 both write to GPIO_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.

Aliased Type§

struct GPIO_OE_R { /* private fields */ }