Home
last modified time | relevance | path

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

/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py71 with TemporaryDirectory() as td:
79 with open(Path(td) / "Kconfig.modules", "w") as f:
85 with open(Path(td) / "Kconfig.dts", "w") as f:
88 (Path(td) / 'soc').mkdir(exist_ok=True)
93 with open(Path(td) / "soc" / "Kconfig.defconfig", "w") as f:
96 with open(Path(td) / "soc" / "Kconfig.soc", "w") as f:
100 with open(Path(td) / "soc" / "Kconfig", "w") as f:
104 (Path(td) / 'arch').mkdir(exist_ok=True)
110 with open(Path(td) / "arch" / "Kconfig", "w") as f:
113 (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/src/
Dresponse_big.html.bin25 <tr><td>
37 </td></tr>
/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/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/_static/css/
Dcustom.css248 .wy-table-bordered-all td,
249 .rst-content table.docutils td,
259 .wy-table-odd td,
260 .wy-table-striped tr:nth-child(2n-1) td,
261 .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td {
267 .wy-table-responsive table td:not(:nth-child(1)),
273 .wy-table-responsive table.wrap-normal td,
279 .wy-table-responsive table td kbd {
285 .wy-table-responsive td p {