Searched refs:p_frame_counter_to_use (Results 1 – 1 of 1) sorted by relevance
258 uint32_t * p_frame_counter_to_use = NULL; in nrf_802154_security_pib_frame_counter_get_next() local267 p_frame_counter_to_use = &m_global_frame_counter; in nrf_802154_security_pib_frame_counter_get_next()271 p_frame_counter_to_use = &m_key_storage[i].frame_counter; in nrf_802154_security_pib_frame_counter_get_next()277 if (p_frame_counter_to_use == NULL) in nrf_802154_security_pib_frame_counter_get_next()285 fc = __LDREXW(p_frame_counter_to_use); in nrf_802154_security_pib_frame_counter_get_next()293 while (__STREXW(fc + 1, p_frame_counter_to_use)); in nrf_802154_security_pib_frame_counter_get_next()295 *p_frame_counter = *p_frame_counter_to_use - 1; in nrf_802154_security_pib_frame_counter_get_next()