Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 11 of 11) 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
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)
Dmesh_util.h44 #define ZERO_OR_COMPILE_ERROR(cond) ((int) sizeof(char[1 - 2 * !(cond)]) - 1) argument
Dmesh_dlist.h440 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/
Desp_log.h44 #define ESP_STATIC_ASSERT(cond, message) argument
/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() 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/
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() 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/
Dbtm_devctl.c904 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/
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() argument
186 return (p_true*(cond)) | (p_false*(!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() argument
186 return (p_true * (cond)) | (p_false * (!cond)); in cond_set()