Home
last modified time | relevance | path

Searched refs:code (Results 76 – 100 of 2837) sorted by relevance

12345678910>>...114

/Zephyr-latest/boards/st/stm32h747i_disco/
Dstm32h747i_disco.dtsi42 zephyr,code = <INPUT_KEY_WAKEUP>;
48 zephyr,code = <INPUT_KEY_ENTER>;
54 zephyr,code = <INPUT_KEY_DOWN>;
60 zephyr,code = <INPUT_KEY_UP>;
66 zephyr,code = <INPUT_KEY_LEFT>;
72 zephyr,code = <INPUT_KEY_RIGHT>;
/Zephyr-latest/doc/kernel/timing_functions/
Dindex.rst7 a section of code to aid in analysis and optimization.
29 3. Call :c:func:`timing_counter_get` to mark the start of code
32 4. Call :c:func:`timing_counter_get` to mark the end of code
36 between start and end of code execution.
42 blocks of code.
52 .. code-block:: c
/Zephyr-latest/boards/vngiotlab/nrf52_vbluno52/doc/
Dindex.rst57 example for the :zephyr:code-sample:`hello_world` application.
70 * :zephyr:code-sample:`hello_world`
71 * :zephyr:code-sample:`blinky`
72 * :zephyr:code-sample:`button`
73 * :zephyr:code-sample:`bluetooth_beacon`
74 * :zephyr:code-sample:`ble_peripheral_hr`
/Zephyr-latest/doc/kernel/iterable_sections/
Dindex.rst15 instantiated anywhere in the code base.
17 .. code-block:: c
42 .. code-block:: cmake
47 .. code-block:: c
55 .. code-block:: c
64 they were defined in the code.
/Zephyr-latest/samples/net/sockets/coap_server/src/
Dseparate.c23 uint8_t code; in separate_get() local
28 code = coap_header_get_code(request); in separate_get()
34 LOG_INF("type: %u code %u id %u", type, code, id); in separate_get()
78 "Type: %u\nCode: %u\nMID: %u\n", type, code, id); in separate_get()
/Zephyr-latest/tests/subsys/input/api/src/
Dmain.c26 if (evt->dev == &fake_dev && evt->code == message_count_filtered) { in input_cb_filtered()
136 zassert_equal(last_event.code, INPUT_KEY_A); in ZTEST()
144 zassert_equal(last_event.code, INPUT_KEY_B); in ZTEST()
152 zassert_equal(last_event.code, INPUT_ABS_X); in ZTEST()
160 zassert_equal(last_event.code, INPUT_REL_Y); in ZTEST()
168 zassert_equal(last_event.code, INPUT_MSC_SCAN); in ZTEST()
176 zassert_equal(last_event.code, 0xaaaa); in ZTEST()
184 zassert_equal(last_event.code, 0x5555); in ZTEST()
/Zephyr-latest/samples/subsys/edac/
DREADME.rst1 .. zephyr:code-sample:: edac
39 .. code-block:: console
51 .. code-block:: console
62 .. code-block:: console
81 .. code-block:: console
94 .. code-block:: console
102 .. code-block:: console
118 .. code-block:: none
/Zephyr-latest/boards/gd/gd32e507z_eval/
Dgd32e507z_eval.dts44 zephyr,code = <INPUT_KEY_A>;
49 zephyr,code = <INPUT_KEY_B>;
54 zephyr,code = <INPUT_KEY_C>;
59 zephyr,code = <INPUT_KEY_D>;
64 zephyr,code = <INPUT_KEY_0>;
/Zephyr-latest/samples/boards/espressif/spiram_test/
DREADME.rst1 .. zephyr:code-sample:: esp32-spiram
17 The following SoCs are supported by this sample code so far:
28 .. code-block:: console
44 .. code-block:: console
48 .. code-block:: console
/Zephyr-latest/samples/bluetooth/peripheral_dis/
DREADME.rst1 .. zephyr:code-sample:: ble_peripheral_dis
10 Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this
25 See :zephyr:code-sample-category:`bluetooth` samples for details.
/Zephyr-latest/samples/bluetooth/peripheral_esp/
DREADME.rst1 .. zephyr:code-sample:: ble_peripheral_esp
9 Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this
26 See :zephyr:code-sample-category:`bluetooth` samples for details.
/Zephyr-latest/samples/bluetooth/peripheral_gatt_write/
DREADME.rst1 .. zephyr:code-sample:: ble_peripheral_gatt_write
10 Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this
26 See :zephyr:code-sample-category:`bluetooth` samples for details.
/Zephyr-latest/samples/bluetooth/peripheral_ots/
DREADME.rst1 .. zephyr:code-sample:: ble_peripheral_ots
10 Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this
25 See :zephyr:code-sample-category:`bluetooth` samples for details.
/Zephyr-latest/samples/net/sockets/echo_client/
DREADME.rst1 .. zephyr:code-sample:: sockets-echo-client
14 The source code for this sample application can be found at:
82 .. code-block:: console
106 :zephyr:code-sample:`sockets-echo-server` enable establishing a secure connection
125 .. code-block:: console
131 .. code-block:: console
141 .. code-block:: c
157 .. code-block:: console
179 See the :zephyr:code-sample:`sockets-echo-server` documentation for an alternate
192 .. code-block:: console
[all …]
/Zephyr-latest/samples/bluetooth/peripheral_hids/
DREADME.rst1 .. zephyr:code-sample:: ble_peripheral_hids
10 Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this
15 code on the peripheral and requires that to be entered on the host during
32 See :zephyr:code-sample-category:`bluetooth` samples for details.
/Zephyr-latest/samples/bluetooth/central_gatt_write/
DREADME.rst1 .. zephyr:code-sample:: ble_central_gatt_write
10 Similar to the :zephyr:code-sample:`ble_central` sample, except that this
25 See :zephyr:code-sample-category:`bluetooth` samples for details.
/Zephyr-latest/samples/bluetooth/peripheral_csc/
DREADME.rst1 .. zephyr:code-sample:: ble_peripheral_csc
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/doc/services/device_mgmt/smp_groups/
Dsmp_group_2.rst46 .. code-block:: none
77 .. code-block:: none
94 .. code-block:: none
105 .. code-block:: none
125 | "err" -> "group" | :c:enum:`mcumgr_group_t` group of the group-based error code. Only |
128 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
177 .. code-block:: none
192 .. code-block:: none
203 .. code-block:: none
218 | "err" -> "group" | :c:enum:`mcumgr_group_t` group of the group-based error code. Only |
[all …]
/Zephyr-latest/doc/develop/tools/
Dvscode.rst10 :zephyr:code-sample:`blinky` sample in VS Code.
26 This guide gives details on how to configure the :zephyr:code-sample:`blinky`
46 In order to support code navigation and linting capabilities, you must compile your project once to
60 code navigation in VS Code.
67 Linting errors in the code should now be resolved, and you should be able to navigate through the
68 code.
104 .. _Visual Studio Code: https://code.visualstudio.com/
105 .. _Download VS Code: https://code.visualstudio.com/Download
106 .. _VS Code documentation: https://code.visualstudio.com/docs
108 .. _C/C++ Extension documentation: https://code.visualstudio.com/docs/languages/cpp
[all …]
/Zephyr-latest/doc/develop/west/
Dinstall.rst32 West's code is distributed via PyPI in a Python package named ``west``.
67 .. code-block:: bash
73 .. code-block:: bash
81 .. code-block:: zsh
87 .. code-block:: zsh
95 .. code-block:: fish
101 .. code-block:: fish
/Zephyr-latest/samples/boards/st/steval_stwinbx1/sensors/
DREADME.rst1 .. zephyr:code-sample:: stwinbx1_sensors
49 .. code-block:: console
53 Replace :code:`<tty_device>` with the correct device path automatically created on
55 usually :code:`/dev/ttyUSBx` or :code:`/dev/ttyACMx` (with x being 0, 1, 2, ...).
61 The sample code outputs sensors data on the STWIN.box console.
63 .. code-block:: console
/Zephyr-latest/samples/tfm_integration/tfm_ipc/
DREADME.rst1 .. zephyr:code-sample:: tfm_ipc
38 .. code-block:: bash
48 .. code-block:: bash
56 .. code-block:: bash
73 .. code-block:: bash
92 .. code-block:: bash
100 .. code-block:: bash
106 .. code-block:: bash
119 .. code-block:: bash
125 .. code-block:: bash
[all …]
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.c418 static inline const char *code2str(uint8_t code) in code2str() argument
420 switch (code) { in code2str()
443 uint8_t code; in do_bootstrap_reply_cb() local
445 code = coap_header_get_code(response); in do_bootstrap_reply_cb()
447 COAP_RESPONSE_CODE_CLASS(code), in do_bootstrap_reply_cb()
448 COAP_RESPONSE_CODE_DETAIL(code)); in do_bootstrap_reply_cb()
450 if (code == COAP_RESPONSE_CODE_CHANGED) { in do_bootstrap_reply_cb()
457 COAP_RESPONSE_CODE_CLASS(code), COAP_RESPONSE_CODE_DETAIL(code), in do_bootstrap_reply_cb()
458 code2str(code)); in do_bootstrap_reply_cb()
500 uint8_t code; in do_registration_reply_cb() local
[all …]
/Zephyr-latest/boards/st/stm32l476g_disco/
Dstm32l476g_disco.dts44 zephyr,code = <INPUT_KEY_ENTER>;
49 zephyr,code = <INPUT_KEY_DOWN>;
54 zephyr,code = <INPUT_KEY_UP>;
59 zephyr,code = <INPUT_KEY_LEFT>;
64 zephyr,code = <INPUT_KEY_RIGHT>;
/Zephyr-latest/boards/nxp/lpcxpresso54114/
Dlpcxpresso54114_lpc54114_m4.dts28 zephyr,code-partition = &slot0_partition;
37 zephyr,code = <INPUT_KEY_0>;
42 zephyr,code = <INPUT_KEY_1>;
47 zephyr,code = <INPUT_KEY_2>;
98 * so MCUBoot is not supported. Just provide storage and code partition.

12345678910>>...114