Type Alias esp32h2::gpio::pin::PAD_DRIVER_W
source · pub type PAD_DRIVER_W<'a, REG> = BitWriter<'a, REG>;
Expand description
Field PAD_DRIVER
writer - set this bit to select pad driver. 1:open-drain. 0:normal.
Aliased Type§
struct PAD_DRIVER_W<'a, REG> { /* private fields */ }