![]() |
nrfxlib API 3.3.99
|
| __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.
| [in] | p_ie_iterator | Information element iterator. |
| [in] | p_end_addr | Address past which the iteration shall stop. |
| true | The IE is a terminator or iteration has passed the end address. |
| false | The IE is not a terminator and iteration has not passed the end address. |