Trait esp_idf_hal::gpio::InputMode

source ·
pub trait InputMode {
    const RTC: bool;
}

Required Associated Constants§

source

const RTC: bool

Object Safety§

This trait is not object safe.

Implementors§

source§

impl InputMode for Input

source§

const RTC: bool = false

source§

impl InputMode for InputOutput

source§

const RTC: bool = false