esp_idf_sys

Type Alias portMUX_TYPE

Source
pub type portMUX_TYPE = spinlock_t;

Aliased Type§

struct portMUX_TYPE {
    pub owner: u32,
    pub count: u32,
}

Fields§

§owner: u32§count: u32

Trait Implementations

Source§

impl Clone for spinlock_t

Source§

fn clone(&self) -> spinlock_t

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 spinlock_t

Source§

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

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

impl Default for spinlock_t

Source§

fn default() -> spinlock_t

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

impl Copy for spinlock_t