feat(802.15.4): add SW data request detection

This commit is contained in:
Xu Si Yu
2025-12-02 11:57:52 +08:00
parent 5cdf6f448f
commit d9aac3ba33
4 changed files with 47 additions and 10 deletions
@@ -414,6 +414,11 @@ static inline void ieee802154_ll_set_pending_mode(bool enable)
IEEE802154.conf.pending_enhance = enable;
}
static inline bool ieee802154_ll_get_pending_mode(void)
{
return IEEE802154.conf.pending_enhance;
}
FORCE_INLINE_ATTR void ieee802154_ll_set_pending_bit(bool pending)
{
IEEE802154.pending_cfg.pending = pending;