Macro write_bits

Source
macro_rules! write_bits {
    ($bitwriter:ident, $data:expr, $bits:expr) => { ... };
}
Expand description
  • Write bits of data using BitWriter<W>