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

pub enum PIN14W {
    SET,
}

Values that can be written to the field PIN14

Variants

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

Auto Trait Implementations

impl Send for PIN14W

impl Sync for PIN14W