|
Wirepas SDK
|
|
Go to the documentation of this file.
17 #ifndef APP_LIB_RADIO_CONFIG_H_
18 #define APP_LIB_RADIO_CONFIG_H_
27 #define APP_LIB_RADIO_CFG_NAME 0x6e080bb7
30 #define APP_LIB_RADIO_CFG_VERSION 0x200
33 #define APP_LIB_RADIO_CFG_POWER_MAX_CNT 10
36 #define APP_LIB_RADIO_CFG_CURRENT_MIN 1
46 #define APP_LIB_RADIO_CFG_CURRENT_MAX 1000
void(* app_lib_radio_cfg_fem_cmd_cb_f)(uint8_t femcmd)
Callback function to control FEM state.
app_lib_radio_cfg_fem_setup_f femSetup
@ APP_LIB_RADIO_CFG_FEM_PWR_OFF
@ APP_LIB_RADIO_CFG_FEM_STANDBY
app_res_e(* app_lib_radio_cfg_pa_setup_f)(const void *pa_cfg)
Setup radio PA configuration, relevant only for platforms that require PA configuration (e....
app_lib_radio_cfg_fem_set_power_cb_f setPower
Radio FEM configuration structure from application to firmware.
app_lib_radio_cfg_fem_cmd_cb_f femCmd
app_lib_radio_cfg_fem_timings_t femTimings
@ APP_LIB_RADIO_CFG_FEM_PWR_ON
@ APP_LIB_RADIO_CFG_FEM_RX_ON
#define APP_LIB_RADIO_CFG_POWER_MAX_CNT
Maximum amount of configurable power levels.
app_res_e(* app_lib_radio_cfg_power_setup_f)(const app_lib_radio_cfg_power_t *power_cfg)
Setup radio configuration / power level settings.
FEM state transition delays.
app_res_e(* app_lib_radio_cfg_fem_setup_f)(const app_lib_radio_cfg_fem_t *fem_cfg)
Setup FEM control.
Radio FEM configuration structure from application to firmware.
@ APP_LIB_RADIO_CFG_FEM_TX_ON
app_lib_radio_cfg_power_setup_f powerSetup
Definition for single TX power level.
app_lib_radio_cfg_femcmd_e
FEM control command from firmware to application.
app_lib_radio_cfg_pa_setup_f paSetup
List of library functions.
void(* app_lib_radio_cfg_fem_set_power_cb_f)(uint8_t power_index)
Callback function to set radio TX power.