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>
impl<'a, const O: u8> CCAMODE_W<'a, O>
sourcepub fn carrier_mode(self) -> &'a mut W
pub fn carrier_mode(self) -> &'a mut W
Carrier seen
sourcepub fn carrier_and_ed_mode(self) -> &'a mut W
pub fn carrier_and_ed_mode(self) -> &'a mut W
Energy above threshold AND carrier seen
sourcepub fn carrier_or_ed_mode(self) -> &'a mut W
pub fn carrier_or_ed_mode(self) -> &'a mut W
Energy above threshold OR carrier seen
sourcepub fn ed_mode_test1(self) -> &'a mut W
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.