Struct nrf52840::radio::crccnf::_SKIPADDRW[][src]

pub struct _SKIPADDRW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _SKIPADDRW<'a>
[src]

Writes variant to the field

CRC calculation includes address field

CRC calculation does not include address field. The CRC calculation will start at the first byte after the address.

CRC calculation as per 802.15.4 standard. Starting at first byte after length field.

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _SKIPADDRW<'a>

impl<'a> Sync for _SKIPADDRW<'a>