Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_security_pib_ram.c236 uint32_t fc; in nrf_802154_security_pib_global_frame_counter_set_if_larger() local
240 fc = m_global_frame_counter; in nrf_802154_security_pib_global_frame_counter_set_if_larger()
242 if (fc >= frame_counter) in nrf_802154_security_pib_global_frame_counter_set_if_larger()
248 while (!nrf_802154_sl_atomic_cas_u32(&m_global_frame_counter, &fc, frame_counter)); in nrf_802154_security_pib_global_frame_counter_set_if_larger()
259 uint32_t fc; in nrf_802154_security_pib_frame_counter_get_next() local
285 fc = __LDREXW(p_frame_counter_to_use); in nrf_802154_security_pib_frame_counter_get_next()
287 if (fc == UINT32_MAX) 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()