/hal_espressif-3.6.0/components/nvs_flash/src/ |
D | intrusive_list.h | 20 template <typename T> 23 template <typename T> 27 friend class intrusive_list<T>; 28 T* mPrev = nullptr; 29 T* mNext = nullptr; 32 template <typename T> 35 typedef intrusive_list_node<T> TNode; 36 static_assert(std::is_base_of<TNode, T>::value, ""); 40 class iterator : public std::iterator<std::forward_iterator_tag, T> 46 iterator(T* pos) : mPos(pos) {} in iterator() [all …]
|
D | nvs_page.hpp | 108 template<typename T> 109 esp_err_t writeItem(uint8_t nsIndex, const char* key, const T& value) in writeItem() 114 template<typename T> 115 esp_err_t readItem(uint8_t nsIndex, const char* key, T& value) in readItem() 120 template<typename T> 121 esp_err_t cmpItem(uint8_t nsIndex, const char* key, const T& value) in cmpItem() 126 template<typename T> 129 return eraseItem(nsIndex, itemTypeOf<T>(), key); in eraseItem()
|
D | nvs_storage.hpp | 84 template<typename T> 85 esp_err_t writeItem(uint8_t nsIndex, const char* key, const T& value) in writeItem() 90 template<typename T> 91 esp_err_t readItem(uint8_t nsIndex, const char* key, T& value) in readItem()
|
D | nvs_types.hpp | 112 template<typename T> 113 void getValue(T& dst) in getValue() 116 dst = *reinterpret_cast<T*>(data); in getValue()
|
/hal_espressif-3.6.0/components/nvs_flash/include/ |
D | nvs_handle.hpp | 67 template<typename T> 68 esp_err_t set_item(const char *key, T value); 92 template<typename T> 93 esp_err_t get_item(const char *key, T &value); 246 template<typename T, typename std::enable_if<std::is_integral<T>::value, void*>::type = nullptr> 249 return static_cast<ItemType>(((std::is_signed<T>::value)?0x10:0x00) | sizeof(T)); in itemTypeOf() 255 template<typename T, typename std::enable_if<std::is_enum<T>::value, int>::type = 0> 258 return static_cast<ItemType>(((std::is_signed<T>::value)?0x10:0x00) | sizeof(T)); in itemTypeOf() 261 template<typename T> 262 constexpr ItemType itemTypeOf(const T&) in itemTypeOf() argument [all …]
|
/hal_espressif-3.6.0/docs/zh_CN/hw-reference/esp32s3/ |
D | user-guide-devkitc-1.rst | 172 4 4 I/O/T RTC_GPIO4, GPIO4, TOUCH4, ADC1_CH3 173 5 5 I/O/T RTC_GPIO5, GPIO5, TOUCH5, ADC1_CH4 174 6 6 I/O/T RTC_GPIO6, GPIO6, TOUCH6, ADC1_CH5 175 7 7 I/O/T RTC_GPIO7, GPIO7, TOUCH7, ADC1_CH6 176 8 15 I/O/T RTC_GPIO15, GPIO15, U0RTS, ADC2_CH4, XTAL_32K_P 177 9 16 I/O/T RTC_GPIO16, GPIO16, U0CTS, ADC2_CH5, XTAL_32K_N 178 10 17 I/O/T RTC_GPIO17, GPIO17, U1TXD, ADC2_CH6 179 11 18 I/O/T RTC_GPIO18, GPIO18, U1RXD, ADC2_CH7, CLK_OUT3 180 12 8 I/O/T RTC_GPIO8, GPIO8, TOUCH8, ADC1_CH7, SUBSPICS1 181 13 3 I/O/T RTC_GPIO3, GPIO3, TOUCH3, ADC1_CH2 [all …]
|
/hal_espressif-3.6.0/docs/zh_CN/hw-reference/esp32s2/ |
D | user-guide-s2-devkitc-1.rst | 157 4 4 I/O/T RTC_GPIO4, GPIO4, TOUCH4, ADC1_CH3 158 5 5 I/O/T RTC_GPIO5, GPIO5, TOUCH5, ADC1_CH4 159 6 6 I/O/T RTC_GPIO6, GPIO6, TOUCH6, ADC1_CH5 160 7 7 I/O/T RTC_GPIO7, GPIO7, TOUCH7, ADC1_CH6 161 8 15 I/O/T RTC_GPIO15, GPIO15, U0RTS, ADC2_CH4, XTAL_32K_P 162 9 16 I/O/T RTC_GPIO16, GPIO16, U0CTS, ADC2_CH5, XTAL_32K_N 163 10 17 I/O/T RTC_GPIO17, GPIO17, U1TXD, ADC2_CH6, DAC_1 164 11 18 I/O/T RTC_GPIO18, GPIO18, U1RXD, ADC2_CH7, DAC_2, CLK_OUT3, RGB LED 165 12 8 I/O/T RTC_GPIO8, GPIO8, TOUCH8, ADC1_CH7 166 13 3 I/O/T RTC_GPIO3, GPIO3, TOUCH3, ADC1_CH2 [all …]
|
D | user-guide-devkitm-1-v1.rst | 174 2 0 I/O/T RTC_GPIO0, GPIO0 175 3 1 I/O/T RTC_GPIO1, GPIO1, TOUCH1, ADC1_CH0 176 4 2 I/O/T RTC_GPIO2, GPIO2, TOUCH2, ADC1_CH1 177 5 3 I/O/T RTC_GPIO3, GPIO3, TOUCH3, ADC1_CH2 178 6 4 I/O/T RTC_GPIO4, GPIO4, TOUCH4, ADC1_CH3 179 7 5 I/O/T RTC_GPIO5, GPIO5, TOUCH5, ADC1_CH4 180 8 6 I/O/T RTC_GPIO6, GPIO6, TOUCH6, ADC1_CH5 181 9 7 I/O/T RTC_GPIO7, GPIO7, TOUCH7, ADC1_CH6 182 10 8 I/O/T RTC_GPIO8, GPIO8, TOUCH8, ADC1_CH7 183 11 9 I/O/T RTC_GPIO9, GPIO9, TOUCH9, ADC1_CH8, FSPIHD [all …]
|
/hal_espressif-3.6.0/docs/en/hw-reference/esp32s2/ |
D | user-guide-devkitm-1-v1.rst | 174 2 0 I/O/T RTC_GPIO0, GPIO0 175 3 1 I/O/T RTC_GPIO1, GPIO1, TOUCH1, ADC1_CH0 176 4 2 I/O/T RTC_GPIO2, GPIO2, TOUCH2, ADC1_CH1 177 5 3 I/O/T RTC_GPIO3, GPIO3, TOUCH3, ADC1_CH2 178 6 4 I/O/T RTC_GPIO4, GPIO4, TOUCH4, ADC1_CH3 179 7 5 I/O/T RTC_GPIO5, GPIO5, TOUCH5, ADC1_CH4 180 8 6 I/O/T RTC_GPIO6, GPIO6, TOUCH6, ADC1_CH5 181 9 7 I/O/T RTC_GPIO7, GPIO7, TOUCH7, ADC1_CH6 182 10 8 I/O/T RTC_GPIO8, GPIO8, TOUCH8, ADC1_CH7 183 11 9 I/O/T RTC_GPIO9, GPIO9, TOUCH9, ADC1_CH8, FSPIHD [all …]
|
D | user-guide-s2-devkitc-1.rst | 157 4 4 I/O/T RTC_GPIO4, GPIO4, TOUCH4, ADC1_CH3 158 5 5 I/O/T RTC_GPIO5, GPIO5, TOUCH5, ADC1_CH4 159 6 6 I/O/T RTC_GPIO6, GPIO6, TOUCH6, ADC1_CH5 160 7 7 I/O/T RTC_GPIO7, GPIO7, TOUCH7, ADC1_CH6 161 8 15 I/O/T RTC_GPIO15, GPIO15, U0RTS, ADC2_CH4, XTAL_32K_P 162 9 16 I/O/T RTC_GPIO16, GPIO16, U0CTS, ADC2_CH5, XTAL_32K_N 163 10 17 I/O/T RTC_GPIO17, GPIO17, U1TXD, ADC2_CH6, DAC_1 164 11 18 I/O/T RTC_GPIO18, GPIO18, U1RXD, ADC2_CH7, DAC_2, CLK_OUT3, RGB LED 165 12 8 I/O/T RTC_GPIO8, GPIO8, TOUCH8, ADC1_CH7 166 13 3 I/O/T RTC_GPIO3, GPIO3, TOUCH3, ADC1_CH2 [all …]
|
/hal_espressif-3.6.0/docs/en/hw-reference/esp32s3/ |
D | user-guide-devkitc-1.rst | 172 4 4 I/O/T RTC_GPIO4, GPIO4, TOUCH4, ADC1_CH3 173 5 5 I/O/T RTC_GPIO5, GPIO5, TOUCH5, ADC1_CH4 174 6 6 I/O/T RTC_GPIO6, GPIO6, TOUCH6, ADC1_CH5 175 7 7 I/O/T RTC_GPIO7, GPIO7, TOUCH7, ADC1_CH6 176 8 15 I/O/T RTC_GPIO15, GPIO15, U0RTS, ADC2_CH4, XTAL_32K_P 177 9 16 I/O/T RTC_GPIO16, GPIO16, U0CTS, ADC2_CH5, XTAL_32K_N 178 10 17 I/O/T RTC_GPIO17, GPIO17, U1TXD, ADC2_CH6 179 11 18 I/O/T RTC_GPIO18, GPIO18, U1RXD, ADC2_CH7, CLK_OUT3 180 12 8 I/O/T RTC_GPIO8, GPIO8, TOUCH8, ADC1_CH7, SUBSPICS1 181 13 3 I/O/T RTC_GPIO3, GPIO3, TOUCH3, ADC1_CH2 [all …]
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/ |
D | sha256-kdf.c | 36 u8 T[SHA256_MAC_LEN]; in hmac_sha256_kdf() local 42 addr[0] = T; in hmac_sha256_kdf() 56 if (hmac_sha256_vector(secret, secret_len, 3, &addr[1], &len[1], T) < 0) in hmac_sha256_kdf() 64 os_memcpy(out + pos, T, clen); in hmac_sha256_kdf() 72 forced_memzero(T, SHA256_MAC_LEN); in hmac_sha256_kdf() 77 if (hmac_sha256_vector(secret, secret_len, 4, addr, len, T) < 0) in hmac_sha256_kdf() 80 forced_memzero(T, SHA256_MAC_LEN); in hmac_sha256_kdf() 85 forced_memzero(T, SHA256_MAC_LEN); in hmac_sha256_kdf()
|
/hal_espressif-3.6.0/docs/zh_CN/hw-reference/esp32c3/ |
D | user-guide-devkitc-02.rst | 153 6 4 I/O/T GPIO4, ADC1_CH4, FSPIHD, MTMS 154 7 5 I/O/T GPIO5, ADC2_CH0, FSPIWP, MTDI 155 8 6 I/O/T GPIO6, FSPICLK, MTCK 156 9 7 I/O/T GPIO7, FSPID, MTDO 158 11 8 I/O/T GPIO8 [2]_, RGB LED 159 12 9 I/O/T GPIO9 [2]_ 171 2 0 I/O/T GPIO0, ADC1_CH0, XTAL_32K_P 172 3 1 I/O/T GPIO1, ADC1_CH1, XTAL_32K_N 173 4 2 I/O/T GPIO2 [2]_, ADC1_CH2, FSPIQ 174 5 3 I/O/T GPIO3, ADC1_CH3 [all …]
|
D | user-guide-devkitm-1.rst | 152 4 IO2 I/O/T GPIO2 [2]_ , ADC1_CH2, FSPIQ 153 5 IO3 I/O/T GPIO3, ADC1_CH3 157 9 IO1 I/O/T GPIO1, ADC1_CH1, XTAL_32K_N 158 11 IO10 I/O/T GPIO10, FSPICS0 171 2 TX I/O/T GPIO21, U0TXD 172 3 RX I/O/T GPIO20, U0RXD 174 5 IO9 I/O/T GPIO9 [2]_ 175 6 IO8 I/O/T GPIO8 [2]_, RGB LED 177 8 IO7 I/O/T GPIO7, FSPID, MTDO 178 9 IO6 I/O/T GPIO6, FSPICLK, MTCK [all …]
|
/hal_espressif-3.6.0/components/espcoredump/test/esp32s2/ |
D | coredump.b64 | 25 AgAAAAw1/D8ANfw/AAAAAJTo+T8AAAAABQAAAK3///8gAAAA9DX8P7fr+T+AAAAA 93 LOj5P5To+T/86Pk/AAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAgKQBQAAAAAAAAAAA 100 rf///yAAAAD0Nfw/t+v5P4AAAAABAAAAAAAAABkAAAAdAAAABQAAALfr+T+AAAAA 101 KT8CQAz9+z8o6vk/AAAAALfr+T+AAAAAAQAAAAAAAAAAWAiA8DT8PwEAAACU6Pk/ 109 LOj5P5To+T/86Pk/AAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAgKQBQAAAAAAAAAAA 123 LOj5P5To+T/86Pk/AAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAgKQBQAAAAAAAAAAA 137 LOj5P5To+T/86Pk/AAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAgKQBQAAAAAAAAAAA 151 LOj5P5To+T/86Pk/AAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAgKQBQAAAAAAAAAAA 159 mGoCQNzE+T+lpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaUWiAKA4Pz5P8jZ+z8AAAAA
|
/hal_espressif-3.6.0/tools/catch/ |
D | catch.hpp | 313 # define CATCH_AUTO_PTR( T ) std::unique_ptr<T> argument 315 # define CATCH_AUTO_PTR( T ) std::auto_ptr<T> argument 425 template<typename T> 426 T const& operator + ( T const& value, StreamEndStop ) { in operator +() 498 template<typename T> 502 Ptr( T* p ) : m_p( p ){ in Ptr() 519 Ptr& operator = ( T* p ){ in operator =() 530 T* get() const{ return m_p; } in get() 531 T& operator*() const { return *m_p; } in operator *() 532 T* operator->() const { return m_p; } in operator ->() [all …]
|
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/ |
D | queue_unique_ptr.hpp | 24 template <class T> 31 void send(std::unique_ptr<T> t) in send() 38 std::unique_ptr<T> receive(uint32_t ms) in receive() 46 std::unique_ptr<T> val = std::move(q.front()); in receive() 52 std::queue<std::unique_ptr<T>> q;
|
/hal_espressif-3.6.0/docs/en/hw-reference/esp32c3/ |
D | user-guide-devkitm-1.rst | 154 4 IO2 I/O/T GPIO2 [2]_, ADC1_CH2, FSPIQ 155 5 IO3 I/O/T GPIO3, ADC1_CH3 159 9 IO0 I/O/T GPIO0, ADC1_CH0, XTAL_32K_P 160 10 IO1 I/O/T GPIO1, ADC1_CH1, XTAL_32K_N 161 11 IO10 I/O/T GPIO10, FSPICS0 174 2 TX I/O/T GPIO21, U0TXD 175 3 RX I/O/T GPIO20, U0RXD 177 5 IO9 I/O/T GPIO9 [2]_ 178 6 IO8 I/O/T GPIO8 [2]_, RGB LED 180 8 IO7 I/O/T GPIO7, FSPID, MTDO [all …]
|
D | user-guide-devkitc-02.rst | 155 6 4 I/O/T GPIO4, ADC1_CH4, FSPIHD, MTMS 156 7 5 I/O/T GPIO5, ADC2_CH0, FSPIWP, MTDI 157 8 6 I/O/T GPIO6, FSPICLK, MTCK 158 9 7 I/O/T GPIO7, FSPID, MTDO 160 11 8 I/O/T GPIO8 [2]_, RGB LED 161 12 9 I/O/T GPIO9 [2]_ 173 2 0 I/O/T GPIO0, ADC1_CH0, XTAL_32K_P 174 3 1 I/O/T GPIO1, ADC1_CH1, XTAL_32K_N 175 4 2 I/O/T GPIO2 [2]_, ADC1_CH2, FSPIQ 176 5 3 I/O/T GPIO3, ADC1_CH3 [all …]
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | unit-tests.rst | 169 * ``idf.py -T all build`` - 编译单元测试程序,测试每个组件 ``test`` 子目录下的用例。 170 * ``idf.py -T "xxx yyy" build`` - 编译单元测试程序,测试指定的组件。(如 ``idf.py -T heap build`` - 仅对 ``heap`` 组件目录下的… 171 * ``idf.py -T all -E "xxx yyy" build`` - 编译单元测试程序,测试除指定组件之外的所有组件。(例如 ``idf.py -T all -E "ulp mbedtl… 175 …编译多个组件的单元测试程序:``idf.py -T xxx -T yyy build`` 或者在 PowerShell 中使用 ``idf.py -T \`"xxx yyy\`" build``,… 179 您还可以运行 ``idf.py -T all flash`` 或者 ``idf.py -T xxx flash`` 来编译并烧写,所有需要的文件都会在烧写之前自动重新编译。
|
/hal_espressif-3.6.0/examples/wifi/smart_config/ |
D | README.md | 43 I (234592) smartconfig: T|PHONE MAC:68:3e:34:88:59:bf 44 I (234592) smartconfig: T|AP MAC:a4:56:02:47:30:07 46 I (239922) smartconfig: T|pswd: 123456789 47 I (239922) smartconfig: T|ssid: IOT_DEMO_TEST 48 I (239922) smartconfig: T|bssid: a4:56:02:47:30:07
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ccm_mode.c | 64 static void ccm_cbc_mac(uint8_t *T, const uint8_t *data, unsigned int dlen, in ccm_cbc_mac() argument 71 T[0] ^= (uint8_t)(dlen >> 8); in ccm_cbc_mac() 72 T[1] ^= (uint8_t)(dlen); in ccm_cbc_mac() 79 T[i++ % (Nb * Nk)] ^= *data++; in ccm_cbc_mac() 81 (void) tc_aes_encrypt(T, T, sched); in ccm_cbc_mac()
|
/hal_espressif-3.6.0/components/cxx/test/ |
D | test_cxx.cpp | 309 template<typename T> __attribute__((unused)) static void test_binary_operators() in test_binary_operators() 311 T flag1 = (T)0; in test_binary_operators() 312 T flag2 = (T)0; in test_binary_operators()
|
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/include/ |
D | esp_event_cxx.hpp | 311 template<typename T> 313 T &event_data, 448 template<typename T> 450 T &event_data, in post_event_data()
|
/hal_espressif-3.6.0/components/cxx/ |
D | cxx_exception_stubs.cpp | 30 template<typename T> 31 static T abort_return() in abort_return() 34 return static_cast<T>(0); in abort_return()
|