Enum nrf52840_pac::radio::frequency::MAP_A
source · pub enum MAP_A {
DEFAULT = 0,
LOW = 1,
}
Expand description
Channel map selection.
Value on reset: 0
Variants§
DEFAULT = 0
0: Channel map between 2400 MHZ .. 2500 MHz
LOW = 1
1: Channel map between 2360 MHZ .. 2460 MHz
Trait Implementations§
impl Copy for MAP_A
impl StructuralPartialEq for MAP_A
Auto Trait Implementations§
impl Freeze for MAP_A
impl RefUnwindSafe for MAP_A
impl Send for MAP_A
impl Sync for MAP_A
impl Unpin for MAP_A
impl UnwindSafe for MAP_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
)