Struct nrf52840_pac::nfct::rxd::RXD
source · #[repr(C)]pub struct RXD {
pub frameconfig: FRAMECONFIG,
pub amount: AMOUNT,
}
Expand description
Register block
Fields§
§frameconfig: FRAMECONFIG
0x00 - Configuration of incoming frames
amount: AMOUNT
0x04 - Size of last incoming frame
Auto Trait Implementations§
impl !Freeze for RXD
impl !RefUnwindSafe for RXD
impl Send for RXD
impl !Sync for RXD
impl Unpin for RXD
impl UnwindSafe for RXD
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