Macro bit_struct::u40
source · macro_rules! u40 { ($value: literal) => { ... }; }
Expand description
Produce a value of type u40
This macro checks at compile-time that it fits. To check at run-time see the
u40::new
function.
macro_rules! u40 { ($value: literal) => { ... }; }
Produce a value of type u40
This macro checks at compile-time that it fits. To check at run-time see the
u40::new
function.