macro_rules! impl_device_type {
($const_type:expr) => { ... };
}Expand description
Utility to define both const_device_type and device_type with a u32 constant
macro_rules! impl_device_type {
($const_type:expr) => { ... };
}Utility to define both const_device_type and device_type with a u32 constant