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

pub enum PIN8W {
    LOW,
    HIGH,
}

Values that can be written to the field PIN8

Variants

Pin driver is low

Pin driver is high

Auto Trait Implementations

impl Send for PIN8W

impl Sync for PIN8W