/Zephyr-latest/soc/silabs/silabs_siwx91x/ |
D | siwx91x_isp_prepare.py | 39 def calc_checksum(data: bytes | bytearray, size: int, prev_sum: int) -> int: 55 def set_bits(x: int, off: int, size: int, field: int) -> int: 64 ctrl_len: int = 0, 65 ctrl_reserved: int = 0, 71 dest_addr: int = 0, 85 def get_bootload_ds(offset: int, ivt_offset: int, fixed_pattern: int = 0x5AA5) -> bytes: 95 def get_fwupreq(flash_location: int, image_size: int) -> bytes:
|
/Zephyr-latest/scripts/build/ |
D | llext_slidlib.py | 29 def generate_slid(symbol_name: str, slid_size: int) -> int: 45 def format_slid(slid: int, slid_size: int) -> str:
|
D | gen_iter_sections.py | 19 def gen_ld(filepath: str, items: list, alignment: int): 25 def gen_cmake(filepath: str, items: list, alignment: int):
|
/Zephyr-latest/scripts/utils/ |
D | ntc_thermistor_table.py | 45 r25: float, beta: float, interval: int, temp_init: int, temp_final: int
|
D | gen_util_macros.py | 35 def gen_util_listify(limit:int):
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/ |
D | assert.cpp | 19 void __assert_func(const char *, int, const char *, const char *) in __assert_func() argument
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | assert.cpp | 19 void __assert_func(const char *, int, const char *, const char *) in __assert_func() argument
|
/Zephyr-latest/tests/drivers/can/host/pytest/ |
D | can_shell.py | 111 def _add_filter(self, can_id: int, can_mask: int, extended: bool) -> None: 134 def _remove_filter(self, filter_id: int) -> None:
|
/Zephyr-latest/scripts/ci/ |
D | twister_report_analyzer.py | 85 def print_counters(self, indent: int = 0): 99 def get_next_entry(self, depth: int = 0, max_depth: int = 10): 118 def get_most_common(self, n: int = 10): 326 def summary_with_most_common_errors(errors: Counters, limit: int = 15):
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | _private.py | 12 prop_name: str, size: int, size_hint: str,
|
/Zephyr-latest/tests/boot/with_mcumgr/pytest/ |
D | west_sign_wrapper.py | 21 timeout: int = 10
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | utils.py | 21 def log_command(logger: logging.Logger, msg: str, args: list, level: int = logging.DEBUG) -> None:
|
D | fifo_handler.py | 122 def read(self, __size: int = -1) -> bytes:
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.h | 343 virtual void getPassword(std::string & /* password */, int /* size */) in getPassword() argument 431 int /* size */) noexcept in verify() argument 445 int /* size */) noexcept in verify() argument
|
/Zephyr-latest/lib/libc/armstdc/src/ |
D | libc-hooks.c | 19 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install() argument
|
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/src/ |
D | main.cpp | 53 [&msg](const struct emul *, struct i2c_msg *msgs, int msg_count, int) { in ZTEST() argument 98 [&data](const struct emul *, struct i2c_msg *msgs, int msg_count, int) { in ZTEST() argument 131 [&msg](const struct emul *, struct i2c_msg *msgs, int msg_count, int) { in ZTEST() argument 249 [&msg](const struct emul *, struct i2c_msg *msgs, int msg_count, int) { in ZTEST() argument
|
/Zephyr-latest/lib/libc/iar/src/ |
D | libc-hooks.c | 19 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install() argument
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | link-roles.py | 65 lineno: int,
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 77 def set_verbose(verbose: int):
|
/Zephyr-latest/lib/libc/picolibc/ |
D | stdio.c | 44 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install() argument
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 838 def controller_and_data_macros(entry: edtlib.ControllerAndData, i: int, macro: str): 988 width: Optional[int] = None, 1010 width: Optional[int] = None,
|
/Zephyr-latest/lib/libc/arcmwdt/ |
D | libc-hooks.c | 37 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install() argument
|
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf_cxx.h | 112 static inline int z_cbprintf_cxx_is_word_num(int) in z_cbprintf_cxx_is_word_num() argument 117 static inline int z_cbprintf_cxx_is_word_num(unsigned int) in z_cbprintf_cxx_is_word_num() 163 static inline int z_cbprintf_cxx_is_none_char_ptr(int) in z_cbprintf_cxx_is_none_char_ptr() argument 168 static inline int z_cbprintf_cxx_is_none_char_ptr(unsigned int) in z_cbprintf_cxx_is_none_char_ptr()
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 53 def __init__(self, stream_id: int): 95 def config(self, buf_len: int): 133 def setup_buf(self, buf_len: int):
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | trace32.py | 34 timeout: int = 60) -> None:
|