Searched defs:bool (Results  1 – 22 of 22) sorted by relevance
| /Zephyr-latest/soc/silabs/silabs_siwx91x/ | 
| D | siwx91x_isp_prepare.py | 66     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/ | 
| D | github_helpers.py | 26 def get_github_credentials(ask: bool = True) -> Dict[str, str]: 76 def get_github_object(ask: bool = True) -> github.Github:
  | 
| D | snippets.py | 51     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/ | 
| D | minichlink.py | 19         erase: bool, 20         reset: bool, 21         dt_flash: bool, 22         terminal: bool,
  | 
| D | stm32cubeprogrammer.py | 43         use_elf: bool, 44         erase: bool,
  | 
| D | nxp_s32dbg.py | 45                  start_all_cores: bool,
  | 
| /Zephyr-latest/doc/_extensions/zephyr/ | 
| D | doxyrunner.py | 135     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/ | 
| D | stdbool.h | 13 #define bool   _Bool  macro
  | 
| /Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ | 
| D | edtlib.py | 173                  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 …] 
 | 
| D | dtlib.py | 765                  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/ | 
| D | pinctrl_nrf_migrate.py | 111         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/ | 
| D | remote_mock.py | 33 def pub_start_measurement(ser, action: bool):
  | 
| /Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ | 
| D | conftest.py | 37     def __init__(self, name: str, shell: Shell, registered: bool = False, bootstrap: bool = False):
  | 
| /Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ | 
| D | device_adapter.py | 137     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/ | 
| D | testsuite.py | 43                  has_registered_test_suites: bool = False, 44                  has_run_registered_test_suites: bool = False, 45                  has_test_main: bool = False,
  | 
| D | handlers.py | 74                  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,
  | 
| D | testinstance.py | 396         from_buildlog: bool = False, 397         generate_warning: bool = True
  | 
| D | size_calc.py | 103         generate_warning: bool = True):
  | 
| D | runner.py | 1801     def calc_size(instance: TestInstance, from_buildlog: bool):
  | 
| /Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ | 
| D | shell.py | 54         self, command: str, timeout: float | None = None, print_output: bool = True
  | 
| /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:
  | 
| /Zephyr-latest/scripts/dts/python-devicetree/tests/ | 
| D | test_edtlib_binding_init.py | 128     expect_req: bool = False,
  |