Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hal_nordic/nrf_802154/serialization/platform/
Dnrf_802154_spinel_response_notifier.c39 static struct spinel_notify_buff_internal notify_buff; variable
45 notify_buff.free = true; in nrf_802154_spinel_response_notifier_init()
83 result = &notify_buff.buff; in nrf_802154_spinel_response_notifier_property_await()
100 assert(p_notify_buff_free == &notify_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()