pub enum THR512W {
Clear = 0,
}
Expand description
512 byte threshold interrupt This bit is set to 1 by the hardware when 512 bytes have been transmitted or received during isochronous transfers. This bit is read/write but only 0 can be written and writing 1 has no effect. Note that no information is available to indicate the associated channel/endpoint, however in practice only one ISO endpoint/channel with such large packets can be supported, so that channel.
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for THR512W
impl Eq for THR512W
impl StructuralPartialEq for THR512W
Auto Trait Implementations§
impl Freeze for THR512W
impl RefUnwindSafe for THR512W
impl Send for THR512W
impl Sync for THR512W
impl Unpin for THR512W
impl UnwindSafe for THR512W
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