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

pub enum PIN24W {
    SET,
}

Values that can be written to the field PIN24

Variants

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

Auto Trait Implementations

impl Send for PIN24W

impl Sync for PIN24W