#[repr(C)]pub struct PCIESS_MAIN_TypeDef {Show 16 fields
pub SOFT_RESET: u32,
pub OVRLY: u32,
pub MAJOR: u32,
pub INT_PIPE_CLK_CTRL: u32,
pub EXT_PIPE_CLK_CTRL: u32,
pub CLK_CTRL: u32,
pub QMUX_R0: u32,
pub RESERVED0: [u32; 57],
pub DLL_CTRL0: u32,
pub DLL_CTRL1: u32,
pub DLL_STAT0: u32,
pub DLL_STAT1: u32,
pub DLL_STAT2: u32,
pub TEST_DLL: u32,
pub RESERVED1: [u32; 29],
pub SPARE: u32,
}Fields§
§SOFT_RESET: u32§OVRLY: u32§MAJOR: u32§INT_PIPE_CLK_CTRL: u32§EXT_PIPE_CLK_CTRL: u32§CLK_CTRL: u32§QMUX_R0: u32§RESERVED0: [u32; 57]§DLL_CTRL0: u32§DLL_CTRL1: u32§DLL_STAT0: u32§DLL_STAT1: u32§DLL_STAT2: u32§TEST_DLL: u32§RESERVED1: [u32; 29]§SPARE: u32Trait Implementations§
Source§impl Clone for PCIESS_MAIN_TypeDef
impl Clone for PCIESS_MAIN_TypeDef
Source§fn clone(&self) -> PCIESS_MAIN_TypeDef
fn clone(&self) -> PCIESS_MAIN_TypeDef
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 PCIESS_MAIN_TypeDef
impl Debug for PCIESS_MAIN_TypeDef
impl Copy for PCIESS_MAIN_TypeDef
Auto Trait Implementations§
impl Freeze for PCIESS_MAIN_TypeDef
impl RefUnwindSafe for PCIESS_MAIN_TypeDef
impl Send for PCIESS_MAIN_TypeDef
impl Sync for PCIESS_MAIN_TypeDef
impl Unpin for PCIESS_MAIN_TypeDef
impl UnwindSafe for PCIESS_MAIN_TypeDef
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