Type Alias esp_idf_hal::sys::gpio_int_type_t

source ·
pub type gpio_int_type_t = u32;

Trait Implementations§

source§

impl From<InterruptType> for gpio_int_type_t

source§

fn from(interrupt_type: InterruptType) -> gpio_int_type_t

Converts to this type from the input type.