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

pub enum PIN3W {
    LOW,
    HIGH,
}

Values that can be written to the field PIN3

Variants

Pin driver is low

Pin driver is high

Auto Trait Implementations

impl Send for PIN3W

impl Sync for PIN3W