Struct nrf52840_pac::radio::ccactrl::W
source · pub struct W(/* private fields */);
Expand description
Register CCACTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn ccaedthres(&mut self) -> CCAEDTHRES_W<'_, 8>
pub fn ccaedthres(&mut self) -> CCAEDTHRES_W<'_, 8>
Bits 8:15 - CCA energy busy threshold. Used in all the CCA modes except CarrierMode.
sourcepub fn ccacorrthres(&mut self) -> CCACORRTHRES_W<'_, 16>
pub fn ccacorrthres(&mut self) -> CCACORRTHRES_W<'_, 16>
Bits 16:23 - CCA correlator busy threshold. Only relevant to CarrierMode, CarrierAndEdMode and CarrierOrEdMode.
sourcepub fn ccacorrcnt(&mut self) -> CCACORRCNT_W<'_, 24>
pub fn ccacorrcnt(&mut self) -> CCACORRCNT_W<'_, 24>
Bits 24:31 - Limit for occurances above CCACORRTHRES. When not equal to zero the corrolator based signal detect is enabled.
Methods from Deref<Target = W<CCACTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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