Searched refs:timeout_sec (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.4.0/components/espcoredump/corefile/ |
D | gdb.py | 27 …def __init__(self, gdb_path, gdb_cmds, core_filename, prog_filename, timeout_sec=DEFAULT_GDB_TIMEO… argument 42 self.timeout = timeout_sec 63 more_responses = self.p.get_gdb_response(timeout_sec=0, raise_error_on_timeout=False)
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btu/ |
D | btu_task.c | 413 void btu_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_sec) in btu_start_timer() argument 436 p_tle->ticks = timeout_sec; in btu_start_timer() 438 osi_alarm_set(alarm, (period_ms_t)(timeout_sec * 1000)); in btu_start_timer() 614 void btu_start_timer_oneshot(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_sec) in btu_start_timer_oneshot() argument 638 p_tle->ticks = timeout_sec; in btu_start_timer_oneshot() 639 osi_alarm_set(alarm, (period_ms_t)(timeout_sec * 1000)); in btu_start_timer_oneshot()
|
/hal_espressif-3.4.0/tools/test_apps/system/panic/test_panic_util/ |
D | test_panic_util.py | 152 return self.gdb.write(command, timeout_sec=10) 170 … resp = self.gdb.get_gdb_response(timeout_sec=10) # calls verify_valid_gdb_subprocess() internally
|
/hal_espressif-3.4.0/components/espcoredump/ |
D | espcoredump.py | 170 … gdb = EspGDB(gdb_tool, [rom_sym_cmd], core_elf_path, args.prog, timeout_sec=args.gdb_timeout_sec)
|