esp_idf_sys

Type Alias StaticEventGroup_t

Source
pub type StaticEventGroup_t = xSTATIC_EVENT_GROUP;

Aliased Type§

struct StaticEventGroup_t {
    pub xDummy1: u32,
    pub xDummy2: xSTATIC_LIST,
    pub ucDummy4: u8,
    pub xDummyEventGroupLock: spinlock_t,
}

Fields§

§xDummy1: u32§xDummy2: xSTATIC_LIST§ucDummy4: u8§xDummyEventGroupLock: spinlock_t

Trait Implementations

Source§

impl Clone for xSTATIC_EVENT_GROUP

Source§

fn clone(&self) -> xSTATIC_EVENT_GROUP

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for xSTATIC_EVENT_GROUP

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for xSTATIC_EVENT_GROUP

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for xSTATIC_EVENT_GROUP