pub type BitfieldLenOf<MaxEntries> = ConstDivCeil<MaxEntries, ConstU32<16>, u32, u32>;Expand description
Calculates the length of the bitfield in u16 words.
Aliased Type§
pub struct BitfieldLenOf<MaxEntries>(pub PhantomData<(MaxEntries, ConstU32<16>, u32, u32)>);Tuple Fields§
§0: PhantomData<(MaxEntries, ConstU32<16>, u32, u32)>