Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/tools/esptool_py/esptool/
D__init__.py247 allow_keep: bool,
248 auto_detect: bool,
249 size_only: bool = False,
1137 trace: bool = False,
Duf2_writer.py30 md5_enabled: bool = True,
/hal_espressif-latest/tools/ci/
Dcheck_callgraph.py63 …def __init__(self, name: str, addr: int, local: bool, filename: Optional[str], section: Optional[s…
226 def find_symbol_by_name(name: str, elfinfo: ElfInfo, local_func_matcher: Callable[[Symbol], bool]) … argument
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modem.c439 …clk_cpu_freq_to_pll_mhz_and_do_retention(bool backup, int cpu_freq_mhz, void (*do_retention)(bool)) in rtc_clk_cpu_freq_to_pll_mhz_and_do_retention()
Dsleep_cpu.c705 …err_t IRAM_ATTR esp_sleep_cpu_retention(uint32_t (*goto_sleep)(uint32_t, uint32_t, uint32_t, bool), in esp_sleep_cpu_retention() argument