Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/common/hci_log/
Dbt_hci_log.c26 bool overflow; member
154 p_hci_log_ctl->overflow = true; in bt_hci_log_record_hex()
166 p_hci_log_ctl->overflow = true; in bt_hci_log_record_hex()
175 p_hci_log_ctl->overflow = true; in bt_hci_log_record_hex()
197 p_hci_log_ctl->overflow = true; in bt_hci_log_record_string()
239 p_hci_log_ctl->overflow = true; in bt_hci_log_record_data()
257 p_hci_log_ctl->overflow = true; in bt_hci_log_record_data()
285 if (p_hci_log_ctl->overflow) { in bt_hci_log_data_show()
304 p_hci_log_ctl->overflow = false; in bt_hci_log_data_show()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_timer_struct.h68 uint32_t overflow : 1; member
77 uint32_t overflow : 1; member
95 volatile lp_timer_overflow_reg_t overflow; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dlp_timer_struct.h68 uint32_t overflow : 1; member
77 uint32_t overflow : 1; member
95 volatile lp_timer_overflow_reg_t overflow; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_cmac.c97 UINT8 i, overflow = 0 , next_overflow = 0; in leftshift_onebit() local
102 output[i] = (input[i] << 1) | overflow; in leftshift_onebit()
103 overflow = next_overflow; in leftshift_onebit()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dlp_timer_ll.h57 dev->int_clr.overflow = 1; in lp_timer_ll_clear_overflow_intr_status()
/hal_espressif-latest/components/wpa_supplicant/port/
Deloop.c108 goto overflow; in eloop_register_timeout_debug()
116 goto overflow; in eloop_register_timeout_debug()
154 overflow: in eloop_register_timeout_debug()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dlp_timer_ll.h58 dev->int_clr.overflow = 1; in lp_timer_ll_clear_overflow_intr_status()
/hal_espressif-latest/components/esp_rom/
DCMakeLists.txt78 …target_compile_options(${COMPONENT_LIB} PRIVATE -Wimplicit-fallthrough=0 -Wno-shift-count-overflow)
81 … target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-integer-overflow -Wno-shift-count-overflow)
/hal_espressif-latest/components/esp_timer/
DKconfig28 APIs. If you are seing stack overflow errors in timer task, increase
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst124 * The number of bits_hashed in the state is not checked for overflow. Note