EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
Direct receive plugin, see Plugin System Layer for detailed documentation.
.
Data Structures | |
struct | EZRADIODRV_DirectRxHandle |
EzRadio direct rx plug-in instance initialization and handler structure. More... | |
Macros | |
#define | EZRADIODRV_DIRECT_RECEIVE_PLUGIN_INIT_DEFAULT |
Configuration data for EzRadio direct rx plug-in. More... | |
Typedefs | |
typedef struct EZRADIODRV_DirectRxHandle | EZRADIODRV_DirectRxHandle_t |
EzRadio direct rx plug-in instance initialization and handler structure. | |
Functions | |
Ecode_t | ezradioStartDirectReceive (EZRADIODRV_Handle_t radioHandle) |
Starts direct reception with the radio configurations from the radioHandle parameter. More... | |
Ecode_t | ezradioStopDirectReceive (void) |
Stops direct reception. More... | |
#define EZRADIODRV_DIRECT_RECEIVE_PLUGIN_INIT_DEFAULT |
Configuration data for EzRadio direct rx plug-in.
Definition at line 75 of file ezradio_direct_receive_plugin.h.
Ecode_t ezradioStartDirectReceive | ( | EZRADIODRV_Handle_t | radioHandle | ) |
Starts direct reception with the radio configurations from the radioHandle parameter.
radioHandle | Handler of the EzRadio driver instance where channel configuration is set. |
Definition at line 56 of file ezradio_direct_receive_plugin.c.
References EZRADIODRV_DirectRxHandle::channel, EZRADIODRV_HandleData::directRx, ECODE_EMDRV_EZRADIODRV_ILLEGAL_HANDLE, ECODE_EMDRV_EZRADIODRV_OK, ezradio_get_int_status(), and ezradio_start_rx().
Ecode_t ezradioStopDirectReceive | ( | void | ) |
Stops direct reception.
Definition at line 82 of file ezradio_direct_receive_plugin.c.
References ECODE_EMDRV_EZRADIODRV_OK, and ezradio_change_state().