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

pub enum PIN30W {
    SET,
}

Values that can be written to the field PIN30

Variants

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

Auto Trait Implementations

impl Send for PIN30W

impl Sync for PIN30W