Enum nrf52840_pac::radio::modecnf0::RU_A
source · pub enum RU_A {
DEFAULT = 0,
FAST = 1,
}
Expand description
Radio ramp-up time
Value on reset: 0
Variants§
DEFAULT = 0
0: Default ramp-up time (tRXEN), compatible with firmware written for nRF51
FAST = 1
1: Fast ramp-up (tRXEN,FAST), see electrical specification for more information
Trait Implementations§
impl Copy for RU_A
impl StructuralPartialEq for RU_A
Auto Trait Implementations§
impl Freeze for RU_A
impl RefUnwindSafe for RU_A
impl Send for RU_A
impl Sync for RU_A
impl Unpin for RU_A
impl UnwindSafe for RU_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)