Home
last modified time | relevance | path

Searched refs:configASSERT_DEFINED (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/osal/include/esp_osal/
Desp_osal.h241 #define configASSERT_DEFINED 0 macro
243 #define configASSERT_DEFINED 1
/device/soc/esp/esp32/components/osal/
Dqueue.c387 #if( configASSERT_DEFINED == 1 ) in xQueueGenericCreateStatic()