Type Alias esp_idf_hal::sys::gpio_drive_cap_t

source ·
pub type gpio_drive_cap_t = u32;

Trait Implementations§

source§

impl From<DriveStrength> for gpio_drive_cap_t

source§

fn from(strength: DriveStrength) -> gpio_drive_cap_t

Converts to this type from the input type.