#[repr(transparent)]pub struct HsicDllCfg4(pub u32);Expand description
HSIC DLL Configure Register 4
Tuple Fields§
§0: u32Implementations§
Source§impl HsicDllCfg4
impl HsicDllCfg4
Sourcepub const fn lpm_en_endp_chk(&self) -> LpmEnEndpChk
pub const fn lpm_en_endp_chk(&self) -> LpmEnEndpChk
LPM EXT token ENDP check enable
Sourcepub const fn set_lpm_en_endp_chk(&mut self, val: LpmEnEndpChk)
pub const fn set_lpm_en_endp_chk(&mut self, val: LpmEnEndpChk)
LPM EXT token ENDP check enable
Sourcepub const fn fs_iso_b2b_fixen(&self) -> FsIsoB2bFixen
pub const fn fs_iso_b2b_fixen(&self) -> FsIsoB2bFixen
FS Isochronous back to back transfer enable
Sourcepub const fn set_fs_iso_b2b_fixen(&mut self, val: FsIsoB2bFixen)
pub const fn set_fs_iso_b2b_fixen(&mut self, val: FsIsoB2bFixen)
FS Isochronous back to back transfer enable
Trait Implementations§
Source§impl Clone for HsicDllCfg4
impl Clone for HsicDllCfg4
Source§fn clone(&self) -> HsicDllCfg4
fn clone(&self) -> HsicDllCfg4
Returns a duplicate 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 Debug for HsicDllCfg4
impl Debug for HsicDllCfg4
Source§impl Default for HsicDllCfg4
impl Default for HsicDllCfg4
Source§fn default() -> HsicDllCfg4
fn default() -> HsicDllCfg4
Returns the “default value” for a type. Read more
Source§impl PartialEq for HsicDllCfg4
impl PartialEq for HsicDllCfg4
impl Copy for HsicDllCfg4
impl Eq for HsicDllCfg4
impl StructuralPartialEq for HsicDllCfg4
Auto Trait Implementations§
impl Freeze for HsicDllCfg4
impl RefUnwindSafe for HsicDllCfg4
impl Send for HsicDllCfg4
impl Sync for HsicDllCfg4
impl Unpin for HsicDllCfg4
impl UnwindSafe for HsicDllCfg4
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