#[repr(u32)]
pub enum Value {
OneSample,
OneQuarterFull,
ThreeQuartersFull,
Full,
}
Expand description
Set the RX FIFO threshold at which point the RXR
flag is set
Variants
OneSample
OneQuarterFull
ThreeQuartersFull
Full
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Value
impl Send for Value
impl Sync for Value
impl Unpin for Value
impl UnwindSafe for Value
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more