Type Alias esp32s2::io_mux::gpio2::MCU_IE_W

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

Field MCU_IE writer - Input enable of the pin during sleep mode. 1: Input enabled. 0: Input disabled.

Aliased Type§

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