Function esp_idf_sys::vPortAssertIfInISR

source ยท
pub unsafe extern "C" fn vPortAssertIfInISR()
Expand description

@brief Asserts if in ISR context

  • Asserts on xPortInIsrContext() internally

@note [refactor-todo] Check if this API is still required @note [refactor-todo] Check if this should be inlined