Type Alias aint::u12

source ·
pub type u12 = Aint<u16, 12>;
Expand description

A 12-bit unsigned integer

Aliased Type§

struct u12(/* private fields */);