Skip to content

Commit 2384c33

Browse files
author
Jarkko Paso
committed
PHY API: extension to support timestamp
1 parent 44a85e5 commit 2384c33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nanostack/platform/arm_hal_phy.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ typedef enum {
5656
PHY_EXTENSION_READ_LINK_STATUS, /**< Net library could read link status. */
5757
PHY_EXTENSION_CONVERT_SIGNAL_INFO, /**< Convert signal info. */
5858
PHY_EXTENSION_ACCEPT_ANY_BEACON, /**< Set boolean true or false for accept beacon from other Pan-ID than configured. Default value should be false */
59+
PHY_EXTENSION_SET_TX_TIME, /**< Net library sets transmission time based on global time stamp. */
60+
PHY_EXTENSION_READ_RX_TIME, /**< Read the time of last reception based on global time stamp. */
5961
} phy_extension_type_e;
6062

6163
/** Address types */

0 commit comments

Comments
 (0)