Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_ifs.c88 static uint8_t m_last_frame_length; ///< Length in bytes of the last transmitt… variable
198 if (m_last_frame_length > MAX_SIFS_FRAME_SIZE) in ifs_needed_by_time()
220 m_last_frame_length = 0; in nrf_802154_ifs_init()
253 if (!m_last_frame_length) in nrf_802154_ifs_pretransmission()
323 m_last_frame_length = 0; in nrf_802154_ifs_transmitted_hook()
336 m_last_frame_length = p_frame[0]; in nrf_802154_ifs_transmitted_hook()