[][src]Macro vl53l1_reg::write_all_entries

macro_rules! write_all_entries {
    (first_index $Struct:ty $(, $Structs:ty)*) => { ... };
    (following_entry_index $Struct:ty) => { ... };
    (following_entry_index $Struct:ty $(, $Structs:ty)*) => { ... };
    ($i2c:expr, $($Struct:ty: $binding:expr),*) => { ... };
}