[riot-notifications] [RIOT-OS/RIOT] ieee802154/radio_hal: introduce Radio HAL for IEEE802.15.4 compatible radios (#14371)
Francisco
notifications at github.com
Mon Nov 2 17:11:31 CET 2020
@fjmolinas commented on this pull request.
> + IEEE802154_RADIO_CONFIRM_CCA,
+} ieee802154_trx_ev_t;
+
+/**
+ * @brief CSMA-CA exponential backoff parameters.
+ */
+typedef struct {
+ uint8_t min; /**< minimum value of the exponential backoff */
+ uint8_t max; /**< maximum value of the exponential backoff */
+} ieee802154_csma_be_t;
+
+/**
+ * @brief RX information associated to a frame
+ */
+typedef struct {
+ int16_t rssi; /**< RSSI of the received frame */
@benpicco I'm trying to find the reference to your screenshot, do you recall where you took it from?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/14371#discussion_r516082199
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201102/a9077903/attachment.htm>
More information about the notifications
mailing list