Home
last modified time | relevance | path

Searched refs:td (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py75 with TemporaryDirectory() as td:
83 with open(Path(td) / "Kconfig.modules", "w") as f:
89 with open(Path(td) / "Kconfig.dts", "w") as f:
92 (Path(td) / 'soc').mkdir(exist_ok=True)
97 with open(Path(td) / "soc" / "Kconfig.defconfig", "w") as f:
100 with open(Path(td) / "soc" / "Kconfig.soc", "w") as f:
104 with open(Path(td) / "soc" / "Kconfig", "w") as f:
108 (Path(td) / 'arch').mkdir(exist_ok=True)
114 with open(Path(td) / "arch" / "Kconfig", "w") as f:
117 (Path(td) / 'boards').mkdir(exist_ok=True)
[all …]
/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/
Dstyle.css12 table, th, td { selector
17 th, td { selector
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
DREADME.md27 <td>
29 </td>
30 <td>
32 </td>
Dtrain_hello_world_model.ipynb32 " <td>\n",
34 " </td>\n",
35 " <td>\n",
37 " </td>\n",
3233 " <td>0.0102</td>\n",
3237 " <td>0.0102</td>\n",
3241 " <td>0.0108</td>\n",
3339 " <td>4096 bytes</td>\n",
3340 " <td></td>\n",
3344 " <td>2788 bytes</td>\n",
[all …]
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/src/
Dmain.c90 struct test_data *td = CONTAINER_OF(dwork, struct test_data, test_work); in work_handler() local
93 if (!td->async) { in work_handler()
94 rv = spi_transceive_dt(&spim, td->mtx_set, td->mrx_set); in work_handler()
96 k_sem_give(&td->sem); in work_handler()
99 rv = spi_transceive_signal(spim.bus, &spim.config, td->mtx_set, td->mrx_set, in work_handler()
113 k_sem_give(&td->sem); in work_handler()
/Zephyr-latest/doc/_extensions/zephyr/
Dexternal_content.py142 with tempfile.TemporaryDirectory() as td:
144 src_adjusted = Path(td) / src.name
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome.css937 td.memSeparator {
1561 td.mlabels-left {
1565 td.mlabels-right {
1681 table.markdownTable td,
1683 table.fieldtable td,
1685 table.doxtable td,
1691 table.markdownTable td:last-child,
1693 table.fieldtable td:last-child,
1695 table.doxtable td:last-child,
1700 table.markdownTable td:first-child,
[all …]
/Zephyr-latest/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-latest/samples/net/sockets/dumb_http_server/src/
Dresponse_big.html.bin25 <tr><td>
37 </td></tr>
/Zephyr-latest/include/zephyr/linker/
Dthread-local-storage.ld7 *(.tdata .tdata.* .gnu.linkonce.td.*);
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
DREADME.md35 <td>
37 </td>
38 <td>
40 </td>
Dtrain_magic_wand_model.ipynb44 " <td>\n",
46 " </td>\n",
47 " <td>\n",
49 " </td>\n",
/Zephyr-latest/cmake/linker_script/common/
Dthread-local-storage.cmake7 zephyr_linker_section_configure(SECTION .tdata INPUT ".gnu.linkonce.td.*")
/Zephyr-latest/doc/_extensions/zephyr/domain/static/css/
Dboard.css120 td,
127 td {
/Zephyr-latest/doc/_static/css/
Dcustom.css249 .wy-table-bordered-all td,
250 .rst-content table.docutils td,
260 .wy-table-odd td,
261 .wy-table-striped tr:nth-child(2n-1) td,
262 .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td {
268 .wy-table-responsive table td:not(:nth-child(1)),
274 .wy-table-responsive table.wrap-normal td,
280 .wy-table-responsive table td kbd {
286 .wy-table-responsive td p {