pub type Address = NonZeroU8;
Device address assigned by the host; will be in the range 1..=127
pub struct Address(/* private fields */);