Searched refs:timeout (Results 1 – 14 of 14) sorted by relevance
| /modules/hal_nordic/nrf_802154/serialization/platform/ |
| A D | nrf_802154_spinel_response_notifier.c | 68 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 D | nrfs_backend_ipc_service.h | 61 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 D | nrfs_backend_ipc_service.c | 220 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 D | Kconfig.thread | 114 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 D | Kconfig | 303 bool "Software ACK timeout logic"
|
| /modules/hal_nordic/nrfs/dvfs/ |
| A D | Kconfig | 25 int "Voltage downscale procedure safety timeout in us"
|
| /modules/hal_silabs/simplicity_sdk/config/ |
| A D | sl_clock_manager_oscillator_config.h | 29 (DT_ENUM_IDX(DT_NODELABEL(lfxo), timeout) << _LFXO_CFG_TIMEOUT_SHIFT)
|
| /modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/ |
| A D | cyabs_rtos_zephyr.c | 568 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 D | ble.c | 92 uint16_t timeout); 361 uint16_t timeout) in le_param_updated() argument
|
| /modules/hal_nordic/nrf_802154/ |
| A D | CMakeLists.txt | 49 # ACK timeout
|
| /modules/hal_nordic/ |
| A D | Kconfig | 136 int "Default Spinel serialization response timeout in milliseconds" 139 This option specifies default timeout of spinel status response
|
| /modules/hostap/ |
| A D | Kconfig | 381 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 D | Kconfig.mbedtls | 508 int "Default timeout for SSL cache entries"
|
| /modules/hostap/src/ |
| A D | supp_api.c | 1237 wpas_api_ctrl.connection_timeout = params->timeout;
|
Completed in 32 milliseconds