Skip to content
Snippets Groups Projects
Select Git revision
  • 5af5dcab8734461964cf3c126ca1a7e9f3659ed1
  • master default
2 results

serial-dma-rx.rs

Blame
  • Forked from Per Lindgren / stm32f4-hal
    Source project has a limited visibility.
    ast.rs 77 B
    // ast
    
    #[derive(Debug)]
    pub enum NumOrId {
        Num(usize),
        Id(String),
    }