Type Alias FUN_DRV_W

Source
pub type FUN_DRV_W<'a, REG> = FieldWriter<'a, REG, 2>;
Expand description

Field FUN_DRV writer - Select the drive strength of the pad. A higher value corresponds with a higher strength. For GPIO34-39, FUN_DRV is always 0. For detailed drive strength, please see note 8 in Table ”Notes on ESP32 Pin Lists”, in ESP32 Datasheet.

Aliased Type§

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