#[repr(transparent)]pub struct Gdfifocfg(pub u32);Expand description
Global DFIFO Configuration Register
Tuple Fields§
§0: u32Implementations§
Source§impl Gdfifocfg
impl Gdfifocfg
Sourcepub const fn set_gdfifocfg(&mut self, val: u16)
pub const fn set_gdfifocfg(&mut self, val: u16)
GDFIFOCfg
Sourcepub const fn epinfobaseaddr(&self) -> u16
pub const fn epinfobaseaddr(&self) -> u16
This field provides the start address of the EP info controller.
Sourcepub const fn set_epinfobaseaddr(&mut self, val: u16)
pub const fn set_epinfobaseaddr(&mut self, val: u16)
This field provides the start address of the EP info controller.
Trait Implementations§
impl Copy for Gdfifocfg
impl Eq for Gdfifocfg
impl StructuralPartialEq for Gdfifocfg
Auto Trait Implementations§
impl Freeze for Gdfifocfg
impl RefUnwindSafe for Gdfifocfg
impl Send for Gdfifocfg
impl Sync for Gdfifocfg
impl Unpin for Gdfifocfg
impl UnwindSafe for Gdfifocfg
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)