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

pub enum PIN11W {
    SET,
}

Values that can be written to the field PIN11

Variants

Write: writing a '1' sets pin to output; writing a '0' has no effect

Auto Trait Implementations

impl Send for PIN11W

impl Sync for PIN11W