Searched refs:Counter (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-3.6.0/examples/system/gcov/ |
D | README.md | 69 blink_dummy_func: Counter = 0 70 some_dummy_func: Counter = 0 73 blink_dummy_func: Counter = 1 74 some_dummy_func: Counter = 2 84 blink_dummy_func: Counter = 2 85 some_dummy_func: Counter = 4 86 blink_dummy_func: Counter = 3 87 some_dummy_func: Counter = 6 88 blink_dummy_func: Counter = 4 89 some_dummy_func: Counter = 8 [all …]
|
/hal_espressif-3.6.0/examples/peripherals/timer_group/ |
D | README.md | 25 Counter: 0x0000000000000008 28 Counter: 0x0000000000004ed8 33 Counter: 0x00000000017d7848 36 Counter: 0x00000000017dcb32 41 Counter: 0x0000000000000008 44 Counter: 0x0000000000004dd4
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | pcnt.rst | 1 Pulse Counter (PCNT) 10 The PCNT (Pulse Counter) module is designed to count the number of rising and/or falling edges of a… 45 Operating the Counter
|
D | twai.rst | 58 …nternal error counters known as the **Transmit Error Counter (TEC)** and the **Receive Error Count… 304 - Transmit Error Counter >= 256 325 …state is automatically entered when the TWAI controller's Transmit Error Counter becomes greater t…
|
D | timer.rst | 41 …- **Counter Enable**: If the counter is enabled, it will start incrementing / decrementing immedia…
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/ap/ |
D | wpa_auth.c | 256 group->Counter, WPA_NONCE_LEN) < 0) in wpa_group_init_gmk_and_counter() 259 group->Counter, WPA_NONCE_LEN); in wpa_group_init_gmk_and_counter() 1080 sm->group->Counter + WPA_NONCE_LEN - 16, 16); in __wpa_send_eapol() 1081 inc_byte_array(sm->group->Counter, WPA_NONCE_LEN); in __wpa_send_eapol() 2097 memcpy(group->GNonce, group->Counter, WPA_NONCE_LEN); in wpa_gtk_update() 2098 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update() 2109 memcpy(group->GNonce, group->Counter, WPA_NONCE_LEN); in wpa_gtk_update() 2110 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update()
|
D | wpa_auth_i.h | 136 u8 Counter[WPA_NONCE_LEN]; member
|
/hal_espressif-3.6.0/tools/ |
D | idf.py | 26 from collections import Counter, OrderedDict 537 [item for item, count in Counter(task.name for task in tasks).items() if count > 1])
|
/hal_espressif-3.6.0/components/mbedtls/ |
D | Kconfig | 752 bool "CCM (Counter with CBC-MAC) block cipher modes" 756 Enable Counter with CBC-MAC (CCM) modes for AES and/or Camellia ciphers. 761 bool "GCM (Galois/Counter) block cipher modes" 765 Enable Galois/Counter Mode for AES and/or Camellia ciphers.
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | fatal-errors.rst | 170 …The backtrace line contains PC:SP pairs, where PC is the Program Counter and SP is Stack Pointer, … 172 If :doc:`IDF Monitor <tools/idf-monitor>` is used, Program Counter values will be converted to code… 242 …These ``PC:SP`` pairs represent the PC (Program Counter) and SP (Stack Pointer) for each stack fra… 316 … a function pointer, which does not point to valid code. ``PC`` (Program Counter) register can be …
|
D | wifi.rst | 1419 …rts 802.1X/EAP (WPA) method of AKM and Advanced encryption standard with Counter Mode Cipher Block…
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | fatal-errors.rst | 235 这些 ``PC:SP`` 对代表当前任务每一个栈帧的程序计数器值(Program Counter)和栈顶地址(Stack Pointer)。
|