logo
pub trait CodeAsmUd2 {
    fn ud2(&mut self) -> Result<(), IcedError>;
}

Required Methods

Implementors