Struct nrf52840::usbd::EPOUT[][src]

#[repr(C)]
pub struct EPOUT { pub ptr: PTR, pub maxcnt: MAXCNT, pub amount: AMOUNT, }

Register block

Fields

0x00 - Description cluster[n]: Data pointer

0x04 - Description cluster[n]: Maximum number of bytes to transfer

0x08 - Description cluster[n]: Number of bytes transferred in the last transaction

Auto Trait Implementations

impl Send for EPOUT

impl !Sync for EPOUT