pub struct MutexNormal(/* private fields */);Trait Implementations§
Source§impl Debug for MutexNormal
impl Debug for MutexNormal
Source§impl Drop for MutexNormal
impl Drop for MutexNormal
Source§impl MutexInnerImpl for MutexNormal
impl MutexInnerImpl for MutexNormal
fn create() -> Result<Self, FreeRtosError>
fn take<D: DurationTicks>(&self, max_wait: D) -> Result<(), FreeRtosError>
fn give(&self)
Source§unsafe fn from_raw_handle(handle: FreeRtosSemaphoreHandle) -> Self
unsafe fn from_raw_handle(handle: FreeRtosSemaphoreHandle) -> Self
Safety Read more