pub enum FifoSizing {
Static,
Dynamic,
}Expand description
Describes the FIFO sizing strategy of the MUSB core.
Variants§
Static
FIFO sizes are fixed at synthesis time.
Dynamic
FIFO sizes can be dynamically configured by software.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FifoSizing
impl RefUnwindSafe for FifoSizing
impl Send for FifoSizing
impl Sync for FifoSizing
impl Unpin for FifoSizing
impl UnwindSafe for FifoSizing
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