#[repr(transparent)]pub struct Fifothreshold(pub u32);
Expand description
FIFO threshold register.
Tuple Fields§
§0: u32
Implementations§
Source§impl Fifothreshold
impl Fifothreshold
Sourcepub const fn fifothreshold(&self) -> u8
pub const fn fifothreshold(&self) -> u8
FIFO level below which the module leaves the idle state to refill the FIFO, expressed in number of 128bit blocks.
Sourcepub fn set_fifothreshold(&mut self, val: u8)
pub fn set_fifothreshold(&mut self, val: u8)
FIFO level below which the module leaves the idle state to refill the FIFO, expressed in number of 128bit blocks.
Trait Implementations§
Source§impl Clone for Fifothreshold
impl Clone for Fifothreshold
Source§fn clone(&self) -> Fifothreshold
fn clone(&self) -> Fifothreshold
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for Fifothreshold
impl Default for Fifothreshold
Source§fn default() -> Fifothreshold
fn default() -> Fifothreshold
Returns the “default value” for a type. Read more
Source§impl PartialEq for Fifothreshold
impl PartialEq for Fifothreshold
impl Copy for Fifothreshold
impl Eq for Fifothreshold
impl StructuralPartialEq for Fifothreshold
Auto Trait Implementations§
impl Freeze for Fifothreshold
impl RefUnwindSafe for Fifothreshold
impl Send for Fifothreshold
impl Sync for Fifothreshold
impl Unpin for Fifothreshold
impl UnwindSafe for Fifothreshold
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)