esp_idf_svc::hal::sys

Type Alias ETSEvent

Source
pub type ETSEvent = ETSEventTag;

Aliased Type§

struct ETSEvent {
    pub sig: u32,
    pub par: u32,
}

Fields§

§sig: u32

< Event signal, in same task, different Event with different signal

§par: u32

< Event parameter, sometimes without usage, then will be set as 0

Trait Implementations

Source§

impl Clone for ETSEventTag

Source§

fn clone(&self) -> ETSEventTag

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 ETSEventTag

Source§

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

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

impl Default for ETSEventTag

Source§

fn default() -> ETSEventTag

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

impl Copy for ETSEventTag