EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
Unmodulated Carrier plugin, see Plugin System Layer for detailed documentation.
.
Data Structures | |
struct | EZRADIODRV_UnmodCarrierHandle |
EzRadio unmodulated carrier plug-in instance initialization and handler structure. More... | |
Macros | |
#define | EZRADIODRV_UNMOD_CARRIER_PLUGIN_INIT_DEFAULT |
Configuration data for EzRadio unmodulated carrier plug-in. More... | |
Typedefs | |
typedef struct EZRADIODRV_UnmodCarrierHandle | EZRADIODRV_UnmodCarrierHandle_t |
EzRadio unmodulated carrier plug-in instance initialization and handler structure. | |
Functions | |
Ecode_t | ezradioStartUnmodulatedCarrier (EZRADIODRV_Handle_t radioHandle) |
Starts unmodulated carrier transmission with the radio configurations from the radioHandle parameter. More... | |
Ecode_t | ezradioStopUnmodulatedCarrier (void) |
Stops unmodulated carrier transmission. More... | |
#define EZRADIODRV_UNMOD_CARRIER_PLUGIN_INIT_DEFAULT |
Configuration data for EzRadio unmodulated carrier plug-in.
Definition at line 75 of file ezradio_unmod_carrier_plugin.h.
Ecode_t ezradioStartUnmodulatedCarrier | ( | EZRADIODRV_Handle_t | radioHandle | ) |
Starts unmodulated carrier transmission with the radio configurations from the radioHandle parameter.
radioHandle | Handler of the EzRadio driver instance where channel configuration is set. |
Definition at line 57 of file ezradio_unmod_carrier_plugin.c.
References EZRADIODRV_UnmodCarrierHandle::channel, ECODE_EMDRV_EZRADIODRV_ILLEGAL_HANDLE, ECODE_EMDRV_EZRADIODRV_OK, ECODE_EMDRV_EZRADIODRV_TRANSMIT_FAILED, ezradio_get_int_status(), ezradio_request_device_state(), ezradio_start_tx(), and EZRADIODRV_HandleData::unmodCarrier.
Ecode_t ezradioStopUnmodulatedCarrier | ( | void | ) |
Stops unmodulated carrier transmission.
Definition at line 89 of file ezradio_unmod_carrier_plugin.c.
References ECODE_EMDRV_EZRADIODRV_OK, and ezradio_change_state().