Enum cc26xx::ioc::IoConfiguration::EDGE_DET::Value []

pub enum Value {
    None,
    NegativeEdge,
    PositiveEdge,
    EitherEdge,
}

Variants