Function defmt_parser::get_max_bitfield_range
source ยท pub fn get_max_bitfield_range<'a, I>(params: I) -> Option<(u8, u8)>
Available on
unstable
only.Expand description
Returns Some(smallest_bit_index, largest_bit_index)
contained in params
if
params
contains any bitfields. Otherwise None
.