/hal_espressif-3.4.0/components/nvs_flash/src/ |
D | intrusive_list.h | 48 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/ |
D | esp_attr.h | 124 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 | .flake8 | 58 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 | .pylintrc | 69 old-ne-operator, 136 deprecated-operator-function,
|
D | Kconfig | 339 dynamic_cast conversion and typeid operator.
|
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/ |
D | cdc_acm_host.h | 300 CdcAcmDevice &operator= (const CdcAcmDevice &Copy); variable 301 bool operator== (const CdcAcmDevice ¶m) const; 302 bool operator!= (const CdcAcmDevice ¶m) const;
|
/hal_espressif-3.4.0/tools/ldgen/ |
D | sdkconfig.py | 58 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/ |
D | iot_button.h | 151 CButton& operator = (const CButton&); variable
|
/hal_espressif-3.4.0/components/esptool_py/esptool/ |
D | setup.cfg | 4 # multiple spaces before operator - used for visual indent of constants in some files
|
/hal_espressif-3.4.0/examples/protocols/pppos_client/ |
D | README.md | 40 … 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/ |
D | bta_hf_client_api.h | 239 tBTA_HF_CLIENT_OPERATOR_NAME operator; member
|
D | bta_ag_api.h | 411 tBTA_AG_COPS operator; member
|
/hal_espressif-3.4.0/examples/cxx/experimental/esp_modem_cxx/ |
D | README.md | 35 … 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/ |
D | README.md | 276 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/ |
D | versions.rst | 22 …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/ |
D | mcpwm.rst | 88 * 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__.py | 7 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/ |
D | btc_hf_client.c | 909 param.cops.name = p_data->operator.name; in btc_hf_client_cb_handler()
|
/hal_espressif-3.4.0/components/esptool_py/ |
D | project_include.cmake | 308 # CMake version 3.8 and above provide a ternary operator for expression
|
/hal_espressif-3.4.0/tools/test_idf_size/ |
D | overflow_esp32c3.map | 1127 …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 …]
|