Home
last modified time | relevance | path

Searched full:when (Results 1 – 25 of 3147) sorted by relevance

12345678910>>...126

/Zephyr-Core-3.6.0/include/zephyr/ipc/
Dipc_service_backend.h34 * @retval -EALREADY when the instance is already opened.
46 * @retval -EALREADY when the instance is not already inited.
61 * @retval -EINVAL when instance is invalid.
62 * @retval -ENOENT when the endpoint is not registered with the instance.
63 * @retval -EBADMSG when the message is invalid.
64 * @retval -EBUSY when the instance is busy or not ready.
65 * @retval -ENOMEM when no memory / buffers are available.
80 * @retval -EINVAL when the endpoint configuration or instance is invalid.
81 * @retval -EBUSY when the instance is busy or not ready.
96 * @retval -EINVAL when the endpoint configuration or instance is invalid.
[all …]
Dipc_service.h73 * time when requested by the user
100 * Common API usage from the application prospective when using NOCOPY feature:
125 * # Release the buffer when done
148 * This callback is called when the endpoint binding is successful.
156 * This callback is called when new data is received.
158 * @note When @ref ipc_service_hold_rx_buffer is not used, the data
160 * when this callback returns.
213 * @retval -EINVAL when instance configuration is invalid.
214 * @retval -EIO when no backend is registered.
215 * @retval -EALREADY when the instance is already opened (or being opened).
[all …]
/Zephyr-Core-3.6.0/scripts/coccinelle/
Dmini_lock.cocci50 ... when != E1
52 ... when any
54 ... when != E1
55 when != \(x = E2\|&x\)
57 ... when != E1
59 ... when any
72 ... when != E1
73 when any
74 when != if@pif (...) S1
76 ... when != E1
[all …]
Dreturnvar.cocci8 // "when strict" can be removed to get more hits, but adds false
22 ... when != ret
23 when strict
35 ... when != ret
36 when strict
46 ... when != ret
47 when strict
/Zephyr-Core-3.6.0/drivers/usb/common/nrf_usbd_common/
DKconfig14 bool "Send ZLP on ISO IN when not ready"
18 Controls the response of the ISO IN endpoint to an IN token when no
19 data is ready to be sent. When enabled, ZLP is sent when no data is
20 ready. When disabled, no response is sent (bus timeout occurs).
/Zephyr-Core-3.6.0/dts/bindings/sdhc/
Dzephyr,sdhc-spi-slot.yaml12 Time in ms for SPI SDHC to delay when toggling power to the SD card. This
20 only when the clock goes low when not active.
25 Clock phase: this dictates when is the data captured, and depends
26 on the clock's polarity. When mode-cpol is set and this option as well,
34 This pin defaults to active high when consumed by the SPI SDHC driver.
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/mocks/
Dhci_core_expects.h10 * Validate expected behaviour when bt_unpair() is called
18 * Validate expected behaviour when bt_unpair() isn't called
26 * Validate expected behaviour when bt_hci_cmd_create() is called
34 * Validate expected behaviour when bt_hci_cmd_create() isn't called
42 * Validate expected behaviour when bt_hci_cmd_send_sync() is called
50 * Validate expected behaviour when bt_hci_cmd_send_sync() isn't called
Dsmp_expects.h10 * Validate expected behaviour when bt_smp_le_oob_generate_sc_data() is called
18 * Validate expected behaviour when bt_smp_le_oob_generate_sc_data() isn't called
26 * Validate expected behaviour when bt_smp_le_oob_set_tk() is called
34 * Validate expected behaviour when bt_smp_le_oob_set_sc_data() is called
44 * Validate expected behaviour when bt_smp_le_oob_get_sc_data() is called
Dadv_expects.h10 * Validate expected behaviour when bt_le_adv_lookup_legacy() is called
18 * Validate expected behaviour when bt_le_adv_lookup_legacy() isn't called
26 * Validate expected behaviour when bt_le_ext_adv_foreach() is called
34 * Validate expected behaviour when bt_le_ext_adv_foreach() isn't called
Dsettings_expects.h10 * Validate expected behaviour when bt_settings_store_id() is called
18 * Validate expected behaviour when bt_settings_store_id() isn't called
26 * Validate expected behaviour when bt_settings_store_irk() is called
34 * Validate expected behaviour when bt_settings_store_irk) isn't called
Dconn_expects.h10 * Validate expected behaviour when bt_conn_lookup_state_le() is called
19 * Validate expected behaviour when bt_conn_lookup_state_le() isn't called
27 * Validate expected behaviour when bt_conn_unref() is called
35 * Validate expected behaviour when bt_conn_unref() isn't called
/Zephyr-Core-3.6.0/dts/bindings/sensor/
Dlm77.yaml16 when produced by the sensor.
21 When present, the polarity on the INT signal is inverted (active-high).
26 When present, the polarity on the T_CRIT_A signal is inverted
32 When present, the fault queue is enabled. The fault queue allows up to 4
33 faults to prevent false INT/T_CRIT_A tripping when the LM77 is used in
/Zephyr-Core-3.6.0/tests/bluetooth/host/buf/mocks/
Dnet_buf_expects.h10 * Validate expected behaviour when net_buf_alloc() is called
19 * Validate expected behaviour when net_buf_alloc() isn't called
27 * Validate expected behaviour when net_buf_reserve() is called
37 * Validate expected behaviour when net_buf_reserve() isn't called
45 * Validate expected behaviour when net_buf_ref() is called
53 * Validate expected behaviour when net_buf_ref() isn't called
/Zephyr-Core-3.6.0/include/zephyr/drivers/dma/
Ddma_mcux_lpc.h17 /* Peripheral request enable. When set, the peripheral
22 /* Hardware trigger enable. When set, the hardware trigger connected to this
27 /* HW trigger polarity. When this bit is set, the trigger will be active
32 /* HW trigger type. When this bit is set, the trigger will be level triggered.
33 * When it is cleared, the hardware trigger will be edge triggered.
37 /* HW trigger burst mode. When set, the hardware trigger will cause a burst
39 * When cleared, a single transfer (of the width selected by XFERCFG register)
/Zephyr-Core-3.6.0/drivers/timer/
DKconfig.nrf_xrtc15 When this option is picked, system clock may not be ready when code relying
24 startup time and then seamlessly switches to the target clock source when
25 it is ready. When this option is picked, system clock is available after
33 System clock source initialization waits until clock is stable. When this
/Zephyr-Core-3.6.0/include/zephyr/fs/
Dfs.h76 /** Flag requests file system driver to use Disk Access API. When the flag is
79 * should return -ENOSUP; when the flag is not set the file system driver
81 * When file system will use Disk Access API and the flag is not set, the mount
255 * Successfully opened file, when no longer in use, should be closed
275 * @retval -EBUSY when zfp is already used;
276 * @retval -EINVAL when a bad file name is given;
277 * @retval -EROFS when opening read-only file for write, or attempting to
280 * @retval -ENOENT when the file does not exist at the path;
281 * @retval -ENOTSUP when not implemented by underlying file system driver;
294 * @retval -ENOTSUP when not implemented by underlying file system driver;
[all …]
/Zephyr-Core-3.6.0/dts/bindings/phy/
Dcan-transceiver-gpio.yaml15 active when the CAN transceiver is enabled and inactive when the CAN
22 inactive when the CAN transceiver is enabled and active when the CAN
/Zephyr-Core-3.6.0/soc/arm/nxp_imx/rt5xx/
DKconfig.defconfig.mimxrt595_cm3329 # Enable the MEMC FlexSPI driver when using device power
31 # save power. The MEMC FlexSPI driver is enabled when we
33 # reconfigure the FlexSPI pins even when the Flash driver
34 # is disabled, hence MEMC is selected when PM_DEVICE
/Zephyr-Core-3.6.0/dts/bindings/ethernet/
Dxlnx,gem.yaml88 set in the link-speed property in the advertisement when requesting
153 When set, the hardware TX data buffer will make use of the full 4 kB
188 Optional feature flag - Ignore IPG rx_er. When set, rx_er has no
189 effect on the GEM's operation when rx_dv is low. Set this when using
195 Optional feature flag - Receive bad preamble. When set, frames with
201 Optional feature flag - Enable IPG stretch. When set, the transmit
217 When set, frames with FCS/CRC errors will not be rejected. FCS error
247 copied to memory. When set, pause frames are not copied to memory
258 When set, received frames will be written to memory without their
266 When set, frames with a measured length shorter than the extracted
[all …]
/Zephyr-Core-3.6.0/subsys/testsuite/ztest/
DKconfig83 may be used as an alternative to manual resets when
90 do actions in your test case, this option often enabled when doing
91 error test case. Remember to add ignore_fault tag in yaml file when
98 do actions in your test case, this option often enabled when doing
99 error test case. Remember to add ignore_fault tag in yaml file when
105 When the tests complete, do not yield to the idle thread and instead
111 bool "Warn when running tests with CONFIG_NO_OPTIMIZATIONS"
115 Print a CMake warning when building ztests with no compiler
116 optimizations. Please don't file issues when running tests that are
180 bool "Fail the test run when an assumption fails"
[all …]
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig12 # When adding Kconfig options, that control the same feature,
30 When a reset command is received, the system waits this many milliseconds
39 Allows applications to control and get notifications of when a reset
41 disabled, modules will reboot when the command is received without
42 notification, when this is enabled and a handler is registered, the
72 By default taskstat responses use thread priority, when THREAD_NAME is disabled,
103 When THREAD_NAME is enabled then this defaults to THREAD_MAX_NAME_LEN.
104 When THREAD_NAME is disabled the name is generated from thread priority,
124 responses, this is default when THREAD_STACK_INFO is selected.
125 Disable this option only when your client application is able to
[all …]
/Zephyr-Core-3.6.0/subsys/logging/
DKconfig.processing19 bool "Drop oldest message when full"
29 When enabled logger will block (if in the thread context) when
48 When number of buffered messages reaches the threshold thread is waken
58 When enabled thread is created by the logger subsystem. Thread is
70 milliseconds. When started, thread process any buffered messages.
77 milliseconds. When waken up, thread process any buffered messages.
118 When not set the prority is set to K_LOWEST_APPLICATION_THREAD_PRIO.
155 When enabled, shorter timestamp is used and trace message is
/Zephyr-Core-3.6.0/dts/bindings/led/
Dgpio-leds.yaml28 - led_0 is pin 1 on gpio0. The LED is on when the pin is low,
29 and off when the pin is high.
30 - led_1 is pin 2 on gpio0. The LED is on when the pin is high,
31 and off when it is low.
32 - led_2 is pin 15 on gpio1. The LED is on when the pin is low,
/Zephyr-Core-3.6.0/drivers/dma/
DKconfig.nxp_edma26 bool "Set if CPU should be interrupted when CITER = BITER / 2"
30 interrupted when CITER = BITER / 2. Using this,
31 the CPU will be interrupted when CITER = BITER and
32 when CITER = BITER / 2.
/Zephyr-Core-3.6.0/tests/bluetooth/host/ecc/mocks/
Dhci_core_expects.h10 * Validate expected behaviour when bt_hci_cmd_create() is called
18 * Validate expected behaviour when bt_hci_cmd_create() isn't called
26 * Validate expected behaviour when bt_hci_cmd_send_sync() is called
34 * Validate expected behaviour when bt_hci_cmd_send_sync() isn't called

12345678910>>...126