Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hal_nordic/nrf_802154/serialization/platform/
Dnrf_802154_spinel_backend_ipc.c114 static uint8_t get_rb_idx_plus_1(uint8_t i) in get_rb_idx_plus_1() function
121 if (get_rb_idx_plus_1(wr_idx) == rd_idx) { in spinel_packet_from_thread_send()
130 wr_idx = get_rb_idx_plus_1(wr_idx); in spinel_packet_from_thread_send()
149 rd_idx = get_rb_idx_plus_1(rd_idx); in spinel_packet_send_thread_fn()