EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
Receive plugin, see Plugin System Layer for detailed documentation.
.
Data Structures | |
struct | EZRADIODRV_PacketRxHandle |
EzRadio receive plug-in instance initialization and handler structure. More... | |
Macros | |
#define | EZRADIODRV_RECEIVE_PLUGIN_INIT_DEFAULT |
Configuration data for EzRadio receive plug-in. More... | |
Typedefs | |
typedef struct EZRADIODRV_PacketRxHandle | EZRADIODRV_PacketRxHandle_t |
EzRadio receive plug-in instance initialization and handler structure. | |
Functions | |
Ecode_t | ezradioStartRx (EZRADIODRV_Handle_t radioHandle) |
Set Radio to RX mode, packet length is always coming from the radio configuration. More... | |
#define EZRADIODRV_RECEIVE_PLUGIN_INIT_DEFAULT |
Configuration data for EzRadio receive plug-in.
Definition at line 77 of file ezradio_receive_plugin.h.
Ecode_t ezradioStartRx | ( | EZRADIODRV_Handle_t | radioHandle | ) |
Set Radio to RX mode, packet length is always coming from the radio configuration.
radioHandle | Handler of the EzRadio driver instance where packet buffer, callback and channel configurations are set. |
Definition at line 64 of file ezradio_receive_plugin.c.
References EZRADIODRV_PacketRxHandle::channel, ECODE_EMDRV_EZRADIODRV_OK, ezradio_start_rx(), and EZRADIODRV_HandleData::packetRx.