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

pub enum PIN10W {
    LOW,
    HIGH,
}

Values that can be written to the field PIN10

Variants

Pin driver is low

Pin driver is high

Auto Trait Implementations

impl Send for PIN10W

impl Sync for PIN10W