Searched full:stalled (Results 1 – 15 of 15) sorted by relevance
435 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()455 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()512 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()532 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()591 /* Verify that we will resume the stalled GATT procedure in one in TEST_CASE()
584 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()605 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()671 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()691 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
656 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()682 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()750 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()776 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
401 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()421 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
856 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()879 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
156 /* Ensure the stalled fragments were sent in the expected order. */ in TEST_CASE()
388 /* Verify that we will resume the stalled GATT procedure in one second. */ in TEST_CASE()
754 * @note Stalled endpoint would not be cleared when DMA transfer finishes.763 * This function clears endpoint that is stalled.776 * @brief Check if endpoint is stalled.782 * @retval false Endpoint is not stalled.783 * @retval true Endpoint is stalled.
332 * If this function returns true, it means that driver is stalled expecting
557 value = ep->stalled; in _standard_request()568 if(USB_EP_HALT == setup->wValue && ep->stalled == RT_TRUE) in _standard_request()572 ep->stalled = RT_FALSE; in _standard_request()592 ep->stalled = RT_TRUE; in _standard_request()1295 ep->stalled = RT_FALSE; in rt_usbd_endpoint_new()1711 if(ep->stalled == RT_FALSE) in rt_usbd_io_request()1813 ep->stalled = RT_TRUE; in rt_usbd_ep_set_stall()1830 ep->stalled = RT_FALSE; in rt_usbd_ep_clear_stall()
279 The rate to periodically resume GATT procedures that have stalled
119 rt_bool_t stalled; member
91 /** Procedure stalled due to resource exhaustion. */256 * stalled due to memory exhaustion.418 /* The time when we should attempt to resume stalled procedures, in OS ticks.419 * A value of 0 indicates no stalled procedures.779 * layer, the procedure is marked as stalled but still in progress. Otherwise,1183 /* If there are stalled procedures, the GATT client will need to wake up to in ble_gattc_timer()
672 * To check if endpoint is stalled in the code use @ref nrf_usbd_ep_is_stall.677 * @brief Function for checking if selected endpoint is stalled
2258 NRFX_LOG_DEBUG("USB: EP %x stalled.", ep); in nrfx_usbd_ep_stall()2318 NRFX_LOG_DEBUG("Setup stalled."); in nrfx_usbd_setup_stall()