Searched refs:cond (Results 1 – 11 of 11) 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 106 #define NET_BUF_ASSERT(cond) 114 #define NET_BUF_SIMPLE_ASSERT(cond) __ASSERT_NO_MSG(cond) argument 120 #define NET_BUF_SIMPLE_ASSERT(cond)
|
D | mesh_util.h | 44 #define ZERO_OR_COMPILE_ERROR(cond) ((int) sizeof(char[1 - 2 * !(cond)]) - 1) argument
|
D | mesh_dlist.h | 440 int (*cond)(sys_dnode_t *, void *), void *data) in sys_dlist_insert_at() 447 while (pos && !cond(pos, data)) { in sys_dlist_insert_at()
|
/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/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() argument 127 dev->rx_cfg0.rx_eof_gen_sel = 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() argument 125 dev->rx_genrl_cfg.rx_eof_gen_sel = cond; in parlio_ll_rx_set_eof_condition()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_devctl.c | 904 UINT8 cond; in BTM_EnableTestMode() local 910 cond = HCI_DO_AUTO_ACCEPT_CONNECT; in BTM_EnableTestMode() 913 &cond, sizeof(cond))) { in BTM_EnableTestMode()
|
/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() argument 186 return (p_true*(cond)) | (p_false*(!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() argument 186 return (p_true * (cond)) | (p_false * (!cond)); in cond_set()
|