Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_request_swi.c337 nrf_802154_req_data_t * p_slot = req_enter(); in swi_sleep() local
339 p_slot->type = REQ_TYPE_SLEEP; in swi_sleep()
340 p_slot->data.sleep.term_lvl = term_lvl; in swi_sleep()
341 p_slot->data.sleep.p_result = p_result; in swi_sleep()
363 nrf_802154_req_data_t * p_slot = req_enter(); in swi_receive() local
365 p_slot->type = REQ_TYPE_RECEIVE; in swi_receive()
366 p_slot->data.receive.term_lvl = term_lvl; in swi_receive()
367 p_slot->data.receive.req_orig = req_orig; in swi_receive()
368 p_slot->data.receive.notif_func = notify_function; in swi_receive()
369 p_slot->data.receive.notif_abort = notify_abort; in swi_receive()
[all …]
Dnrf_802154_notification_swi.c255 static void ntf_slot_free(nrf_802154_ntf_data_t * p_slot) in ntf_slot_free() argument
258 p_slot->taken = false; in ntf_slot_free()
327 nrf_802154_ntf_data_t * p_slot = &m_primary_ntf_pool[slot_id]; in swi_notify_received() local
329 p_slot->type = NTF_TYPE_RECEIVED; in swi_notify_received()
330 p_slot->data.received.p_data = p_data; in swi_notify_received()
331 p_slot->data.received.power = power; in swi_notify_received()
332 p_slot->data.received.lqi = lqi; in swi_notify_received()
376 nrf_802154_ntf_data_t * p_slot = &p_pool[slot_id]; in swi_notify_receive_failed() local
378 p_slot->type = NTF_TYPE_RECEIVE_FAILED; in swi_notify_receive_failed()
379 p_slot->data.receive_failed.error = error; in swi_notify_receive_failed()
[all …]