Home
last modified time | relevance | path

Searched defs:int (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-latest/tools/esptool_py/esptool/
Duf2_writer.py27 chip_id: int,
29 chunk_size: int,
47 def __exit__(self, exc_type: str, exc_val: int, exc_tb: List) -> None:
52 def _to_uint32(num: int) -> bytes:
56 self, addr: int, chunk: bytes, len_chunk: int, block_no: int, blocks: int
85 def add_file(self, addr: int, image: bytes) -> None:
D__init__.py1134 initial_baud: int,
1136 max_retries: int,
Dbin_image.py46 def intel_hex_to_bin(file: IO[bytes], start_addr: Optional[int] = None) -> IO[bytes]:
/hal_espressif-latest/tools/ci/
Dcheck_callgraph.py34 def __init__(self, name: str, addr: int, size: int) -> None:
42 def contains_address(self, addr: int) -> bool:
63 …def __init__(self, name: str, addr: int, local: bool, filename: Optional[str], section: Optional[s…
160 def section_for_addr(self, sym_addr: int) -> Optional[str]:
/hal_espressif-latest/components/esp_coex/src/
Dcoexist_debug.c28 __attribute__((weak)) void wifi_set_gpio_debug_cb(void (* cb)(int, coex_gpio_debug_sig_t)) in wifi_set_gpio_debug_cb()
38 __attribute__((weak)) void coex_set_gpio_debug_cb(void (*cb)(int, coex_gpio_debug_sig_t)) in coex_set_gpio_debug_cb()
/hal_espressif-latest/components/esp_system/
Dcheck_system_init_priorities.py26 def __init__(self, filename: str, func: str, affinity: str, priority: int) -> None:
/hal_espressif-latest/components/esp_hw_support/port/
Dregdma_link.c385 static void * regdma_link_recursive_impl(void *link, int entry, int depth, void (*hook)(void *, int… in regdma_link_recursive_impl() argument
398 void * regdma_link_recursive(void *link, int entry, void (*hook)(void *, int, int)) in regdma_link_recursive() argument
448 static void regdma_link_iterator(void *link, int entry, void (*hook)(void *, int, int)) in regdma_link_iterator() argument
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c561 static int coex_schm_register_cb_wrapper(int type, int(*cb)(int)) in coex_schm_register_cb_wrapper() argument
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c578 static int coex_schm_register_cb_wrapper(int type, int(*cb)(int)) in coex_schm_register_cb_wrapper() argument
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c566 static int coex_schm_register_cb_wrapper(int type, int(*cb)(int)) in coex_schm_register_cb_wrapper() argument
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c506 static int coex_schm_register_cb_wrapper(int type, int(*cb)(int)) in coex_schm_register_cb_wrapper() argument
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c512 static int coex_schm_register_cb_wrapper(int type, int(*cb)(int)) in coex_schm_register_cb_wrapper() argument
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c523 static int coex_schm_register_cb_wrapper(int type, int(*cb)(int)) in coex_schm_register_cb_wrapper() argument
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c694 static int coex_schm_register_cb_wrapper(int type, int(*cb)(int)) in coex_schm_register_cb_wrapper() argument
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c780 static int coex_schm_register_cb_wrapper(int type, int(*cb)(int)) in coex_schm_register_cb_wrapper() argument
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c779 static int coex_schm_register_cb_wrapper(int type, int(*cb)(int)) in coex_schm_register_cb_wrapper() argument
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c771 static int coex_schm_register_cb_wrapper(int type, int(*cb)(int)) in coex_schm_register_cb_wrapper() argument
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c697 static int coex_schm_register_cb_wrapper(int type, int(*cb)(int)) in coex_schm_register_cb_wrapper() argument
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c713 static int coex_schm_register_cb_wrapper(int type, int(*cb)(int)) in coex_schm_register_cb_wrapper() argument