Searched refs:CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
439 res = net_generic_bool_response_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT, in nrf_802154_sleep()469 res = net_generic_uint8_response_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT, in nrf_802154_sleep_if_idle()498 res = net_generic_bool_response_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT, in nrf_802154_receive()534 res = net_generic_bool_response_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT, in nrf_802154_receive_at()565 res = net_generic_bool_response_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT, in nrf_802154_receive_at_cancel()594 res = status_ok_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT); in nrf_802154_pan_id_set()622 res = status_ok_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT); in nrf_802154_short_address_set()650 res = status_ok_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT); in nrf_802154_extended_address_set()680 res = net_generic_bool_response_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT, in nrf_802154_pan_coord_get()711 res = status_ok_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT); in nrf_802154_pan_coord_set()[all …]
53 #ifndef CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT57 #define CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT 500 macro