Searched full:simple (Results 1 – 25 of 833) sorted by relevance
12345678910>>...34
/Zephyr-latest/drivers/spi/ |
D | Kconfig.oc_simple | 1 # Simple SPI Driver configuration options 7 bool "OpenCores Simple SPI controller driver" 11 Enable the Simple SPI controller
|
/Zephyr-latest/tests/net/lib/http_server/crime/src/ |
D | index.html | 4 <title>My Simple Server</title> 7 <h1>Welcome to my simple server!</h1> 8 <p>This is a simple HTML file.</p>
|
/Zephyr-latest/tests/net/lib/http_server/tls/src/ |
D | index.html | 4 <title>My Simple Server</title> 7 <h1>Welcome to my simple server!</h1> 8 <p>This is a simple HTML file.</p>
|
/Zephyr-latest/dts/bindings/spi/ |
D | opencores,spi-simple.yaml | 4 description: OpenCores Simple SPI controller 6 compatible: "opencores,spi-simple"
|
/Zephyr-latest/samples/modules/nanopb/ |
D | sample.yaml | 2 description: Nanopb sample, with a simple proto buffer 3 name: Simple nanopb
|
D | Kconfig | 9 int "Simple message buffer size" 12 Configure the simple message buffer field's size.
|
/Zephyr-latest/drivers/mm/ |
D | mm_drv_common.h | 112 * @brief Simple implementation of sys_mm_drv_map_region() 114 * This provides a simple implementation for sys_mm_drv_map_region() 138 * @brief Simple implementation of sys_mm_drv_map_array() 140 * This provides a simple implementation for sys_mm_drv_map_array() 164 * @brief Simple implementation of sys_mm_drv_unmap_region() 166 * This provides a simple implementation for sys_mm_drv_unmap_region() 187 * @brief Simple implementation of sys_mm_drv_remap_region() 189 * This provides a simple implementation for sys_mm_drv_remap_region() 214 * @brief Simple implementation of sys_mm_drv_move_region() 216 * This provides a simple implementation for sys_mm_drv_move_region() [all …]
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | sntp.rst | 3 Simple Network Time Protocol Library 14 `IETF RFC4330 (Simple Network Time Protocol v4) <https://tools.ietf.org/html/rfc4330>`_.
|
/Zephyr-latest/samples/userspace/hello_world_user/ |
D | README.rst | 4 Print a simple "Hello World" from userspace. 8 A simple Hello World example that can be used with any supported board and
|
/Zephyr-latest/samples/subsys/sensing/simple/ |
D | README.rst | 10 A simple sample that shows how to use the sensors with sensing subsystem APIs. It defines 32 :zephyr-app: samples/subsys/sensing/simple
|
/Zephyr-latest/dts/riscv/nordic/ |
D | nrf9280_cpuppr.dtsi | 25 compatible = "simple-bus"; 32 compatible = "simple-bus";
|
D | nrf54h20_cpuflpr.dtsi | 27 compatible = "simple-bus"; 39 compatible = "simple-bus";
|
D | nrf54h20_cpuppr.dtsi | 27 compatible = "simple-bus"; 39 compatible = "simple-bus";
|
/Zephyr-latest/tests/bsim/babblekit/include/babblekit/ |
D | sync.h | 7 * simple use-case when there are only two devices in the simulation. 14 * This initializes a simple synchronization library based on bsim backchannels.
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf9280_cpuapp.dtsi | 25 compatible = "simple-bus"; 32 compatible = "simple-bus";
|
D | nrf54h20_cpuapp.dtsi | 27 compatible = "simple-bus"; 39 compatible = "simple-bus";
|
D | nrf54l20_enga_cpuapp.dtsi | 15 compatible = "simple-bus"; 27 compatible = "simple-bus";
|
/Zephyr-latest/samples/modules/nanopb/src/ |
D | main.c | 13 #include "src/simple.pb.h" 21 * Nanopb generates simple struct definitions for all the messages. in encode_message() 22 * - check out the contents of simple.pb.h! in encode_message()
|
D | simple.proto | 1 // A very simple protocol definition, consisting of only
|
/Zephyr-latest/samples/sensor/sx9500/ |
D | README.txt | 5 A simple example using the sx9500 SAR proximity sensor.
|
/Zephyr-latest/tests/net/lib/coap/ |
D | testcase.yaml | 2 net.coap.simple:
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 123 …content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dt, 124 …s]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-lis… 129 …ent dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl dt { 134 …t dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple).class dt, 135 …l[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple).function dt, 136 … dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple).method dt, 137 …class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple).attribute dt { 143 …dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple).class > dt, 144 …class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple).function > dt, 145 …l[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple).method > dt, [all …]
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-include/ |
D | simple_inherit.yaml | 5 include: simple.yaml
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig | 19 bool "Simple Boot method" 22 The Simple Boot is a booting method that doesn't need a 2nd stage bootloader.
|
/Zephyr-latest/samples/kernel/condition_variables/simple/ |
D | sample.yaml | 2 sample.kernel.cond_var.simple:
|
12345678910>>...34