EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
EzRadio auto acknowledge plug-in managed by the plug-in manager if enabled.
(C) Copyright 2015 Silicon Labs, http://www.silabs.com
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no obligation to support this Software. Silicon Labs is providing the Software "AS IS", with no express or implied warranties of any kind, including, but not limited to, any implied warranties of merchantability or fitness for any particular purpose or warranties against infringement of any proprietary rights of a third party.
Silicon Labs will not be liable for any consequential, incidental, or special damages, or any other relief, or for any claim by any third party, arising from your use of this Software.
Definition in file ezradio_auto_ack_plugin.h.
Go to the source code of this file.
Data Structures | |
struct | EZRADIODRV_AutoAckHandle |
EzRadio auto acknowledge plug-in instance initialization and handler structure. More... | |
Macros | |
#define | EZRADIODRV_AUTO_ACK_PLUGIN_INIT_DEFAULT |
Configuration data for EzRadio auto acknowledge plug-in. More... | |
Typedefs | |
typedef struct EZRADIODRV_AutoAckHandle | EZRADIODRV_AutoAckHandle_t |
EzRadio auto acknowledge plug-in instance initialization and handler structure. | |
typedef enum EZRADIODRV_AutoAckMode | EZRADIODRV_AutoAckMode_t |
EzRadio auto acknowledge mode. | |
typedef enum EZRADIODRV_AutoAckPacketMode | EZRADIODRV_AutoAckPacketMode_t |
EzRadio packet mode for auto acknowledge plug-in. | |
Enumerations | |
enum | EZRADIODRV_AutoAckMode { ezradiodrvAutoAckDisabled = 0, ezradiodrvAutoAckImmediate = 1, ezradiodrvAutoAckSkipOne = 2 } |
EzRadio auto acknowledge mode. More... | |
enum | EZRADIODRV_AutoAckPacketMode { ezradiodrvAutoAckPktDefault = 0, ezradiodrvAutoAckPktCustom = 1 } |
EzRadio packet mode for auto acknowledge plug-in. More... | |
Functions | |
void | ezradioDisableAutoAck (EZRADIODRV_AutoAckHandle_t *autoAckHandle) |
Disables auto acknowledge sending feature. More... | |
void | ezradioEnableAutoAck (EZRADIODRV_AutoAckHandle_t *autoAckHandle) |
Enables auto acknowledge sending feature. More... | |
void | ezradioSkipAutoAck (EZRADIODRV_AutoAckHandle_t *autoAckHandle) |
Configures auto acknowledge sending feature so that there will be no acknowledge transmitted to the next received packet. This is usefull is both nodes of a link uses auto acknowledgement. More... | |