Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core.c114 static rx_buffer_t * mp_current_rx_buffer; variable
118 static rx_buffer_t * const mp_current_rx_buffer = &nrf_802154_rx_buffers[0]; variable
214 (void)nrf_802154_frame_parser_data_init(mp_current_rx_buffer->data, in rx_data_clear()
367 const uint8_t * p_frame = mp_current_rx_buffer->data; in receive_started_notify()
470 mp_current_rx_buffer = p_rx_buffer; in rx_buffer_in_use_set()
483 return (mp_current_rx_buffer != NULL) && (mp_current_rx_buffer->free); in rx_buffer_is_available()
492 return rx_buffer_is_available() ? mp_current_rx_buffer->data : NULL; in rx_buffer_get()
749 mp_current_rx_buffer->free = false; in operation_terminated_notify()
751 received_frame_notify(mp_current_rx_buffer->data); in operation_terminated_notify()
1300 mp_current_rx_buffer->free = false; in on_timeslot_ended()
[all …]