Enum nrf52840::p0::out::PIN11W[][src]

pub enum PIN11W {
    LOW,
    HIGH,
}

Values that can be written to the field PIN11

Variants

Pin driver is low

Pin driver is high

Auto Trait Implementations

impl Send for PIN11W

impl Sync for PIN11W