riot_sys::inline

Type Alias ztimer_base_t

Source
pub type ztimer_base_t = ztimer_base;

Aliased Type§

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

Fields§

§next: *mut ztimer_base§offset: u32

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