Type Alias nrf52840_pac::radio::ccactrl::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.