pub type MAXLEN_R = FieldReader<u8, u8>;Expand description
Field MAXLEN reader - Maximum length of packet payload. If the packet payload is larger than MAXLEN, the radio will truncate the payload to MAXLEN.
Aliased Typeยง
pub struct MAXLEN_R { /* private fields */ }