Skip to content

Commit

Permalink
PHY API: extension to support timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarkko Paso committed Jan 11, 2018
1 parent 44a85e5 commit 2384c33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nanostack/platform/arm_hal_phy.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ typedef enum {
PHY_EXTENSION_READ_LINK_STATUS, /**< Net library could read link status. */
PHY_EXTENSION_CONVERT_SIGNAL_INFO, /**< Convert signal info. */
PHY_EXTENSION_ACCEPT_ANY_BEACON, /**< Set boolean true or false for accept beacon from other Pan-ID than configured. Default value should be false */
PHY_EXTENSION_SET_TX_TIME, /**< Net library sets transmission time based on global time stamp. */
PHY_EXTENSION_READ_RX_TIME, /**< Read the time of last reception based on global time stamp. */
} phy_extension_type_e;

/** Address types */
Expand Down

0 comments on commit 2384c33

Please sign in to comment.