openwsn_defs.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2020 Inria
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
27 /* Taken from openwsn-fw */
28 #define PORT_maxTxDataPrepare (460/PORT_US_PER_TICK)
29 #define PORT_maxRxAckPrepare (300/PORT_US_PER_TICK)
30 #define PORT_maxRxDataPrepare (300/PORT_US_PER_TICK)
31 #define PORT_maxTxAckPrepare (460/PORT_US_PER_TICK)
32 #define PORT_delayTx (400/PORT_US_PER_TICK)
34 #ifdef __cplusplus
35 }
36 #endif
37