Home
last modified time | relevance | path

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

/Zephyr-latest/soc/silabs/silabs_siwx91x/
Dsiwx91x_isp_prepare.py66 ctrl_spi_32bitmode: bool = False,
67 ctrl_release_ta_softreset: bool = False,
68 ctrl_start_from_rom_pc: bool = False,
69 ctrl_spi_8bitmode: bool = False,
70 ctrl_last_entry: bool = True,
/Zephyr-latest/scripts/
Dgithub_helpers.py26 def get_github_credentials(ask: bool = True) -> Dict[str, str]:
76 def get_github_object(ask: bool = True) -> github.Github:
Dsnippets.py51 def process_data(self, pathobj: Path, snippet_data: dict, sysbuild: bool):
263 def process_snippets_in(root_dir: Path, snippets: Snippets, sysbuild: bool) -> None:
/Zephyr-latest/scripts/west_commands/runners/
Dminichlink.py19 erase: bool,
20 reset: bool,
21 dt_flash: bool,
22 terminal: bool,
Dstm32cubeprogrammer.py43 use_elf: bool,
44 erase: bool,
Dnxp_s32dbg.py45 start_all_cores: bool,
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxyrunner.py135 silent: bool,
136 fmt: bool = False,
242 def process_doxygen_output(line: str, silent: bool) -> None:
268 def run_doxygen(doxygen: str, doxyfile: str, silent: bool = False) -> None:
/Zephyr-latest/lib/libc/minimal/include/
Dstdbool.h13 #define bool _Bool macro
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py173 raw: Any = None, require_compatible: bool = True,
174 require_description: bool = True):
365 def _check(self, require_compatible: bool, require_description: bool):
1020 support_fixed_partitions_on_any_bus: bool = True,
1408 def _bus_node(self, support_fixed_partitions_on_any_bus: bool = True
1433 self, default_prop_types: bool = False, err_on_deprecated: bool = False
1444 def _init_props(self, default_prop_types: bool = False,
1445 err_on_deprecated: bool = False) -> None:
1470 err_on_deprecated: bool) -> None:
1511 err_on_deprecated: bool,
[all …]
Ddtlib.py765 force: bool = False):
2044 signed: bool = False) -> int:
2064 def to_nums(data: bytes, length: int = 4, signed: bool = False) -> list[int]:
/Zephyr-latest/scripts/utils/
Dpinctrl_nrf_migrate.py111 needs_sleep: bool,
303 def fmt_states(device: str, indent: str, needs_sleep: bool) -> str:
635 def main(input_file: Path, no_backup: bool, skip_nrf_check: bool, header: str) -> None:
/Zephyr-latest/samples/subsys/zbus/remote_mock/
Dremote_mock.py33 def pub_start_measurement(ser, action: bool):
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dconftest.py37 def __init__(self, name: str, shell: Shell, registered: bool = False, bootstrap: bool = False):
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Ddevice_adapter.py137 def readline(self, timeout: float | None = None, print_output: bool = True) -> str:
158 print_output: bool = True,
197 def readlines(self, print_output: bool = True) -> list[str]:
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestsuite.py43 has_registered_test_suites: bool = False,
44 has_run_registered_test_suites: bool = False,
45 has_test_main: bool = False,
Dhandlers.py74 generator_cmd: str | None = None, suite_name_check: bool = True):
188 suite_name_check: bool = True
396 suite_name_check: bool = True,
867 suite_name_check: bool = True,
1169 suite_name_check: bool = True,
Dtestinstance.py396 from_buildlog: bool = False,
397 generate_warning: bool = True
Dsize_calc.py103 generate_warning: bool = True):
Drunner.py1801 def calc_size(instance: TestInstance, from_buildlog: bool):
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dshell.py54 self, command: str, timeout: float | None = None, print_output: bool = True
/Zephyr-latest/tests/drivers/can/host/pytest/
Dcan_shell.py111 def _add_filter(self, can_id: int, can_mask: int, extended: bool) -> None:
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_edtlib_binding_init.py128 expect_req: bool = False,