Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_common.h16 #define BTC_ASSERTC(cond, msg, val) assert(cond && msg) argument
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_trace.h100 #define NET_BUF_ASSERT(cond) __ASSERT_NO_MSG(cond) argument
114 #define NET_BUF_SIMPLE_ASSERT(cond) __ASSERT_NO_MSG(cond) argument
Dmesh_util.h44 #define ZERO_OR_COMPILE_ERROR(cond) ((int) sizeof(char[1 - 2 * !(cond)]) - 1) argument
/hal_espressif-latest/components/spi_flash/sim/stubs/log/include/
Desp_log.h44 #define ESP_STATIC_ASSERT(cond, message) argument
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c904 UINT8 cond; in BTM_EnableTestMode() local
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dparlio_ll.h125 static inline void parlio_ll_rx_set_eof_condition(parl_io_dev_t *dev, parlio_ll_rx_eof_cond_t cond) in parlio_ll_rx_set_eof_condition()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dparlio_ll.h123 static inline void parlio_ll_rx_set_eof_condition(parl_io_dev_t *dev, parlio_ll_rx_eof_cond_t cond) in parlio_ll_rx_set_eof_condition()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave_hd.c24 #define SPIHD_CHECK(cond,warn,ret) do{if(!(cond)){ESP_LOGE(TAG, warn); return ret;}} while(0) argument
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Decc.c184 uECC_word_t cond_set(uECC_word_t p_true, uECC_word_t p_false, unsigned int cond) in cond_set()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc.c184 uECC_word_t cond_set(uECC_word_t p_true, uECC_word_t p_false, unsigned int cond) in cond_set()