Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_queue.c43 static inline uint8_t increment_modulo(uint8_t v, uint8_t wrap_at_value) in increment_modulo() argument
47 if (v >= wrap_at_value) in increment_modulo()