nrf52840_pac::radio::ccactrl

Type Alias CCAMODE_W

Source
pub type CCAMODE_W<'a, const O: u8> = FieldWriter<'a, u32, CCACTRL_SPEC, u8, CCAMODE_A, 3, O>;
Expand description

Field CCAMODE writer - CCA mode of operation

Aliased Type§

struct CCAMODE_W<'a, const O: u8> { /* private fields */ }

Implementations§

Source§

impl<'a, const O: u8> CCAMODE_W<'a, O>

Source

pub fn ed_mode(self) -> &'a mut W

Energy above threshold

Source

pub fn carrier_mode(self) -> &'a mut W

Carrier seen

Source

pub fn carrier_and_ed_mode(self) -> &'a mut W

Energy above threshold AND carrier seen

Source

pub fn carrier_or_ed_mode(self) -> &'a mut W

Energy above threshold OR carrier seen

Source

pub fn ed_mode_test1(self) -> &'a mut W

Energy above threshold test mode that will abort when first ED measurement over threshold is seen. No averaging.