nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_802154_frame_ie_iterator_end()

__STATIC_INLINE bool nrf_802154_frame_ie_iterator_end ( const uint8_t * p_ie_iterator,
const uint8_t * p_end_addr )

Checks if the current IE is a terminator.

Parameters
[in]p_ie_iteratorInformation element iterator.
[in]p_end_addrAddress past which the iteration shall stop.
Return values
trueThe IE is a terminator or iteration has passed the end address.
falseThe IE is not a terminator and iteration has not passed the end address.