Function esp_idf_sys::vPortExitCriticalCompliance

source ยท
pub unsafe extern "C" fn vPortExitCriticalCompliance(
    mux: *mut portMUX_TYPE,
)
Expand description

@brief FreeRTOS compliant version of vPortExitCritical()

Compliant version of vPortExitCritical() will ensure that this is called from a task context only. An abort is called otherwise.

@note This function is made non-inline on purpose to reduce code size @param[in] mux Spinlock