Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 156) sorted by relevance

1234567

/hal_espressif-2.7.6/components/freertos/test/
Dtest_preemption.c19 static volatile bool flag; variable
35 flag = true; in task_send_to_queue()
52 flag = false;
64 TEST_ASSERT( flag );
87 flag = false;
101 TEST_ASSERT( flag );
/hal_espressif-2.7.6/examples/wifi/iperf/components/iperf/
Diperf.c39 … return ((s_iperf_ctrl.cfg.flag & IPERF_FLAG_CLIENT) && (s_iperf_ctrl.cfg.flag & IPERF_FLAG_UDP)); in iperf_is_udp_client()
44 … return ((s_iperf_ctrl.cfg.flag & IPERF_FLAG_SERVER) && (s_iperf_ctrl.cfg.flag & IPERF_FLAG_UDP)); in iperf_is_udp_server()
49 … return ((s_iperf_ctrl.cfg.flag & IPERF_FLAG_CLIENT) && (s_iperf_ctrl.cfg.flag & IPERF_FLAG_TCP)); in iperf_is_tcp_client()
54 … return ((s_iperf_ctrl.cfg.flag & IPERF_FLAG_SERVER) && (s_iperf_ctrl.cfg.flag & IPERF_FLAG_TCP)); in iperf_is_tcp_server()
/hal_espressif-2.7.6/examples/ethernet/iperf/main/
Dcmd_ethernet.c98 cfg.flag |= IPERF_FLAG_SERVER; in eth_cmd_iperf()
103 cfg.flag |= IPERF_FLAG_CLIENT; in eth_cmd_iperf()
116 cfg.flag |= IPERF_FLAG_TCP; in eth_cmd_iperf()
118 cfg.flag |= IPERF_FLAG_UDP; in eth_cmd_iperf()
126 if (cfg.flag & IPERF_FLAG_SERVER) { in eth_cmd_iperf()
156 cfg.flag & IPERF_FLAG_TCP ? "tcp" : "udp", in eth_cmd_iperf()
157 cfg.flag & IPERF_FLAG_SERVER ? "server" : "client", in eth_cmd_iperf()
/hal_espressif-2.7.6/components/hal/include/hal/
Dtwai_hal.h35 #define TWAI_HAL_SET_BITS(var, flag) ((var) |= (flag)) argument
36 #define TWAI_HAL_CLEAR_BITS(var, flag) ((var) &= ~(flag)) argument
/hal_espressif-2.7.6/components/partition_table/
Dgen_esp32part.py293 for flag in flags:
294 if flag in cls.FLAGS:
295 setattr(res, flag, True)
296 elif len(flag) > 0:
297 raise InputError("CSV flag column contains unknown flag '%s'" % (flag))
384 for flag,bit in cls.FLAGS.items():
386 setattr(res, flag, True)
393 return [flag for flag in self.FLAGS.keys() if getattr(self, flag)]
396 flags = sum((1 << self.FLAGS[flag]) for flag in self.get_flags_list())
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/components/iperf/
Diperf.c38 … return ((s_iperf_ctrl.cfg.flag & IPERF_FLAG_CLIENT) && (s_iperf_ctrl.cfg.flag & IPERF_FLAG_UDP)); in iperf_is_udp_client()
43 … return ((s_iperf_ctrl.cfg.flag & IPERF_FLAG_SERVER) && (s_iperf_ctrl.cfg.flag & IPERF_FLAG_UDP)); in iperf_is_udp_server()
48 … return ((s_iperf_ctrl.cfg.flag & IPERF_FLAG_CLIENT) && (s_iperf_ctrl.cfg.flag & IPERF_FLAG_TCP)); in iperf_is_tcp_client()
53 … return ((s_iperf_ctrl.cfg.flag & IPERF_FLAG_SERVER) && (s_iperf_ctrl.cfg.flag & IPERF_FLAG_TCP)); in iperf_is_tcp_server()
Dcmd_wifi.c338 cfg.flag |= IPERF_FLAG_SERVER; in wifi_cmd_iperf()
341 cfg.flag |= IPERF_FLAG_CLIENT; in wifi_cmd_iperf()
350 cfg.flag |= IPERF_FLAG_TCP; in wifi_cmd_iperf()
352 cfg.flag |= IPERF_FLAG_UDP; in wifi_cmd_iperf()
359 if (cfg.flag & IPERF_FLAG_SERVER) { in wifi_cmd_iperf()
387 cfg.flag & IPERF_FLAG_TCP ? "tcp" : "udp", in wifi_cmd_iperf()
388 cfg.flag & IPERF_FLAG_SERVER ? "server" : "client", in wifi_cmd_iperf()
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_provisioning_api.c360 if (del_dev == NULL || (__builtin_popcount(del_dev->flag & val) != 1)) { in esp_ble_mesh_provisioner_delete_dev()
370 arg.provisioner_dev_del.del_dev.flag = del_dev->flag; in esp_ble_mesh_provisioner_delete_dev()
371 if (del_dev->flag & DEL_DEV_ADDR_FLAG) { in esp_ble_mesh_provisioner_delete_dev()
374 } else if (del_dev->flag & DEL_DEV_UUID_FLAG) { in esp_ble_mesh_provisioner_delete_dev()
413 if (prov_data_info == NULL || (__builtin_popcount(prov_data_info->flag & val) != 1)) { in esp_ble_mesh_provisioner_set_prov_data_info()
423 arg.set_prov_data_info.prov_data.flag = prov_data_info->flag; in esp_ble_mesh_provisioner_set_prov_data_info()
424 if (prov_data_info->flag & PROV_DATA_NET_IDX_FLAG) { in esp_ble_mesh_provisioner_set_prov_data_info()
426 } else if (prov_data_info->flag & PROV_DATA_FLAGS_FLAG) { in esp_ble_mesh_provisioner_set_prov_data_info()
428 } else if (prov_data_info->flag & PROV_DATA_IV_INDEX_FLAG) { in esp_ble_mesh_provisioner_set_prov_data_info()
/hal_espressif-2.7.6/components/driver/test/
Dtest_i2s.c180 int flag=0; // break loop flag variable
184 while(!flag){
193 flag=1;
323 int flag=0; // break loop flag variable
327 while(!flag){
333 flag=1;
410 int flag=0; // break loop flag variable
413 while(!flag){
418 flag=1;
/hal_espressif-2.7.6/components/console/argtable3/
Dargtable3.c220 int *flag; member
512 if (long_options[match].flag == NULL) in parse_long_options()
542 if (long_options[match].flag == NULL) in parse_long_options()
561 if (long_options[match].flag) { in parse_long_options()
562 *long_options[match].flag = long_options[match].val; in parse_long_options()
990 result->hdr.flag = ARG_HASVALUE; in arg_daten()
1610 result->hdr.flag = ARG_HASVALUE; in arg_dbln()
1734 result->hdr.flag = ARG_TERMINATOR; in arg_end()
1995 result->hdr.flag = ARG_HASVALUE; in arg_filen()
2348 result->hdr.flag = ARG_HASVALUE; in arg_intn()
[all …]
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_models/server/
Dstate_transition.c110 bt_mesh_atomic_set_bit(transition->flag, BLE_MESH_TRANS_TIMER_START); in transition_timer_start()
116 bt_mesh_atomic_clear_bit(transition->flag, BLE_MESH_TRANS_TIMER_START); in transition_timer_stop()
261 bt_mesh_atomic_clear_bit(srv->transition.flag, BLE_MESH_TRANS_TIMER_START); in generic_onoff_work_handler()
337 bt_mesh_atomic_clear_bit(srv->transition.flag, BLE_MESH_TRANS_TIMER_START); in generic_level_work_handler()
402 bt_mesh_atomic_clear_bit(srv->transition.flag, BLE_MESH_TRANS_TIMER_START); in generic_power_level_work_handler()
466 bt_mesh_atomic_clear_bit(srv->actual_transition.flag, BLE_MESH_TRANS_TIMER_START); in light_lightness_actual_work_handler()
528 bt_mesh_atomic_clear_bit(srv->linear_transition.flag, BLE_MESH_TRANS_TIMER_START); in light_lightness_linear_work_handler()
582 bt_mesh_atomic_clear_bit(srv->transition.flag, BLE_MESH_TRANS_TIMER_START); in light_ctl_work_handler()
641 bt_mesh_atomic_clear_bit(srv->transition.flag, BLE_MESH_TRANS_TIMER_START); in light_ctl_temp_work_handler()
698 bt_mesh_atomic_clear_bit(srv->transition.flag, BLE_MESH_TRANS_TIMER_START); in light_hsl_work_handler()
[all …]
/hal_espressif-2.7.6/examples/wifi/iperf/main/
Dcmd_wifi.c335 cfg.flag |= IPERF_FLAG_SERVER; in wifi_cmd_iperf()
338 cfg.flag |= IPERF_FLAG_CLIENT; in wifi_cmd_iperf()
347 cfg.flag |= IPERF_FLAG_TCP; in wifi_cmd_iperf()
349 cfg.flag |= IPERF_FLAG_UDP; in wifi_cmd_iperf()
356 if (cfg.flag & IPERF_FLAG_SERVER) { in wifi_cmd_iperf()
384 cfg.flag&IPERF_FLAG_TCP?"tcp":"udp", in wifi_cmd_iperf()
385 cfg.flag&IPERF_FLAG_SERVER?"server":"client", in wifi_cmd_iperf()
/hal_espressif-2.7.6/components/freemodbus/tcp_slave/modbus_controller/
Dmbc_tcp_slave.c94 EventBits_t flag = xEventGroupSetBits(mbs_opts->mbs_event_group, in mbc_tcp_slave_start() local
96 MB_SLAVE_CHECK((flag & MB_EVENT_STACK_STARTED), in mbc_tcp_slave_start()
108 EventBits_t flag = xEventGroupClearBits(mbs_opts->mbs_event_group, in mbc_tcp_slave_destroy() local
110 MB_SLAVE_CHECK((flag & MB_EVENT_STACK_STARTED), in mbc_tcp_slave_destroy()
/hal_espressif-2.7.6/components/esp_timer/test/
Dtest_ets_timer.c219 volatile bool flag = false; variable
223 ets_timer_setfn(&timer1, &timer_func, (void *)&flag);
236 TEST_ASSERT_FALSE(flag); // didn't expire yet
245 TEST_ASSERT_TRUE(flag);
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/smp/
Dsmp_cmac.c183 BOOLEAN flag; in cmac_prepare_last_block() local
187 flag = ((cmac_cb.len % BT_OCTET16_LEN) == 0 && cmac_cb.len != 0) ? TRUE : FALSE; in cmac_prepare_last_block()
189 SMP_TRACE_DEBUG("flag = %d round = %d", flag, cmac_cb.round); in cmac_prepare_last_block()
191 if ( flag ) { in cmac_prepare_last_block()
/hal_espressif-2.7.6/components/freemodbus/serial_slave/modbus_controller/
Dmbc_serial_slave.c109 EventBits_t flag = xEventGroupSetBits(mbs_opts->mbs_event_group, in mbc_serial_slave_start() local
111 MB_SLAVE_CHECK((flag & MB_EVENT_STACK_STARTED), in mbc_serial_slave_start()
163 EventBits_t flag = xEventGroupClearBits(mbs_opts->mbs_event_group, in mbc_serial_slave_destroy() local
165 MB_SLAVE_CHECK((flag & MB_EVENT_STACK_STARTED), in mbc_serial_slave_destroy()
/hal_espressif-2.7.6/components/protocomm/src/common/
Dprotocomm.c84 uint32_t flag) in protocomm_add_endpoint_internal() argument
117 ep->flag = flag; in protocomm_add_endpoint_internal()
203 if (ep->flag & SEC_EP) { in protocomm_req_handle()
207 } else if (ep->flag & REQ_EP) { in protocomm_req_handle()
273 } else if (ep->flag & VER_EP) { in protocomm_req_handle()
Dprotocomm_priv.h42 uint32_t flag; /*!< Flag indicating endpoint functionality */ member
/hal_espressif-2.7.6/components/protocomm/src/transports/
Dprotocomm_console.c65 uint32_t flag = 0; in stopped() local
66 xTaskNotifyWait(0, 0, &flag, (TickType_t) 10/portTICK_RATE_MS); in stopped()
67 return (flag != 0); in stopped()
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_reset.c49 static void genie_reset_set_flag(uint8_t flag) in genie_reset_set_flag() argument
51 g_genie_reset_flag = flag; in genie_reset_set_flag()
/hal_espressif-2.7.6/docs/en/api-guides/inc/
Dexternal-ram-esp32-notes.rst18 …ived the flag ``-mfix-esp32-psram-cache-issue`` to filter these sequences and only output the code…
20 Aside from linking to a recompiled version of Newlib with the additional flag, ESP-IDF also does th…
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hh/
Dbta_hh_utils.c155 UINT16 version, UINT8 flag) in bta_hh_update_di_info() argument
165 p_cb->dscp_info.flag = flag; in bta_hh_update_di_info()
167 UNUSED(flag); in bta_hh_update_di_info()
/hal_espressif-2.7.6/
DKconfig217 - The "Default" setting will add the -0g flag to CFLAGS.
218 - The "Size" setting will add the -0s flag to CFLAGS.
219 - The "Performance" setting will add the -O2 flag to CFLAGS.
220 - The "None" setting will add the -O0 flag to CFLAGS.
319 … - In NORMAL mode (GCC flag: -fstack-protector) only functions that call alloca, and functions with
322 …- STRONG mode (GCC flag: -fstack-protector-strong) is like NORMAL, but includes additional functio…
326 - In OVERALL mode (GCC flag: -fstack-protector-all) all functions are protected.
352 bool "Enable -Wwrite-strings warning flag"
355 Adds -Wwrite-strings flag for the C/C++ compilers.
/hal_espressif-2.7.6/components/esp32s2/include/
Desp_ssc.h29 uint8_t flag; member
/hal_espressif-2.7.6/components/esp32/include/
Desp_ssc.h29 uint8_t flag; member

1234567