Home
last modified time | relevance | path

Searched refs:tr (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-3.7.0/arch/x86/include/intel64/
Dkernel_arch_data.h23 uint16_t tr; /* selector for task register */ member
68 .tr = (0x40 + (16 * n)), \
/Zephyr-Core-3.7.0/scripts/tests/twister/
Dtest_runner.py2411 tr = TwisterRunner(instances, suites, env=env_mock)
2412 tr.options.retry_failed = 2
2413 tr.options.retry_interval = 10
2414 tr.options.retry_build_errors = True
2415 tr.options.jobs = None
2416 tr.options.build_only = None
2418 setattr(tr.options, k, v)
2419 tr.update_counting_before_pipeline = mock.Mock()
2420 tr.execute = mock.Mock()
2421 tr.show_brief = mock.Mock()
[all …]
/Zephyr-Core-3.7.0/doc/_doxygen/
Ddoxygen-awesome.css381 #titlearea table tbody tr {
1565 table.mlabels > tbody > tr:first-child {
1663 table.doxtable tr th:first-child {
1671 table.doxtable tr th:last-child {
1703 table.markdownTable tr:first-child td,
1704 table.markdownTable tr:first-child th,
1705 table.fieldtable tr:first-child td,
1706 table.fieldtable tr:first-child th,
1707 table.doxtable tr:first-child td,
1708 table.doxtable tr:first-child th {
[all …]
/Zephyr-Core-3.7.0/samples/net/sockets/dumb_http_server/src/
Dresponse_big.html.bin25 <tr><td>
37 </td></tr>
/Zephyr-Core-3.7.0/samples/net/sockets/dumb_http_server_mt/src/
Dresponse_big.html.bin25 <tr><td>
37 </td></tr>
Dresponse_100k.html.bin25 <tr><td>
37 </td></tr>
/Zephyr-Core-3.7.0/arch/x86/core/offsets/
Dintel64_offsets.c49 GEN_OFFSET_SYM(x86_cpuboot_t, tr);
/Zephyr-Core-3.7.0/tests/bsim/
Dsh_common.source69 echo $(_guess_test_relpath) | tr / _
Dcompile.source40 local exe_basename=$(echo ${exe_basename} | tr \"/\\.\; _ )
/Zephyr-Core-3.7.0/drivers/dai/intel/ssp/
Dssp.c1911 struct ssp_intel_tr_ctl *tr; in dai_ssp_parse_tlv() local
1936 tr = (struct ssp_intel_tr_ctl *)&aux_tlv->val; in dai_ssp_parse_tlv()
1938 tr->sampling_frequency, tr->bit_depth, tr->channel_map); in dai_ssp_parse_tlv()
1940 tr->channel_config, tr->interleaving_style, tr->format); in dai_ssp_parse_tlv()
/Zephyr-Core-3.7.0/samples/subsys/llext/shell_loader/
DREADME.rst131 $ xxd -p hello_world.elf | tr -d '\n'
/Zephyr-Core-3.7.0/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb3207 " .dataframe tbody tr th:only-of-type {\n",
3211 " .dataframe tbody tr th {\n",
3221 " <tr style=\"text-align: right;\">\n",
3224 " </tr>\n",
3225 " <tr>\n",
3228 " </tr>\n",
3231 " <tr>\n",
3234 " </tr>\n",
3235 " <tr>\n",
3238 " </tr>\n",
[all …]
/Zephyr-Core-3.7.0/doc/_static/css/
Dcustom.css201 .wy-table-striped tr:nth-child(2n-1) td,
202 .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td {