Struct nrf52840_pac::usbd::isoout::ISOOUT
source · #[repr(C)]pub struct ISOOUT {
pub ptr: PTR,
pub maxcnt: MAXCNT,
pub amount: AMOUNT,
}
Expand description
Register block
Fields§
§ptr: PTR
0x00 - Data pointer
maxcnt: MAXCNT
0x04 - Maximum number of bytes to transfer
amount: AMOUNT
0x08 - Number of bytes transferred in the last transaction
Auto Trait Implementations§
impl !Freeze for ISOOUT
impl !RefUnwindSafe for ISOOUT
impl Send for ISOOUT
impl !Sync for ISOOUT
impl Unpin for ISOOUT
impl UnwindSafe for ISOOUT
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