Module nrf52840_hal::pac::radio::pcnf1

source ·
Expand description

Packet configuration register 1

Structs§

  • Packet configuration register 1
  • Register PCNF1 reader
  • Register PCNF1 writer

Enums§

  • On air endianness of packet, this applies to the S0, LENGTH, S1 and the PAYLOAD fields.
  • Enable or disable packet whitening

Type Aliases§

  • Field BALEN reader - Base address length in number of bytes
  • Field BALEN writer - Base address length in number of bytes
  • Field ENDIAN reader - On air endianness of packet, this applies to the S0, LENGTH, S1 and the PAYLOAD fields.
  • Field ENDIAN writer - On air endianness of packet, this applies to the S0, LENGTH, S1 and the PAYLOAD fields.
  • Field MAXLEN reader - Maximum length of packet payload. If the packet payload is larger than MAXLEN, the radio will truncate the payload to MAXLEN.
  • Field MAXLEN writer - Maximum length of packet payload. If the packet payload is larger than MAXLEN, the radio will truncate the payload to MAXLEN.
  • Field STATLEN reader - Static length in number of bytes
  • Field STATLEN writer - Static length in number of bytes
  • Field WHITEEN reader - Enable or disable packet whitening
  • Field WHITEEN writer - Enable or disable packet whitening