[][src]Macro drone_stm32_map::stm32_reg_tokens

macro_rules! stm32_reg_tokens {
    ($ (# [$ attr : meta]) * $ vis : vis struct $ ty : ident ;) => { ... };
    ($ (# [$ attr : meta]) * $ vis : vis struct $ ty : ident ;
 { $ ($ def : tt) * } { $ ($ ctor : tt) * }) => { ... };
}

Defines an index of STM32L4S9 register tokens.