Type Definition nrf52820_pac::radio::crccnf::LEN_W

source · []
pub type LEN_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CRCCNF_SPEC, u8, LEN_A, 2, O>;
Expand description

Field LEN writer - CRC length in number of bytes For MODE Ble_LR125Kbit and Ble_LR500Kbit, only LEN set to 3 is supported

Implementations

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