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