Type Alias esp32s2::io_mux::gpio40::MCU_OE_W

source ·
pub type MCU_OE_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field MCU_OE writer - Output enable of the pin in sleep mode. 1: Output enabled. 0: Output disabled.

Aliased Type§

struct MCU_OE_W<'a, REG> { /* private fields */ }