Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_app.c79 nrf_802154_spinel_notify_buff_t * p_notify_data = NULL; in status_ok_await() local
83 p_notify_data = nrf_802154_spinel_response_notifier_property_await(timeout); in status_ok_await()
85 SERIALIZATION_ERROR_IF(p_notify_data == NULL, in status_ok_await()
90 res = nrf_802154_spinel_decode_prop_last_status(p_notify_data->data, in status_ok_await()
91 p_notify_data->data_len, in status_ok_await()
104 if (p_notify_data != NULL) in status_ok_await()
106 nrf_802154_spinel_response_notifier_free(p_notify_data); in status_ok_await()
125 nrf_802154_spinel_notify_buff_t * p_notify_data = NULL; in net_generic_bool_response_await() local
129 p_notify_data = nrf_802154_spinel_response_notifier_property_await(timeout); in net_generic_bool_response_await()
131 SERIALIZATION_ERROR_IF(p_notify_data == NULL, in net_generic_bool_response_await()
[all …]