Home
last modified time | relevance | path

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

12345678910>>...136

/Zephyr-latest/include/zephyr/net/
Dnet_event.h130 /** Event emitted when the network interface goes down. */
134 /** Event emitted when the network interface goes up. */
138 /** Event emitted when the network interface is taken down manually. */
142 /** Event emitted when the network interface goes up manually. */
146 /** Event emitted when an IPv6 address is added to the system. */
150 /** Event emitted when an IPv6 address is removed from the system. */
154 /** Event emitted when an IPv6 multicast address is added to the system. */
158 /** Event emitted when an IPv6 multicast address is removed from the system. */
162 /** Event emitted when an IPv6 prefix is added to the system. */
166 /** Event emitted when an IPv6 prefix is removed from the system. */
[all …]
/Zephyr-latest/kernel/
DKconfig.obj_core19 When enabled, this option integrates condition variables into the
26 When enabled, this option integrate kernel events into the object
33 When enabled, this option integrates FIFOs into the object core
40 When enabled, this option integrates LIFOs into the object core
47 When enabled, this option integrates mailboxes into the object core
54 When enabled, this option integrates memory slabs into the object
61 When enabled, this option integrates mutexes into the object core
68 When enabled, this option integrates message queues into the object
75 When enabled, this option integrates semaphores into the object core
82 When enabled, this option integrates pipes into the object core
[all …]
/Zephyr-latest/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-latest/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-latest/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-latest/dts/bindings/ethernet/
Dsnps,dwcxgmac.yaml39 2500Mbit/s speed can be used only with Soft PCS. When selected driver assumes
41 selected as gmii when 2500Mbit/s speed is selected.
144 When this is set to true, the PBL value is multiplied eight times.
160 When this enabled and the mixed_burst is disabled, the AXI master
162 When the mixed_burst enabled, enabling this field has no effect.
167 When this enabled and the mixed_burst is disabled, the AXI master
169 When the mixed_burst enabled, enabling this field has no effect.
174 When this enabled and the mixed_burst is disabled, the AXI master
176 When the mixed_burst enabled, enabling this field has no effect.
181 When this enabled and the mixed_burst is disabled, the AXI master
[all …]
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-latest/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-latest/subsys/logging/backends/
DKconfig.fs9 When enabled, backend is using the configured file system to output logs.
24 When enabled automatically start the file system backend on
31 When enabled backend overwrites oldest log files.
32 In other case, when memory is full, new messages are dropped.
38 When enabled and when there is space left in the newest log file,
40 When disabled backend creates a new log file on every startup.
/Zephyr-latest/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
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmcc.h45 * Called when a media control server is discovered
55 * Called when the player name is read or notified
66 * Called when the icon object ID is read
77 * Called when the icon URL is read
88 * Called when a track change is notified.
102 * Called when the track title is read or notified
113 * Called when the track duration is read or notified
124 * Called when the track position is read or notified
135 * Called when the track position is set
146 * Called when the playback speed is read or notified
[all …]
/Zephyr-latest/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-latest/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-latest/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-latest/include/zephyr/fs/
Dfs.h78 /** Flag requests file system driver to use Disk Access API. When the flag is
81 * should return -ENOSUP; when the flag is not set the file system driver
83 * When file system will use Disk Access API and the flag is not set, the mount
263 * Successfully opened file, when no longer in use, should be closed
284 * @retval -EBUSY when zfp is already used;
285 * @retval -EINVAL when a bad file name is given;
286 * @retval -EROFS when opening read-only file for write, or attempting to
289 * @retval -ENOENT when the file does not exist at the path;
290 * @retval -ENOTSUP when not implemented by underlying file system driver;
291 * @retval -EACCES when trying to truncate a file without opening it for write.
[all …]
/Zephyr-latest/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
166 When enabled, real time clock is used for timestamping.
/Zephyr-latest/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-latest/include/zephyr/mgmt/mcumgr/mgmt/
Dcallbacks.h109 * checked when this is the first failure reported by a handler).
142 /** Callback when a command is received, data is mgmt_evt_op_cmd_arg(). */
145 /** Callback when a status is updated, data is mgmt_evt_op_cmd_arg(). */
148 /** Callback when a command has been processed, data is mgmt_evt_op_cmd_arg(). */
159 /** Callback when a file has been accessed, data is fs_mgmt_file_access(). */
170 /** Callback when a client sends a file upload chunk, data is img_mgmt_upload_check(). */
173 /** Callback when a DFU operation is stopped. */
176 /** Callback when a DFU operation is started. */
179 /** Callback when a DFU operation has finished being transferred. */
182 /** Callback when an image has been confirmed. */
[all …]
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/
DKconfig8 This kconfig is set when the extended variant board config fragment
9 is supposed to be sourced, that is when oot variant defines 'extends:'
29 This kconfig is set when the extended variant board defconfig fragment
30 is supposed to be sourced, that is when oot variant defines 'extends:'
/Zephyr-latest/tests/net/conn_mgr_monitor/src/
Dmain.c306 "NET_EVENT_L4_CONNECTED should be fired when connectivity is gained."); in cycle_ready_ifaces()
308 "Only NET_EVENT_L4_CONNECTED should be fired when connectivity is gained."); in cycle_ready_ifaces()
336 "NET_EVENT_L4_DISCONNECTED should be fired when connectivity is lost."); in cycle_ready_ifaces()
338 "Only NET_EVENT_L4_DISCONNECTED should be fired when connectivity is lost."); in cycle_ready_ifaces()
408 "NET_EVENT_L4_CONNECTED should be fired when connectivity is gained."); in cycle_ignored_iface()
410 "Only NET_EVENT_L4_CONNECTED should be fired when connectivity is gained."); in cycle_ignored_iface()
412 "NET_EVENT_L4_IPV6_CONNECTED should be fired when connectivity is gained."); in cycle_ignored_iface()
414 "Only NET_EVENT_L4_IPV6_CONNECTED should be fired when connectivity is gained."); in cycle_ignored_iface()
416 "NET_EVENT_L4_IPV4_CONNECTED should be fired when connectivity is gained."); in cycle_ignored_iface()
418 "Only NET_EVENT_L4_IPV4_CONNECTED should be fired when connectivity is gained."); in cycle_ignored_iface()
[all …]
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/
DREADME.txt16 Since, coverage data is stored in the RAM, it is lost when watchdog fires.
30 Follow these guidelines when enabling test execution on a new target.
38 When target supports wdt_disable() then extend WDT_TEST_FLAGS with:
42 - WDT_FLAG_RESET_NONE - when watchdog expires, it's callback is serviced but
44 - WDT_FLAG_RESET_CPU_CORE - when watchdog expires, only one core is reset, while
46 - WDT_FLAG_RESET_SOC - when watchdog expires, target as "a whole" is reset.
59 4. When all watchdog timeouts must have exactly the same watchdog timeout value
78 7. When wdt_feed() can stall, extend WDT_TEST_FLAGS with:
/Zephyr-latest/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 …]

12345678910>>...136