We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a85e5 commit 2384c33Copy full SHA for 2384c33
nanostack/platform/arm_hal_phy.h
@@ -56,6 +56,8 @@ typedef enum {
56
PHY_EXTENSION_READ_LINK_STATUS, /**< Net library could read link status. */
57
PHY_EXTENSION_CONVERT_SIGNAL_INFO, /**< Convert signal info. */
58
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. */
61
} phy_extension_type_e;
62
63
/** Address types */
0 commit comments