-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[radio] correct the
mInfo.mRxInfo.mTimestamp
value of recevied fram…
…es (#966) The `mInfo.mRxInfo.mTimestamp` represents the end time of the SFD of the received frame. But the radio driver sets the `mInfo.mRxInfo.mTimestamp` value to the first symbol time of the received frame. This commit adds a method `nrf_802154_timestamp_end_to_phr_convert()` to calculate the end time of the SFD of the received frame. The method comes from the `sdk-nrfxlib`.
- Loading branch information
1 parent
0216e0d
commit e5a7c03
Showing
3 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters