Home
last modified time | relevance | path

Searched refs:choices (Results 1 – 25 of 44) sorted by relevance

12

/Zephyr-latest/soc/microchip/mec/common/spigen/
Dmec_spi_gen.py245 choices = ["mec15xx", "mec172x"],
271 choices = [12, 16, 24, 48],
277 choices = ["normal", "fast", "dual", "quad"],
283 choices = [0, 1, 2, 3, 4, 5, 6, 7],
289 choices = ["1x", "2x", "4x", "6x"],
295 choices = ["slow", "fast"],
/Zephyr-latest/soc/realtek/ec/common/rts5912_imgtool/
Dimg_gen.py65 choices=[FREQ_50M, FREQ_25M, FREQ_12P5M, FREQ_6P25M],
75 choices=[NORMAL_read, DUAL_read, QUAD_read],
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dplugin.py54 choices=('native', 'qemu', 'hardware', 'unit', 'custom'),
122 choices=('function', 'class', 'module', 'package', 'session'),
/Zephyr-latest/scripts/west_commands/
Dcompletion.py65 parser.add_argument('shell', nargs=1, choices=['bash', 'zsh', 'fish'],
Dbindesc.py119 dump_parser.add_argument('--file-type', type=str, choices=self.EXTENSIONS, help='File type')
127 … search_parser.add_argument('--file-type', type=str, choices=self.EXTENSIONS, help='File type')
134 custom_search_parser.add_argument('type', type=str, choices=['UINT', 'STR', 'BYTES'],
138 custom_search_parser.add_argument('--file-type', type=str, choices=self.EXTENSIONS,
149 get_offset_parser.add_argument('--file-type', type=str, choices=self.EXTENSIONS,
Dblobs.py66 choices=['list', 'fetch', 'clean'],
Dsign.py115 group.add_argument('-t', '--tool', choices=['imgtool', 'rimage'],
/Zephyr-latest/scripts/west_commands/runners/
Dstm32flash.py53 choices=['erase', 'info', 'start', 'write'],
57 choices=['1200', '1800', '2400', '4800', '9600', '19200',
Dtrace32.py55 choices=('auto', 'arm', 'riscv', 'xtensa'),
Dstm32cubeprogrammer.py166 choices=["sw", "hw", "core"],
Dnrf_common.py118 choices=['NRF51', 'NRF52', 'NRF53', 'NRF54L',
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Denvironment.py188 "--simulation", dest="sim_name", choices=SUPPORTED_SIMS,
382 coverage_group.add_argument("--coverage-tool", choices=['lcov', 'gcovr'], default='gcovr',
448 "--filter", choices=['buildable', 'runnable'],
473 choices=['all', 'ROM', 'RAM'],
575 "-M", "--runtime-artifact-cleanup", choices=['pass', 'all'],
804 choices=['NOTSET', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'],
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/
DREADME.rst16 connection can also be added, depending on configuration choices.
/Zephyr-latest/scripts/utils/
Dconvert_guidelines.py135 "-f", "--format", metavar="FORMAT", choices=supported_formats, required=True,
/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py391 choices = list()
394 choices.append(kconfiglib.expr_str(sym, sc_fmt))
429 "choices": choices,
/Zephyr-latest/drivers/dai/intel/dmic/
DKconfig.dmic31 configuration choices.
/Zephyr-latest/scripts/footprint/
Dpack_as_twister.py112 choices=['application/suite_name', 'suite_name', 'application', 'name.feature'],
/Zephyr-latest/arch/xtensa/core/
DCMakeLists.txt76 # Generates a list of device-specific scratch register choices
DREADME_MMU.txt7 describe Zephyr's specific implementation choices.
30 Kernel/User exceptions as desired to enforce permissions choices on
/Zephyr-latest/scripts/build/
Dgen_cfb_font_header.py223 "-t", "--type", default="auto", choices=["auto", "font", "image"],
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst60 The kernel can be built with one of several choices for the ready queue
61 implementation, offering different choices between code size, constant factor
104 shares the same backend data structure choices as the scheduler, and can use
/Zephyr-latest/scripts/ci/
Dtwister_report_analyzer.py72 choices=['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'],
/Zephyr-latest/doc/build/kconfig/
Dtips.rst508 ``int``, and ``hex`` symbols (and for choices).
696 If a sequence of symbols/choices share a common dependency, the dependency can
752 If a sequence of symbols/choices with shared dependencies are all in the same
942 Optional choices
/Zephyr-latest/doc/introduction/
Dindex.rst77 Zephyr provides a comprehensive set of thread scheduling choices:
/Zephyr-latest/doc/develop/west/
Dtroubleshooting.rst146 To fix this, you have two choices:

12