nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_frame_parser_ie_iterator_end()

static bool nrf_802154_frame_parser_ie_iterator_end ( const uint8_t *  p_ie_iterator,
const uint8_t *  p_end_addr 
)
inlinestatic

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.