EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
Direct transmit plugin, see Plugin System Layer for detailed documentation.
.
Data Structures | |
struct | EZRADIODRV_DirectTxHandle |
EzRadio direct tx plug-in instance initialization and handler structure. More... | |
Macros | |
#define | EZRADIODRV_DIRECT_TRANSMIT_PLUGIN_INIT_DEFAULT |
Configuration data for EzRadio direct tx plug-in. More... | |
Typedefs | |
typedef struct EZRADIODRV_DirectTxHandle | EZRADIODRV_DirectTxHandle_t |
EzRadio direct tx plug-in instance initialization and handler structure. | |
Functions | |
Ecode_t | ezradioStartDirectTransmit (EZRADIODRV_Handle_t radioHandle) |
Starts direct transmission with the radio configurations from the radioHandle parameter. More... | |
Ecode_t | ezradioStopDirectTransmit (void) |
Stops direct transmission. More... | |
#define EZRADIODRV_DIRECT_TRANSMIT_PLUGIN_INIT_DEFAULT |
Configuration data for EzRadio direct tx plug-in.
Definition at line 75 of file ezradio_direct_transmit_plugin.h.
Ecode_t ezradioStartDirectTransmit | ( | EZRADIODRV_Handle_t | radioHandle | ) |
Starts direct transmission 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_transmit_plugin.c.
References EZRADIODRV_DirectTxHandle::channel, EZRADIODRV_HandleData::directTx, ECODE_EMDRV_EZRADIODRV_ILLEGAL_HANDLE, ECODE_EMDRV_EZRADIODRV_OK, ECODE_EMDRV_EZRADIODRV_TRANSMIT_FAILED, ezradio_get_int_status(), ezradio_request_device_state(), and ezradio_start_tx().
Ecode_t ezradioStopDirectTransmit | ( | void | ) |
Stops direct transmission.
Definition at line 88 of file ezradio_direct_transmit_plugin.c.
References ECODE_EMDRV_EZRADIODRV_OK, and ezradio_change_state().