Type Alias esp32c3::io_mux::gpio::MCU_IE_W

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

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

Aliased Type§

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