Searched full:which (Results 1 – 25 of 3249) sorted by relevance
12345678910>>...130
/Zephyr-latest/modules/cmsis-dsp/ |
D | Kconfig | 18 This option enables the Basic Math Functions, which support the 41 This option enables the Complex Math Functions, which support the 54 This option enables the Controller Functions, which support the 72 This option enables the Fast Math Functions, which support the 86 This option enables the Filtering Functions, which support the 111 This option enables the Interpolation Functions, which support the 121 This option enables the Matrix Functions, which support the following 139 This option enables the Quaternion Math Functions, which support the 154 This option enables the Statistics Functions, which support the 173 This option enables the Support Functions, which support the [all …]
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | Kconfig | 12 Will produce a console Linux process which can be executed natively. 23 Will produce a console Linux process which can be executed natively. 34 Will produce a console Linux process which can be executed natively. 45 Will produce a console Linux process which can be executed natively. 51 # The following file is normally parsed only for the ARM architecture, which is 53 # the simulated nrf5x_bsim boards, which use the POSIX architecture, the file 63 # which use BabbleSim. When that happens, we can move this to a common 99 # Let's reuse the RTC sync options so applications which use it can be reused as is
|
/Zephyr-latest/tests/crypto/mbedtls_psa/ |
D | testcase.yaml | 4 # - psa_crypto_init() which is required before any PSA crypto operation 5 # - psa_generate_random() which is always available as long as PSA crypto is 14 # - pick 1 platform which supports entropy driver and 1 which does not. The 25 # Pick a platform which has an entropy driver and enable it. 32 # Pick a platform which does not have an entropy driver. In this case we
|
/Zephyr-latest/doc/build/flashing/ |
D | configuration.rst | 7 :ref:`west flash<west-flashing>`) which allows for customising how commands are used when 11 which would prevent multiple erase tasks running in a single ``west flash`` invocation, which 12 could wrongly clear the memory which is used by the other images being programmed. 28 ``--reset`` followed by a list which specifies the settings for each of these commands (these 32 Groups of board targets can be specified using the ``groups`` key which has a list of board 37 matches which form a singular group. A final parameter ``run`` can be set to ``first`` which 39 targets, or to ``last`` which will be ran once for the final image flash per set of board targets. 41 An example flashing configuration for a ``soc.yml`` is shown below in which the ``--recover`` 42 command will only be used once for any board targets which used the nRF5340 SoC application or 89 For example, building the :zephyr:code-sample:`smp-svr` sample for the nrf5340dk which will
|
/Zephyr-latest/boards/native/native_sim/ |
D | Kconfig | 13 Will produce a console Linux process which can be executed natively. 25 code which was meant for the native_posix board and checks for the macro 26 CONFIG_BOARD_NATIVE_POSIX, or requires other kconfig options which depend on it. 39 interact with some other driver/device which runs at real time. 49 Transitional option which allows applications which targeted native_posix
|
/Zephyr-latest/subsys/secure_storage/include/internal/zephyr/secure_storage/ |
D | ps.h | 16 /** @brief See `psa_ps_set()`, to which this function is analogous. */ 20 /** @brief See `psa_ps_get()`, to which this function is analogous. */ 24 /** @brief See `psa_ps_get_info()`, to which this function is analogous. */ 28 /** @brief See `psa_ps_remove()`, to which this function is analogous. */ 31 /** @brief See `psa_ps_create()`, to which this function is analogous. */ 35 /** @brief See `psa_ps_set_extended()`, to which this function is analogous. */
|
D | its.h | 16 /** @brief See `psa_its_set()`, to which this function is analogous. */ 20 /** @brief See `psa_its_get()`, to which this function is analogous. */ 24 /** @brief See `psa_its_get_info()`, to which this function is analogous. */ 28 /** @brief See `psa_its_remove()`, to which this function is analogous. */
|
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 71 [Check 1] Call get API for UID 6 which is not set 72 [Check 2] Call get_info API for UID 6 which is not set 73 [Check 3] Call remove API for UID 6 which is not set 74 [Check 4] Call get API for UID 6 which is removed 75 [Check 5] Call get_info API for UID 6 which is removed 76 [Check 6] Call remove API for UID 6 which is removed 83 [Check 1] Call get API for UID 6 which is not set 84 [Check 2] Call get_info API for UID 6 which is not set 85 [Check 3] Call remove API for UID 6 which is not set 86 [Check 4] Call get API for UID 6 which is removed [all …]
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.cavs | 24 int "Parent interrupt number to which CAVS_0 maps" 28 int "Parent interrupt number to which CAVS_1 maps" 32 int "Parent interrupt number to which CAVS_2 maps" 36 int "Parent interrupt number to which CAVS_3 maps"
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_handlers.rst | 9 MCUmgr functions by having group handlers which identify a group of functions relating to a 10 specific management area, which is addressed with a 16-bit identification value, 12 corresponding group ID values. The group ID is included in SMP headers to identify which 13 group a command belongs to, there is also an 8-bit command ID which identifies the function of 42 The purpose of the header file is to provide defines which can be used by the MCUmgr handler 51 responses (which have unique error codes per group as opposed to the legacy SMP version 1 error 55 :c:enumerator:`MGMT_GROUP_ID_PERUSER`, which is the start group ID for user-defined groups, note 62 The purpose of the header file is to provide defines which can be used by the MCUmgr handler 70 This sets up a single event which application (or module) code can register for to receive a 71 callback when the function handler is executed, which allows the flow of the handler to be [all …]
|
/Zephyr-latest/samples/kernel/condition_variables/simple/ |
D | README.rst | 80 [thread zephyr_app_main] done is 0 which is < 20 so waiting on cond 143 [thread zephyr_app_main] done is 1 which is < 20 so waiting on cond 146 [thread zephyr_app_main] done is 2 which is < 20 so waiting on cond 149 [thread zephyr_app_main] done is 3 which is < 20 so waiting on cond 152 [thread zephyr_app_main] done is 4 which is < 20 so waiting on cond 155 [thread zephyr_app_main] done is 5 which is < 20 so waiting on cond 158 [thread zephyr_app_main] done is 6 which is < 20 so waiting on cond 161 [thread zephyr_app_main] done is 7 which is < 20 so waiting on cond 164 [thread zephyr_app_main] done is 8 which is < 20 so waiting on cond 167 [thread zephyr_app_main] done is 9 which is < 20 so waiting on cond [all …]
|
/Zephyr-latest/include/zephyr/drivers/adc/ |
D | adc_emul.h | 38 * function which will be used to obtain voltage on emulated ADC input 48 * @brief Type definition of the function which is used to obtain ADC 53 * @param data User data which was passed on @ref adc_emul_value_func_set 54 * @param result The result value which will be set as input for ADC @p chan 57 * @return other as error code which ends ADC context 66 * @param chan The channel of ADC which input is assigned 79 * @param chan The channel of ADC which input is assigned 92 * @param chan The channel of ADC to which @p func is assigned 107 * @param chan The channel of ADC to which @p func is assigned 121 * @param ref Reference config which is changed
|
/Zephyr-latest/include/zephyr/net/ |
D | net_timeout.h | 38 * Because delays are processed in work queues which are not invoked 40 * after they occur, which requires comparing "deadline" to "now" with enough 45 * 32-bit unsigned difference to a 32-bit signed difference, which caps the 61 * structure, which is always scheduled at the shortest time to a 66 /** Time at which the timer was last set. 95 * @param now the time at which the timeout started counting down, in 102 /** @brief Return the 64-bit system time at which the timeout will complete. 110 * @param now the full-precision value of k_uptime_get() relative to which the 113 * @return the value of k_uptime_get() at which the timeout will expire. 128 * @param now the time relative to which the estimate of remaining time should [all …]
|
/Zephyr-latest/dts/bindings/input/ |
D | cirque,pinnacle-common.yaml | 11 which is active high when SW_DR or SW_CC are asserted. If connected 29 Data output mode in which position is reported. In the relative mode 50 In the absolute mode enable clipping of reported coordinates which are 57 The minimum X value which can be reported. 63 The maximum X value which can be reported. 69 The minimum Y value which can be reported. 75 The maximum Y value which can be reported.
|
/Zephyr-latest/soc/native/inf_clock/ |
D | Kconfig | 16 Which native simulator microcontroller/CPU number is this image targeting. 17 This option is only applicable for targets which use the 29 int "Which CPU is the primary/preferred" 33 On a multi MCU device, which MCU is the preferred one. 42 This option can be used to provide the native simulator with other MCUs/Cores images which have
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nxp,imx-iomuxc-scu.yaml | 5 Use this compatible for i.MX boards on which the 24 pad: Which pad to configure. 25 mux: Select which signal to route.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | l2cap.rst | 6 L2CAP layer enables connection-oriented channels which can be enable with the 11 Channels instances are represented by the :c:struct:`bt_l2cap_chan` struct which 15 In addition to that it also contains the ``recv`` callback which is called 29 the :c:struct:`bt_l2cap_server` struct which informs what ``psm`` it should 31 ``accept`` which is called to authorize incoming connection requests and
|
D | gatt.rst | 11 which takes the :c:struct:`bt_gatt_service` struct that provides the list of 45 Each attribute contain a ``uuid``, which describes their type, a ``read`` 68 :c:func:`bt_gatt_discover` API which takes the 69 :c:struct:`bt_gatt_discover_params` struct which describes the type of 71 field only attributes which matches will be discovered, in contrast setting it 77 Read procedures are supported by :c:func:`bt_gatt_read` API which takes the 89 :c:func:`bt_gatt_subscribe` API which takes
|
/Zephyr-latest/dts/bindings/dai/ |
D | nxp,dai-sai.yaml | 18 set as input. Setting the MCLK as output for SAIs which don't 46 use this value to compute the DMA burst size, in which case 51 use this property, in which case the reported value will be 67 Use this property to specify which synchronization mode to use 80 Use this property to specify which synchronization mode to use 90 Use this property to specify which transmission data line the SAI should 91 use. To find out which transmission line you should use you can: 103 Use this property to specify which receive transmission data line the SAI should 104 use. To find out which receive line you should use you can:
|
/Zephyr-latest/doc/hardware/emulator/ |
D | index.rst | 10 With this we refer to SW components which are built together with the embedded SW 13 These device emulators/simulators can be built for any target which has sufficient RAM and flash, 14 even if some may have extra functionality which is only available in some targets. 19 platform simulators, radio simulators, and several build targets which allow running the 26 Drivers which are specific to some platform, like for example the 27 :ref:`native_sim specific drivers <native_sim_peripherals>` which 35 * A fake driver which pretends to be actual ADC, and can be used for testing higher-level API 73 * Emulated GPIO controllers which can be driven from SW
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.sifive | 30 Port 0 RX Threshold at which the RX FIFO interrupt triggers. 37 Port 0 TX Threshold at which the TX FIFO interrupt triggers. 53 Port 1 RX Threshold at which the RX FIFO interrupt triggers. 60 Port 1 TX Threshold at which the TX FIFO interrupt triggers.
|
/Zephyr-latest/dts/bindings/counter/ |
D | espressif,esp32-timer.yaml | 9 As as example, ESP32 has 4 Timers available, which are split in two 28 The Timer Group index to which a timer belongs. 46 The prescaler value defines the factor by which the APB clock will be 47 divided. The outcome of which serves as clock reference to the Timer
|
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | renesas,smartbond-nor-psram.yaml | 81 If present, the memory device will enter the QPI mode which typically reflects that 90 for single mode which is supported by all memory devices. 97 for single mode which is supported by all memory devices. 121 accessed whilst in 32-bit mode up to 32MB can be accessed which is 123 mode which is supported by all memory devices. 129 this block is always DIV1 which reflects the current 176 read accesses in auto mode. Default value is single mode which should be 188 read accesses in auto mode. Default value is single mode which should be 200 read accesses in auto mode. Default value is single mode which should 223 read accesses in auto mode. Default value is single mode which should be [all …]
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | soc_dt.h | 44 * @brief Construct a npcx_clk_cfg item from first item in 'clocks' prop which 73 * @param i index of clocks prop which type is 'phandle-array' 98 * @brief Length of 'clocks' property which type is 'phandle-array' 101 * @return length of 'clocks' property which type is 'phandle-array' 143 * @brief Get phandle from "name" property which contains wui information. 146 * @param name property 'name' which type is 'phandle' and contains wui info. 156 * @param name property 'name'which type is 'phandle' and contains wui info. 170 * @brief Get phandle from 'wui-maps' prop which type is 'phandles' at index 'i' 173 * @param i index of 'wui-maps' prop which type is 'phandles' 183 * @param i index of 'wui-maps' prop which type is 'phandles' [all …]
|
/Zephyr-latest/tests/lib/spsc_pbuf/ |
D | testcase.yaml | 5 # Exclude platform which does not link with cache functions 22 # Exclude platform which does not link with cache functions 31 # Exclude platform which does not link with cache functions
|
12345678910>>...130