[−][src]Trait arduino_mkrzero::gpio::PinMode
Type-level enum representing pin modes
Associated Constants
pub const DYN: DynPinMode[src]
Corresponding DynPinMode
pub const DIR: bool[src]
Value of the DIR field in this mode
pub const INEN: bool[src]
Value of the INEN field in this mode
pub const PULLEN: bool[src]
Value of the PULLEN field in this mode
pub const OUT: bool[src]
Value of the OUT field in this mode
pub const PMUXEN: bool[src]
Value of the PMUXEN field in this mode
pub const PMUX: u8[src]
Value of the PMUXE/PMUXO field in this mode
Provided methods
Loading content...Implementors
impl PinMode for Disabled<Floating>[src]
pub const DYN: DynPinMode[src]
pub const DIR: bool[src]
pub const INEN: bool[src]
pub const PULLEN: bool[src]
impl PinMode for Disabled<PullDown>[src]
pub const DYN: DynPinMode[src]
pub const DIR: bool[src]
pub const INEN: bool[src]
pub const PULLEN: bool[src]
pub const OUT: bool[src]
impl PinMode for Disabled<PullUp>[src]
pub const DYN: DynPinMode[src]
pub const DIR: bool[src]
pub const INEN: bool[src]
pub const PULLEN: bool[src]
pub const OUT: bool[src]
impl PinMode for Input<Floating>[src]
pub const DYN: DynPinMode[src]
pub const DIR: bool[src]
pub const INEN: bool[src]
pub const PULLEN: bool[src]
impl PinMode for Input<PullDown>[src]
pub const DYN: DynPinMode[src]
pub const DIR: bool[src]
pub const INEN: bool[src]
pub const PULLEN: bool[src]
pub const OUT: bool[src]
impl PinMode for Input<PullUp>[src]
pub const DYN: DynPinMode[src]
pub const DIR: bool[src]
pub const INEN: bool[src]
pub const PULLEN: bool[src]
pub const OUT: bool[src]
impl PinMode for Output<PushPull>[src]
impl PinMode for Output<Readable>[src]
impl<C> PinMode for Alternate<C> where
C: AlternateConfig, [src]
C: AlternateConfig,