Type Alias riot_sys::bindgen::ztimer_base_t

source ·
pub type ztimer_base_t = ztimer_base;
Expand description

@brief Minimum information for each timer

Aliased Type§

struct ztimer_base_t {
    pub next: *mut ztimer_base,
    pub offset: u32,
}

Fields§

§next: *mut ztimer_base

< next timer in list

§offset: u32

< offset from last timer in list

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes