Searched defs:cond (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_common.h | 16 #define BTC_ASSERTC(cond, msg, val) assert(cond && msg) argument
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_trace.h | 100 #define NET_BUF_ASSERT(cond) __ASSERT_NO_MSG(cond) argument 114 #define NET_BUF_SIMPLE_ASSERT(cond) __ASSERT_NO_MSG(cond) argument
|
D | mesh_util.h | 44 #define ZERO_OR_COMPILE_ERROR(cond) ((int) sizeof(char[1 - 2 * !(cond)]) - 1) argument
|
/hal_espressif-latest/components/spi_flash/sim/stubs/log/include/ |
D | esp_log.h | 44 #define ESP_STATIC_ASSERT(cond, message) argument
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_devctl.c | 904 UINT8 cond; in BTM_EnableTestMode() local
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | parlio_ll.h | 125 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/ |
D | parlio_ll.h | 123 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/ |
D | spi_slave_hd.c | 24 #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/ |
D | ecc.c | 184 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/ |
D | ecc.c | 184 uECC_word_t cond_set(uECC_word_t p_true, uECC_word_t p_false, unsigned int cond) in cond_set()
|