Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: modem_ref_helper_for_v5_3_217
Diff: include/d7a_1x.h
- Revision:
- 37:f5424d109c6d
- Parent:
- 35:ac940cf8ebe6
- Child:
- 41:6f83174ffed4
--- a/include/d7a_1x.h Thu Sep 06 10:41:51 2018 +0000 +++ b/include/d7a_1x.h Thu Oct 04 09:36:44 2018 +0000 @@ -453,8 +453,8 @@ D7A_ERROR_BAD_PARAM = -2, /// Duty cycle limit overflow D7A_ERROR_DUTY_CYCLE = -3, - /// Timeout - D7A_ERROR_TO = -4, + /// CCA timeout + D7A_ERROR_CCA_TO = -4, /// Security frame counter overflow D7A_ERROR_NLS_KEY = -5, /// TX stream underflow @@ -465,6 +465,11 @@ D7A_ERROR_RX_CRC = -8, /// Abort D7A_ERROR_ABORT = -9, + /// No ACK received + D7A_ERROR_NO_ACK = -10, + /// RX timeout + D7A_ERROR_RX_TO = -11, + } d7a_error_t;