Struct nrf52840_pac::radio::ccactrl::R
source · pub struct R(/* private fields */);
Expand description
Register CCACTRL
reader
Implementations§
source§impl R
impl R
sourcepub fn ccaedthres(&self) -> CCAEDTHRES_R
pub fn ccaedthres(&self) -> CCAEDTHRES_R
Bits 8:15 - CCA energy busy threshold. Used in all the CCA modes except CarrierMode.
sourcepub fn ccacorrthres(&self) -> CCACORRTHRES_R
pub fn ccacorrthres(&self) -> CCACORRTHRES_R
Bits 16:23 - CCA correlator busy threshold. Only relevant to CarrierMode, CarrierAndEdMode and CarrierOrEdMode.
sourcepub fn ccacorrcnt(&self) -> CCACORRCNT_R
pub fn ccacorrcnt(&self) -> CCACORRCNT_R
Bits 24:31 - Limit for occurances above CCACORRTHRES. When not equal to zero the corrolator based signal detect is enabled.
Methods from Deref<Target = R<CCACTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more