Type Alias esp32c3::gpio::pin::WAKEUP_ENABLE_W

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

Field WAKEUP_ENABLE writer - set this bit to enable GPIO wakeup.(can only wakeup CPU from Light-sleep Mode)

Aliased Type§

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