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