Searched refs:stall (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | REAME.md | 58 stall. We can also be sure that the output will be able to relieve 76 the core log buffer will approach 100% capacity and, eventually, stall the 92 automatically recover from a stall.
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_smartbond.c | 127 uint8_t stall : 1; /** Endpoint is stalled */ member 558 ep0_out_state->stall = 0; in handle_ep0_rx() 560 ep0_in_state->stall = 0; in handle_ep0_rx() 1378 ep_state->stall = false; in usb_dc_ep_clear_stall() 1550 ep_state->stall = 1; in usb_dc_ep_set_stall() 1586 *stalled = ep_state->stall; in usb_dc_ep_is_stalled()
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 95 When enabled, accessing STMESP registers will stall if write cannot be
|
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/ |
D | README.txt | 78 7. When wdt_feed() can stall, extend WDT_TEST_FLAGS with:
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_npcx_controller.c | 347 static void i2c_ctrl_hold_bus(const struct device *dev, int stall) in i2c_ctrl_hold_bus() argument 351 if (stall) { in i2c_ctrl_hold_bus()
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 105 will stall the execution. For example, the following busy wait loop code, 106 which could be interrupted on actual hardware, will stall the execution of 114 updated by an interrupt handler or another thread, will also stall
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_dwc2.c | 1384 struct udc_ep_config *const cfg, bool stall) in udc_dwc2_ep_disable() argument 1397 if (stall) { in udc_dwc2_ep_disable() 1443 if (stall) { in udc_dwc2_ep_disable() 1466 if (stall) { in udc_dwc2_ep_disable()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 278 * Fixed regression in observer that caused assertions and scheduling stall 852 * Fixed a possible notification stall in case of observation token change. 928 * Fixed potential stall in data retransmission, when data was only partially acknowledged.
|
D | release-notes-4.0.rst | 32 sensor-less stall-detection capable with integrated ramp-controller :dtcompatible:`adi,tmc5041`.
|
D | release-notes-1.14.rst | 1234 * :github:`14899` - Bluetooth controller ACL data packets stall 1275 * :github:`14658` - Disabling CONFIG_BT_PHY_UPDATE makes connections stall with iOS
|
D | release-notes-3.7.rst | 1524 * Fixed :c:func:`net_socket_service_register` function stall in case socket
|
D | release-notes-2.4.rst | 63 issuing a feed would stall the caller. Application code may need to
|
D | release-notes-2.6.rst | 886 * Fixed problem where mcumgr over shell would stall and wait for
|