/Zephyr-latest/lib/cpp/minimal/include/ |
D | cstdint | 19 using ::int8_t; 20 using ::int16_t; 21 using ::int32_t; 22 using ::int64_t; 23 using ::intmax_t; 25 using ::int_fast8_t; 26 using ::int_fast16_t; 27 using ::int_fast32_t; 28 using ::int_fast64_t; 30 using ::int_least8_t; [all …]
|
D | cstddef | 19 using ::ptrdiff_t; 20 using ::size_t; 22 using ::max_align_t; 23 using nullptr_t = decltype(nullptr);
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | stepper.rst | 11 - Configure **micro-stepping resolution** using :c:func:`stepper_set_micro_step_res` 13 - Configure **reference position** in microsteps using :c:func:`stepper_set_reference_position` 15 - Set **max velocity** in micro-steps per second using :c:func:`stepper_set_max_velocity` 16 - **Enable** the stepper driver using :c:func:`stepper_enable`. 21 - **Move by** +/- micro-steps also known as **relative movement** using :c:func:`stepper_move_by`. 22 - **Move to** a specific position also known as **absolute movement** using :c:func:`stepper_move_t… 24 a stop is detected using :c:func:`stepper_run`. 25 - Check if the stepper is **moving** using :c:func:`stepper_is_moving`. 26 - Register an **event callback** using :c:func:`stepper_set_event_callback`.
|
D | comparator.rst | 24 configuration must be provided using the devicetree. At runtime, comparators can have their 25 configuration updated using device driver specific APIs. The configuration will be applied 31 Comparators are enabled using power management. When resumed, the comparator will actively 45 * ``await_trigger`` Awaits trigger using the following flow: 47 * Set trigger callback using :c:func:`comparator_set_trigger_callback` 49 * Clear trigger callback using :c:func:`comparator_set_trigger_callback`
|
/Zephyr-latest/scripts/tests/twister/ |
D | README.md | 9 Install all the dependencies using 17 The testcases can be executed from the root directory using 25 The coverage for all the tests can be run using the command below. This will collect all the tests … 31 Then we can generate the coverage report for just twister script using 43 The html coverage report for twister can be generated using 49 …l report can be generated in every run of "pytest" in the tests directory using configuration file…
|
/Zephyr-latest/modules/hal_ethos_u/ |
D | Kconfig | 18 bool "using Ethos-U55 with 64 macs" 20 bool "using Ethos-U55 with 128 macs" 22 bool "using Ethos-U55 with 256 macs" 24 bool "using Ethos-U65 with 128 macs" 26 bool "using Ethos-U65 with 256 macs" 28 bool "using Ethos-U65 with 512 macs"
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | Kconfig | 18 bool "Host commands support using eSPI bus" 23 Enable support for Embedded Controller host commands using 27 bool "Host commands support using SHI" 30 Enable support for Embedded Controller host commands using 34 bool "Host commands support using UART" 38 Enable support for Embedded Controller host commands using 42 bool "Host commands support using SPI" 44 Enable support for Embedded Controller host commands using
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/ |
D | a2dp.rst | 9 * Source and Sink sides register a2dp callbacks. using :code:`a2dp register_cb`. 10 …* Source and Sink sides register stream endpoints. using :code:`a2dp register_ep source sbc` and :… 11 … connection. It will create the AVDTP Signaling and Media L2CAP channels. using :code:`a2dp connec… 12 …* Source and Sink side can discover remote device's stream endpoints. using :code:`a2dp discover_p… 13 …figure the stream to create the stream after discover remote's endpoints. using :code:`a2dp config… 14 * Source or Sink establish the stream. using :code:`a2dp establish`. 15 * Source or Sink start the media. using :code:`a2dp start`. 16 * Source test the media sending. using :code:`a2dp send_media` to send one test packet data. 17 * Source or Sink suspend the media. using :code:`a2dp suspend`. 18 * Source or Sink release the media. using :code:`a2dp release`.
|
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/ |
D | soc.c | 181 /* Configure M7 using ARM_PLL_CLK */ in clock_init() 188 /* Configure M33 using SYS_PLL3_CLK */ in clock_init() 194 /* Configure BUS_AON using SYS_PLL2_CLK */ in clock_init() 199 /* Configure BUS_WAKEUP using SYS_PLL2_CLK */ in clock_init() 204 /* Configure WAKEUP_AXI using SYS_PLL3_CLK */ in clock_init() 209 /* Configure SWO_TRACE using SYS_PLL3_DIV2_CLK */ in clock_init() 215 /* Configure M33_SYSTICK using OSC_24M */ in clock_init() 222 /* Configure M7_SYSTICK using OSC_24M */ in clock_init() 231 /* Configure LPUART0102 using SYS_PLL3_DIV2_CLK */ in clock_init() 239 /* Configure LPI2C0102 using SYS_PLL3_DIV2_CLK */ in clock_init() [all …]
|
/Zephyr-latest/tests/kernel/poll/src/ |
D | test_poll_fail.c | 18 * @details Using API k_poll with error number 36 * @details Using API k_poll with error member 52 * @details Define a poll event, and using API k_poll with NULL sem 74 * @details Define a poll, and using API k_poll with NULL signal 96 * @details Define a poll, and using API k_poll with NULL fifo 118 * @details Define a poll, and using API k_poll with NULL message queue 141 * @details Using API k_poll_signal_init with NULL as 157 * @details Using API k_poll with NULL object 177 * @details Using k_poll_signal_check with 201 * @details Using k_poll_signal_check with [all …]
|
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 19 Using the kernel's atomic APIs to manipulate an atomic variable 32 An atomic variable is defined using a variable of type :c:type:`atomic_t`. 35 a different value using :c:macro:`ATOMIC_INIT`: 44 An atomic variable is manipulated using the APIs listed at the end of 70 However, you can also define an N-bit array of atomic variables using 73 A single bit in array of atomic variables can be manipulated using 77 using an array of atomic variables. 112 Using atomic variables is typically far more efficient than using 113 other techniques to implement critical sections such as using a mutex
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | Kconfig | 36 # Use 13% on nRF platforms using the RTC timer because one tick there is 48 bool "Perform test using an external tool" 57 int "Maximum drift in PPM for tests using external tool" 60 Parts Per Million of allowed drift when using an external tool 64 int "Maximum timer period drift in PPM for tests using external tool" 67 Parts Per Million of allowed period drift when using an external tool
|
/Zephyr-latest/dts/bindings/sdhc/ |
D | espressif,esp32-sdhc-slot.yaml | 33 using pin control (pinctrl-0 field). 40 using pin control (pinctrl-0 field). 47 using pin control (pinctrl-0 field). 54 using pin control (pinctrl-0 field). 61 using pin control (pinctrl-0 field). 68 using pin control (pinctrl-0 field).
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.udp | 24 bool "UDP SMP using IPv4" 28 Enable SMP UDP using IPv4 addressing. 32 bool "UDP SMP using IPv6" 35 Enable SMP UDP using IPv6 addressing. 71 application to manually start and stop the transport using
|
/Zephyr-latest/include/zephyr/linker/ |
D | app_smem.ld | 8 * When using the "Unix Makefiles" generator, CMake simply 14 * 1. Using A.ld to create a linker script A.cmd. 15 * 2. Using A.cmd to generate A_prebuilt.elf. 16 * 3. Using A_prebuilt.elf to create B.ld. 18 * 5. Creating B_prebuilt.elf using B.cmd.
|
D | app_smem_pinned.ld | 12 * When using the "Unix Makefiles" generator, CMake simply 18 * 1. Using A.ld to create a linker script A.cmd. 19 * 2. Using A.cmd to generate A_prebuilt.elf. 20 * 3. Using A_prebuilt.elf to create B.ld. 22 * 5. Creating B_prebuilt.elf using B.cmd.
|
/Zephyr-latest/tests/drivers/uart/uart_basic_api/src/ |
D | test_uart_fifo.c | 15 * -# Set UART IRQ callback using uart_irq_callback_set(). 16 * -# Enable UART TX IRQ using uart_irq_tx_enable(). 17 * -# Output the prepared data using uart_fifo_fill(). 18 * -# Disable UART TX IRQ using uart_irq_tx_disable(). 22 * -# Set UART IRQ callback using uart_irq_callback_set(). 23 * -# Enable UART RX IRQ using uart_irq_rx_enable(). 25 * -# Read data from UART console using uart_fifo_read(). 26 * -# Disable UART TX IRQ using uart_irq_rx_disable(). 111 /* Enable Tx/Rx interrupt before using fifo */ in test_fifo_read() 143 /* Enable Tx/Rx interrupt before using fifo */ in test_fifo_fill()
|
/Zephyr-latest/tests/boot/with_mcumgr/pytest/ |
D | test_upgrade.py | 50 3) Upload the application update to slot 1 using mcumgr 51 4) Flag the application update in slot 1 as 'pending' by using mcumgr 'test' 54 7) Confirm the image using mcumgr 76 'Starting swap using move algorithm' 90 'Starting swap using move algorithm' 101 3) Upload the application update to slot 1 using mcumgr 102 4) Flag the application update in slot 1 as 'pending' by using mcumgr 'test' 131 'Starting swap using move algorithm' 145 'Starting swap using move algorithm' 165 3) Upload the application update to slot 1 using mcumgr [all …]
|
/Zephyr-latest/samples/net/sockets/http_server/ |
D | README.rst | 43 When the server is up, we can make requests to the server using either HTTP/1.1 or 48 - Using a browser: ``http://192.0.2.1/`` 49 - Using curl: ``curl -v --compressed http://192.0.2.1/`` 50 - Using ab (Apache Bench): ``ab -n10 http://192.0.2.1/`` 54 - Using nghttp client: ``nghttp -v --no-dep http://192.0.2.1/`` 55 - Using curl: ``curl --http2 -v --compressed http://192.0.2.1/`` 56 - Using h2load: ``h2load -n10 http://192.0.2.1/`` 82 enable usage of HTTP/2. If using Firefox, it may also be required to change the setting 83 ``network.http.http2.enforce-tls-profile`` to false, since it seems that using a CA 85 using HTTP/2. [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/advertiser/ |
D | proxy_mixin.sh | 9 # Start the provisioning procedure using bt_mesh_prov_enable(BT_MESH_PROV_GATT). 12 # Provision the device using bt_mesh_provision(). 15 # Allocate an advertiser buffer using bt_mesh_adv_buf_create(). 18 # Submit the advertiser buffer using bt_mesh_adv_send().
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | Kconfig | 16 bool "Synchronous using listeners" 19 bool "Asynchronous using subscribers" 22 bool "Asynchronous using message subscribers"
|
/Zephyr-latest/boards/st/nucleo_wba55cg/support/ |
D | openocd.cfg | 1 # Note: Using OpenOCD using nucloe_wba52cg requires using openocd fork.
|
/Zephyr-latest/samples/sysbuild/hello_world/ |
D | README.rst | 2 :name: Hello World for multiple board targets using Sysbuild 22 This sample needs to be built with Sysbuild by using the ``--sysbuild`` option. 23 The remote board needs to be specified using ``SB_CONFIG_REMOTE_BOARD``. Some 29 :zephyr_file:`samples/sysbuild/hello_world/sample.yaml` using the 33 :ref:`nrf54h20dk_nrf54h20`, using application and radio cores: 43 The same can be achieved by using the
|
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/ |
D | README.rst | 5 Write data into scratch area and read it using flash API and memory-mapped pointer. 46 Next, it prints that region content using flash API read and also using memory-mapped pointer. 47 Both readings should return the same value. Important to notice that writing using memory-mapped po… 55 [00:00:01.122,000] <inf> flash_memory_mapped: flash read using memory-mapped pointer 58 [00:00:01.122,000] <inf> flash_memory_mapped: writing 32-bytes data using flash API 59 [00:00:01.122,000] <inf> flash_memory_mapped: flash read using flash API 62 [00:00:01.122,000] <inf> flash_memory_mapped: flash read using memory-mapped pointer
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/src/ |
D | test_suite_invalid_inputs.c | 19 * Test invalid input arguments to bt_id_create() using NULLs for address and IRK parameters. 38 * Test invalid input arguments to bt_id_create() using NULL for the address parameter 59 * Test invalid input arguments to bt_id_create() using NULLs for address and IRK parameters 82 * Test invalid input arguments to bt_id_create() by using a valid address of type public and using 106 * Test invalid input arguments to bt_id_create() by using a valid address of type RPA and using 126 * Test invalid input arguments to bt_id_create() by using an address that already exists 150 * Test invalid input arguments to bt_id_create() by using a valid static random address and
|