Searched refs:CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
438 res = net_generic_bool_response_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT, in nrf_802154_sleep()468 res = net_generic_uint8_response_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT, in nrf_802154_sleep_if_idle()497 res = net_generic_bool_response_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT, in nrf_802154_receive()533 res = net_generic_bool_response_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT, in nrf_802154_receive_at()564 res = net_generic_bool_response_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT, in nrf_802154_receive_at_cancel()593 res = status_ok_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT); in nrf_802154_pan_id_set()621 res = status_ok_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT); in nrf_802154_short_address_set()649 res = status_ok_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT); in nrf_802154_extended_address_set()679 res = net_generic_bool_response_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT, in nrf_802154_pan_coord_get()710 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