Enum nrf52840::radio::crccnf::LENW[][src]

pub enum LENW {
    DISABLED,
    ONE,
    TWO,
    THREE,
}

Values that can be written to the field LEN

Variants

CRC length is zero and CRC calculation is disabled

CRC length is one byte and CRC calculation is enabled

CRC length is two bytes and CRC calculation is enabled

CRC length is three bytes and CRC calculation is enabled

Auto Trait Implementations

impl Send for LENW

impl Sync for LENW