Enum nrf52840_pac::nfct::rxd::frameconfig::SOF_A
source · pub enum SOF_A {
NO_SO_F = 0,
SO_F = 1,
}
Expand description
SoF expected or not in RX frames
Value on reset: 1
Variants§
NO_SO_F = 0
0: SoF symbol is not expected in RX frames
SO_F = 1
1: SoF symbol is expected in RX frames
Trait Implementations§
impl Copy for SOF_A
impl StructuralPartialEq for SOF_A
Auto Trait Implementations§
impl Freeze for SOF_A
impl RefUnwindSafe for SOF_A
impl Send for SOF_A
impl Sync for SOF_A
impl Unpin for SOF_A
impl UnwindSafe for SOF_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
)