Type Alias gpiod_core::RawEvent

source ·
pub type RawEvent = GpioLineEvent;
Expand description

Raw event ro read from fd

Aliased Type§

struct RawEvent {
    pub timestamp_ns: u64,
    pub id: u32,
    pub offset: u32,
    pub seqno: u32,
    pub line_seqno: u32,
    /* private fields */
}

Fields§

§timestamp_ns: u64§id: u32§offset: u32§seqno: u32§line_seqno: u32