EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
ezradio_direct_transmit_plugin.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef EZRADIO_DIRECT_TRANSMIT_PLUGIN_H_
35 #define EZRADIO_DIRECT_TRANSMIT_PLUGIN_H_
36 
37 #ifdef __cplusplus
38 extern "C" {
39 #endif
40 
41 /***************************************************************************/
46 /***************************************************************************/
51 /***************************************************************************/
56 /***************************************************************************/
63 #if defined( EZRADIO_PLUGIN_DIRECT_TRANSMIT )
64 
67 {
68  uint8_t channel;
70 
73 
75 #define EZRADIODRV_DIRECT_TRANSMIT_PLUGIN_INIT_DEFAULT \
76 { /* PN9 */ \
77  0, /* Channel */ \
78 },
79 
80 #else //#if defined( EZRADIO_PLUGIN_DIRECT_TRANSMIT )
81 #define EZRADIODRV_DIRECT_TRANSMIT_PLUGIN_INIT_DEFAULT
82 #endif //#if defined( EZRADIO_PLUGIN_DIRECT_TRANSMIT )
83 
89 #ifdef __cplusplus
90 }
91 #endif
92 
93 #endif /* EZRADIO_DIRECT_TRANSMIT_PLUGIN_H_ */
Ecode_t ezradioStartDirectTransmit(EZRADIODRV_Handle_t radioHandle)
Starts direct transmission with the radio configurations from the radioHandle parameter.
uint32_t Ecode_t
Typedef for API function error code return values.
Definition: ecode.h:51
Ecode_t ezradioStopDirectTransmit(void)
Stops direct transmission.
uint8_t channel
Direct transmit channel.
EzRadio direct tx plug-in instance initialization and handler structure.
struct EZRADIODRV_DirectTxHandle EZRADIODRV_DirectTxHandle_t
EzRadio direct tx plug-in instance initialization and handler structure.