#[repr(C)]pub struct ISOIN {
pub ptr: PTR,
pub maxcnt: MAXCNT,
pub amount: AMOUNT,
}Expand description
Register block
Fields§
§ptr: PTR0x00 - Data pointer
maxcnt: MAXCNT0x04 - Maximum number of bytes to transfer
amount: AMOUNT0x08 - Number of bytes transferred in the last transaction
Auto Trait Implementations§
impl !Freeze for ISOIN
impl !RefUnwindSafe for ISOIN
impl Send for ISOIN
impl !Sync for ISOIN
impl Unpin for ISOIN
impl UnwindSafe for ISOIN
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