Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-3.4.0/components/nvs_flash/src/
Dintrusive_list.h48 iterator operator++(int)
55 iterator operator--(int)
62 iterator& operator++()
68 iterator& operator--()
75 bool operator==(const iterator& other) const
80 bool operator!=(const iterator& other) const
85 T& operator*()
90 const T& operator*() const
95 T* operator->()
100 const T* operator->() const
[all …]
/hal_espressif-3.4.0/components/esp_common/include/
Desp_attr.h124 FORCE_INLINE_ATTR constexpr TYPE operator~ (TYPE a) { return (TYPE)~(INT_TYPE)a; } \
125 FORCE_INLINE_ATTR constexpr TYPE operator| (TYPE a, TYPE b) { return (TYPE)((INT_TYPE)a | (INT_TYPE…
126 FORCE_INLINE_ATTR constexpr TYPE operator& (TYPE a, TYPE b) { return (TYPE)((INT_TYPE)a & (INT_TYPE…
127 FORCE_INLINE_ATTR constexpr TYPE operator^ (TYPE a, TYPE b) { return (TYPE)((INT_TYPE)a ^ (INT_TYPE…
128 FORCE_INLINE_ATTR constexpr TYPE operator>> (TYPE a, int b) { return (TYPE)((INT_TYPE)a >> b); } \
129 FORCE_INLINE_ATTR constexpr TYPE operator<< (TYPE a, int b) { return (TYPE)((INT_TYPE)a << b); } \
130 FORCE_INLINE_ATTR TYPE& operator|=(TYPE& a, TYPE b) { a = a | b; return a; } \
131 FORCE_INLINE_ATTR TYPE& operator&=(TYPE& a, TYPE b) { a = a & b; return a; } \
132 FORCE_INLINE_ATTR TYPE& operator^=(TYPE& a, TYPE b) { a = a ^ b; return a; } \
133 FORCE_INLINE_ATTR TYPE& operator>>=(TYPE& a, int b) { a >>= b; return a; } \
[all …]
/hal_espressif-3.4.0/
D.flake858 E221, # multiple spaces before operator
59 E222, # multiple spaces after operator
60 E223, # tab before operator
61 E224, # tab after operator
62 E225, # missing whitespace around operator
63 E226, # missing whitespace around arithmetic operator
64 E227, # missing whitespace around bitwise or shift operator
65 E228, # missing whitespace around modulo operator
110 W503, # line break before binary operator
111 W504, # line break after binary operator
[all …]
D.pylintrc69 old-ne-operator,
136 deprecated-operator-function,
DKconfig339 dynamic_cast conversion and typeid operator.
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/
Dcdc_acm_host.h300 CdcAcmDevice &operator= (const CdcAcmDevice &Copy); variable
301 bool operator== (const CdcAcmDevice &param) const;
302 bool operator!= (const CdcAcmDevice &param) const;
/hal_espressif-3.4.0/tools/ldgen/
Dsdkconfig.py58 operator = SDKConfig.OPERATOR.setResultsName('operator')
61 test_binary = identifier + operator + value
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/button/include/
Diot_button.h151 CButton& operator = (const CButton&); variable
/hal_espressif-3.4.0/components/esptool_py/esptool/
Dsetup.cfg4 # multiple spaces before operator - used for visual indent of constants in some files
/hal_espressif-3.4.0/examples/protocols/pppos_client/
DREADME.md40 … name in `Set Access Point Name(APN)` option, which should depend on the operator of your SIM card.
57 The example will get module and operator's information after start up, and then go into PPP mode to…
133 2. Why the modem restarts before switching to PPP mode or while getting operator's information?
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_hf_client_api.h239 tBTA_HF_CLIENT_OPERATOR_NAME operator; member
Dbta_ag_api.h411 tBTA_AG_COPS operator; member
/hal_espressif-3.4.0/examples/cxx/experimental/esp_modem_cxx/
DREADME.md35 … name in `Set Access Point Name(APN)` option, which should depend on the operator of your SIM card.
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/
DREADME.md276 You can type `qop` to query the current operator name and log prints like:
279 Query operator
281 I (339202) BT_HF: --operator name: 中国联通
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/
Dversions.rst22 …sion, simply define your dependency as ``esptool`` (without any release operator and a version ide…
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Dmcpwm.rst88 * Synchronize outputs of operator submodules, e.g. to get raising edge of PWM0A/B and PWM1A/B to st…
105 1. Make sure the PWM timer and operator are already configured so that sync will inherit its config…
/hal_espressif-3.4.0/components/esptool_py/esptool/espsecure/
D__init__.py7 import operator
1349 check_f = _samefile if isinstance(i, str) and isinstance(o, str) else operator.eq
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c909 param.cops.name = p_data->operator.name; in btc_hf_client_cb_handler()
/hal_espressif-3.4.0/components/esptool_py/
Dproject_include.cmake308 # CMake version 3.8 and above provide a ternary operator for expression
/hal_espressif-3.4.0/tools/test_idf_size/
Doverflow_esp32c3.map1127 …esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (operator new[](unsigned int, std::nothrow_t co…
1129 … esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (operator delete[](void*))
1133 … esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (operator delete(void*))
1145 …esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (operator new(unsigned int, std::nothrow_t const…
1149 …./../../../riscv32-esp-elf/lib/rv32im/ilp32\libstdc++.a(new_handler.o) (operator delete(void*, uns…
39560 … 0x00000000420485c0 operator new[](unsigned int, std::nothrow_t const&)
39562 0x00000000420485c4 operator delete[](void*)
39576 0x00000000420488a0 operator delete(void*)
39621 0x0000000042048d68 operator new(unsigned int, std::nothrow_t const&)
39623 0x0000000042048dd4 operator delete(void*, unsigned int)
[all …]