Searched full:simple (Results 1 – 25 of 630) sorted by relevance
12345678910>>...26
/Zephyr-Core-3.5.0/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-Core-3.5.0/dts/bindings/spi/ |
D | opencores,spi-simple.yaml | 4 description: OpenCores Simple SPI controller 6 compatible: "opencores,spi-simple"
|
/Zephyr-Core-3.5.0/samples/modules/nanopb/ |
D | sample.yaml | 2 description: Nanopb sample, with a simple proto buffer 3 name: Simple nanopb
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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
|
D | sample.yaml | 14 sample.subsys.sensing.simple:
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/sensor/sx9500/ |
D | README.txt | 5 A simple example using the sx9500 SAR proximity sensor.
|
/Zephyr-Core-3.5.0/samples/drivers/i2s/echo/ |
D | README.rst | 10 This sample demonstrates how to use an I2S driver in a simple processing of 13 a simple echo effect.
|
/Zephyr-Core-3.5.0/samples/net/sockets/coap_server/ |
D | README.rst | 10 This sample is a simple CoAP server showing how to expose a simple resource.
|
/Zephyr-Core-3.5.0/tests/net/lib/coap/ |
D | testcase.yaml | 4 net.coap.simple:
|
/Zephyr-Core-3.5.0/tests/subsys/llext/ |
D | testcase.yaml | 4 llext.simple.arm:
|
/Zephyr-Core-3.5.0/drivers/watchdog/ |
D | Kconfig.nxp_fs26 | 50 Seed to pass to the device. This property can be used with both simple 51 and challenger watchdog configurations. In simple watchdog
|
/Zephyr-Core-3.5.0/samples/kernel/condition_variables/simple/ |
D | sample.yaml | 2 sample.kernel.cond_var.simple:
|
/Zephyr-Core-3.5.0/samples/subsys/logging/ble_backend/ |
D | sample.yaml | 2 description: A simple application that demonstrates the use of the logging ble backend.
|
/Zephyr-Core-3.5.0/tests/net/tcp/ |
D | testcase.yaml | 7 net.tcp.simple:
|
/Zephyr-Core-3.5.0/tests/application_development/code_relocation/ |
D | README.rst | 8 A simple example that demonstrates how relocation of code, data or bss sections
|
/Zephyr-Core-3.5.0/dts/arm/st/h5/ |
D | stm32h573.dtsi | 11 compatible = "st,stm32h573", "st,stm32h5", "simple-bus";
|
D | stm32h503.dtsi | 11 compatible = "st,stm32h503", "st,stm32h5", "simple-bus";
|
/Zephyr-Core-3.5.0/dts/arm/st/u5/ |
D | stm32u5a5.dtsi | 11 compatible = "st,stm32u5a5", "st,stm32u5", "simple-bus";
|
/Zephyr-Core-3.5.0/dts/arm/st/l4/ |
D | stm32l4q5.dtsi | 11 compatible = "st,stm32l4q5", "st,stm32l4", "simple-bus";
|
D | stm32l4s5.dtsi | 11 compatible = "st,stm32l4s5", "st,stm32l4", "simple-bus";
|
/Zephyr-Core-3.5.0/dts/arm/st/wl/ |
D | stm32wl55.dtsi | 11 compatible = "st,stm32wl55", "st,stm32wl", "simple-bus";
|
12345678910>>...26