/Zephyr-latest/samples/subsys/profiling/perf/ |
D | README.rst | 1 .. zephyr:code-sample:: profiling-perf 27 .. code-block:: console 38 .. code-block:: console 44 .. code-block:: console 63 .. code-block:: shell
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | events.rst | 54 The following code defines an event object. 56 .. code-block:: c 65 The following code has the same effect as the code segment above. 67 .. code-block:: c 76 The following code builds on the example above, and sets the events tracked by 79 .. code-block:: c 95 The following code builds on the example above, and posts a set of events to 98 .. code-block:: c 116 The following code builds on the example above, and waits up to 50 milliseconds 120 .. code-block:: c [all …]
|
D | condvar.rst | 50 The following code defines a condition variable: 52 .. code-block:: c 61 The following code has the same effect as the code segment above. 63 .. code-block:: c 72 The following code waits on the condition variable. 75 .. code-block:: c 99 The following code builds on the example above. 101 .. code-block:: c
|
/Zephyr-latest/samples/net/dhcpv4_client/ |
D | README.rst | 1 .. zephyr:code-sample:: dhcpv4-client 34 .. code-block:: console 68 .. code-block:: console 84 .. code-block:: console 97 .. code-block:: console 112 .. code-block:: console 118 .. code-block:: console 126 .. code-block:: console 160 .. code-block:: console 176 .. code-block:: console [all …]
|
/Zephyr-latest/samples/net/sockets/coap_server/src/ |
D | query.c | 24 uint8_t code; in query_get() local 29 code = coap_header_get_code(request); in query_get() 40 LOG_INF("type: %u code %u id %u", type, code, id); in query_get() 81 "Type: %u\nCode: %u\nMID: %u\n", type, code, id); in query_get()
|
/Zephyr-latest/doc/develop/sca/ |
D | sparse.rst | 7 is a static code analysis tool. 8 Apart from performing common code analysis tasks it also supports an 10 spaces in C code with subsequent verification that pointers to different 24 .. code-block:: shell
|
/Zephyr-latest/samples/net/sockets/tcp/ |
D | README.rst | 1 .. zephyr:code-sample:: sockets-tcp-sample 18 .. code-block:: console 26 .. code-block:: console 35 .. code-block:: console
|
/Zephyr-latest/samples/subsys/portability/ |
D | portability.rst | 1 .. zephyr:code-sample-category:: portability 8 See also :zephyr:code-sample-category:`POSIX sample applications<posix>`.
|
/Zephyr-latest/samples/bluetooth/central_hr/ |
D | README.rst | 1 .. zephyr:code-sample:: ble_central_hr 10 Similar to the :zephyr:code-sample:`ble_central` sample, except that this 26 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/Zephyr-latest/samples/bluetooth/central_ht/ |
D | README.rst | 1 .. zephyr:code-sample:: ble_central_ht 10 Similar to the :zephyr:code-sample:`ble_central` sample, except that this 26 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/ |
D | README.rst | 1 .. zephyr:code-sample:: ble_peripheral_sc_only 10 Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this 27 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/Zephyr-latest/boards/xen/xenvm/doc/ |
D | index.rst | 98 guest, for example, with the :zephyr:code-sample:`synchronization` sample: 102 .. code-block:: 108 .. code-block:: 113 create guest configuration file :code:`zephyr.conf`. There is example: 115 .. code-block:: 127 You need to upload both :code:`zephyr.bin` and :code:`zephyr.conf` to your Dom0 130 .. code-block:: 136 .. code-block:: 142 .. code-block:: 148 .. code-block:: console [all …]
|
/Zephyr-latest/boards/st/stm32c0116_dk/ |
D | stm32c0116_dk.dts | 45 zephyr,code = <INPUT_KEY_0>; 56 zephyr,code = <INPUT_KEY_ENTER>; 61 zephyr,code = <INPUT_KEY_LEFT>; 66 zephyr,code = <INPUT_KEY_DOWN>; 71 zephyr,code = <INPUT_KEY_UP>; 76 zephyr,code = <INPUT_KEY_RIGHT>;
|
/Zephyr-latest/boards/others/promicro_nrf52840/doc/ |
D | index.rst | 65 #. Compile a Zephyr application; we'll use :zephyr:code-sample:`blinky`. 74 .. code-block:: console 95 .. code-block:: console 103 .. code-block:: console 107 .. code-block:: console 113 .. code-block:: console 120 .. code-block:: console 127 .. code-block:: console 133 .. code-block:: console
|
/Zephyr-latest/samples/net/gptp/ |
D | README.rst | 1 .. zephyr:code-sample:: gptp 15 The source code for this sample application can be found at: 57 .. code-block:: console 70 .. code-block:: console 74 After downloading the source code, compile it like this in Linux: 76 .. code-block:: console 90 .. code-block:: console 100 .. code-block:: console 121 .. code-block:: console 134 .. code-block:: console [all …]
|
/Zephyr-latest/boards/snps/emsdp/ |
D | board.dtsi | 63 zephyr,code = <INPUT_KEY_0>; 69 zephyr,code = <INPUT_KEY_1>; 75 zephyr,code = <INPUT_KEY_2>; 81 zephyr,code = <INPUT_KEY_3>;
|
/Zephyr-latest/boards/actinius/icarus/ |
D | Kconfig.defconfig | 11 # of the flash, or into the code-partition defined in DT if it is intended to 14 # be restricted to the size of its code partition. 16 # must be linked into the code-partition (non-secure) defined in DT, regardless. 21 DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
|
/Zephyr-latest/boards/norik/octopus_io_board/ |
D | Kconfig.defconfig | 7 # of the flash, or into the code-partition defined in DT if it is intended to 10 # be restricted to the size of its code partition. 12 # must be linked into the code-partition (non-secure) defined in DT, regardless. 17 DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
|
/Zephyr-latest/boards/norik/octopus_som/ |
D | Kconfig.defconfig | 7 # of the flash, or into the code-partition defined in DT if it is intended to 10 # be restricted to the size of its code partition. 12 # must be linked into the code-partition (non-secure) defined in DT, regardless. 17 DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
|
/Zephyr-latest/boards/actinius/icarus_bee/ |
D | Kconfig.defconfig | 11 # of the flash, or into the code-partition defined in DT if it is intended to 14 # be restricted to the size of its code partition. 16 # must be linked into the code-partition (non-secure) defined in DT, regardless. 21 DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
|
/Zephyr-latest/doc/build/snippets/ |
D | using.rst | 19 .. code-block:: console 25 .. code-block:: console 36 .. code-block:: console 47 .. code-block:: cmake
|
/Zephyr-latest/boards/nordic/nrf9131ek/ |
D | Kconfig.defconfig | 9 # of the flash, or into the code-partition defined in DT if it is intended to 12 # be restricted to the size of its code partition. 14 # must be linked into the code-partition (non-secure) defined in DT, regardless. 19 DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
|
/Zephyr-latest/boards/actinius/icarus_som/ |
D | Kconfig.defconfig | 11 # of the flash, or into the code-partition defined in DT if it is intended to 14 # be restricted to the size of its code partition. 16 # must be linked into the code-partition (non-secure) defined in DT, regardless. 21 DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | w1.dtsi | 11 family-code = <0x28>; 18 family-code = <0x10>;
|
/Zephyr-latest/tests/drivers/input/gpio_keys/boards/ |
D | native_sim.overlay | 18 zephyr,code = <10>; 22 zephyr,code = <11>;
|