Loading...
Searching...
No Matches
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
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
27/* Measured 800us + ~10% */
28#define PORT_maxTxDataPrepare (900/PORT_US_PER_TICK)
29/* Measured 450us + ~10% */
30#define PORT_maxRxAckPrepare (500/PORT_US_PER_TICK)
31/* Measured 500us + ~10% */
32#define PORT_maxRxDataPrepare (550/PORT_US_PER_TICK)
33/* Measured 660us + ~10% */
34#define PORT_maxTxAckPrepare (750/PORT_US_PER_TICK)
35/* Measured 650us with openwsn_sctimer_rtt */
36#define PORT_delayTx (650/PORT_US_PER_TICK)
38
39#ifdef __cplusplus
40}
41#endif
42