Searched refs:notify_buff (Results 1 – 1 of 1) sorted by relevance
39 static struct spinel_notify_buff_internal notify_buff; variable45 notify_buff.free = true; in nrf_802154_spinel_response_notifier_init()83 result = ¬ify_buff.buff; in nrf_802154_spinel_response_notifier_property_await()100 assert(p_notify_buff_free == ¬ify_buff); in nrf_802154_spinel_response_notifier_free()116 assert(notify_buff.free); in nrf_802154_spinel_response_notifier_property_notify()118 notify_buff.free = false; in nrf_802154_spinel_response_notifier_property_notify()121 assert(data_len <= sizeof(notify_buff.buff.data)); in nrf_802154_spinel_response_notifier_property_notify()123 memcpy(notify_buff.buff.data, p_data, data_len); in nrf_802154_spinel_response_notifier_property_notify()124 notify_buff.buff.data_len = data_len; in nrf_802154_spinel_response_notifier_property_notify()