Type Alias aint::u15

source ·
pub type u15 = Aint<u16, 15>;
Expand description

A 15-bit unsigned integer

Aliased Type§

struct u15(/* private fields */);