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.