Struct rust_hdl_ok_frontpanel_sys::okTFPGAResetProfile [−][src]
#[repr(C)]pub struct okTFPGAResetProfile {Show 13 fields
pub magic: UINT32,
pub configFileLocation: UINT32,
pub configFileLength: UINT32,
pub doneWaitUS: UINT32,
pub resetWaitUS: UINT32,
pub registerWaitUS: UINT32,
pub padBytes1: [UINT32; 28],
pub wireInValues: [UINT32; 32],
pub registerEntryCount: UINT32,
pub registerEntries: [okTRegisterEntry; 256],
pub triggerEntryCount: UINT32,
pub triggerEntries: [okTTriggerEntry; 32],
pub padBytes2: [UINT8; 1520],
}
Fields
magic: UINT32
configFileLocation: UINT32
configFileLength: UINT32
doneWaitUS: UINT32
resetWaitUS: UINT32
registerWaitUS: UINT32
padBytes1: [UINT32; 28]
wireInValues: [UINT32; 32]
registerEntryCount: UINT32
registerEntries: [okTRegisterEntry; 256]
triggerEntryCount: UINT32
triggerEntries: [okTTriggerEntry; 32]
padBytes2: [UINT8; 1520]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for okTFPGAResetProfile
impl Send for okTFPGAResetProfile
impl Sync for okTFPGAResetProfile
impl Unpin for okTFPGAResetProfile
impl UnwindSafe for okTFPGAResetProfile
Blanket Implementations
Mutably borrows from an owned value. Read more