Type Alias esp_idf_hal::sys::gpio_pull_mode_t

source ·
pub type gpio_pull_mode_t = u32;

Trait Implementations§

source§

impl From<Pull> for gpio_pull_mode_t

source§

fn from(pull: Pull) -> gpio_pull_mode_t

Converts to this type from the input type.