Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 14 of 14) sorted by relevance

/modules/hal_nordic/nrf_802154/serialization/platform/
A Dnrf_802154_spinel_response_notifier.c68 uint32_t timeout) in nrf_802154_spinel_response_notifier_property_await() argument
74 if (timeout == 0) { in nrf_802154_spinel_response_notifier_property_await()
76 } else if (timeout == SPINEL_RESPONSE_NOTIFIER_INF_TIMEOUT) { in nrf_802154_spinel_response_notifier_property_await()
79 k_timeout = K_MSEC(timeout); in nrf_802154_spinel_response_notifier_property_await()
85 LOG_ERR("No response within timeout %u", timeout); in nrf_802154_spinel_response_notifier_property_await()
/modules/hal_nordic/nrfs/backends/
A Dnrfs_backend_ipc_service.h61 int nrfs_backend_wait_for_connection(k_timeout_t timeout);
77 nrfs_err_t nrfs_backend_send_ex(void *message, size_t size, k_timeout_t timeout, bool high_prio);
A Dnrfs_backend_ipc_service.c220 nrfs_err_t nrfs_backend_send_ex(void *message, size_t size, k_timeout_t timeout, bool high_prio) in nrfs_backend_send_ex() argument
233 err = k_msgq_put(&ipc_transmit_msgq, &tx_data, timeout); in nrfs_backend_send_ex()
255 int nrfs_backend_wait_for_connection(k_timeout_t timeout) in nrfs_backend_wait_for_connection() argument
263 events = k_event_wait(&ipc_connected_event, IPC_INIT_DONE_EVENT, false, timeout); in nrfs_backend_wait_for_connection()
/modules/openthread/
A DKconfig.thread114 int "CSL timeout in seconds"
117 The default CSL timeout in seconds.
234 int "Openthread child supervision check timeout in seconds"
237 The supervision check timeout interval in seconds used by a device in child state.
249 int "Openthread MLE child timeout in seconds"
252 The value of MLE child timeout in seconds.
A DKconfig303 bool "Software ACK timeout logic"
/modules/hal_nordic/nrfs/dvfs/
A DKconfig25 int "Voltage downscale procedure safety timeout in us"
/modules/hal_silabs/simplicity_sdk/config/
A Dsl_clock_manager_oscillator_config.h29 (DT_ENUM_IDX(DT_NODELABEL(lfxo), timeout) << _LFXO_CFG_TIMEOUT_SHIFT)
/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
A Dcyabs_rtos_zephyr.c568 cy_time_t timeout) in cy_rtos_waitbits_event() argument
577 (timeout == CY_RTOS_NEVER_TIMEOUT) ? K_FOREVER : K_MSEC(timeout); in cy_rtos_waitbits_event()
/modules/openthread/platform/
A Dble.c92 uint16_t timeout);
361 uint16_t timeout) in le_param_updated() argument
/modules/hal_nordic/nrf_802154/
A DCMakeLists.txt49 # ACK timeout
/modules/hal_nordic/
A DKconfig136 int "Default Spinel serialization response timeout in milliseconds"
139 This option specifies default timeout of spinel status response
/modules/hostap/
A DKconfig381 int "BSS max idle timeout in seconds"
385 BSS max idle timeout is the period for which AP may keep a client
389 timeout by including BSS max idle period in the association request.
648 int "WPA supplicant control interface response timeout in seconds"
/modules/mbedtls/
A DKconfig.mbedtls508 int "Default timeout for SSL cache entries"
/modules/hostap/src/
A Dsupp_api.c1237 wpas_api_ctrl.connection_timeout = params->timeout;

Completed in 32 milliseconds