pub type MAXLEN_W<'a, const O: u8> = FieldWriter<'a, u32, PCNF1_SPEC, u8, u8, 8, O>;
Expand description
Field MAXLEN
writer - Maximum length of packet payload. If the packet payload is larger than MAXLEN, the radio will truncate the payload to MAXLEN.
Aliased Typeยง
struct MAXLEN_W<'a, const O: u8> { /* private fields */ }