HT32SX Generic Push Button
Generic Push Button application for HT32SX
codes Return Error codes definition for RF API

Can be customized to add new error codes. All RF_API_ error codes will be piped with SIGFOX_API_xxx return code.
SFX_ERR_NONE implementation is mandatory for each MCU_API_xxx RF_API_xxx REPEATER_API_xxx or SE_API_xxx functions. More...

Macros

#define RF_ERR_API_INIT   (sfx_u8)(0x30)
 
#define RF_ERR_API_SEND   (sfx_u8)(0x31)
 
#define RF_ERR_API_CHANGE_FREQ   (sfx_u8)(0x32)
 
#define RF_ERR_API_STOP   (sfx_u8)(0x33)
 
#define RF_ERR_API_WAIT_FRAME   (sfx_u8)(0x34)
 
#define RF_ERR_API_WAIT_CLEAR_CHANNEL   (sfx_u8)(0x35)
 
#define RF_ERR_API_START_CONTINUOUS_TRANSMISSION   (sfx_u8)(0x36)
 
#define RF_ERR_API_STOP_CONTINUOUS_TRANSMISSION   (sfx_u8)(0x37)
 
#define RF_ERR_API_GET_VERSION   (sfx_u8)(0x38)
 

Detailed Description

Can be customized to add new error codes. All RF_API_ error codes will be piped with SIGFOX_API_xxx return code.
SFX_ERR_NONE implementation is mandatory for each MCU_API_xxx RF_API_xxx REPEATER_API_xxx or SE_API_xxx functions.

Macro Definition Documentation

◆ RF_ERR_API_CHANGE_FREQ

#define RF_ERR_API_CHANGE_FREQ   (sfx_u8)(0x32)

Error on RF_API_change_frequency

◆ RF_ERR_API_GET_VERSION

#define RF_ERR_API_GET_VERSION   (sfx_u8)(0x38)

Error on RF_API_get_version

◆ RF_ERR_API_INIT

#define RF_ERR_API_INIT   (sfx_u8)(0x30)

Error on RF_API_init

◆ RF_ERR_API_SEND

#define RF_ERR_API_SEND   (sfx_u8)(0x31)

Error on RF_API_send

◆ RF_ERR_API_START_CONTINUOUS_TRANSMISSION

#define RF_ERR_API_START_CONTINUOUS_TRANSMISSION   (sfx_u8)(0x36)

Error on RF_API_start_continuous_transmission

◆ RF_ERR_API_STOP

#define RF_ERR_API_STOP   (sfx_u8)(0x33)

Error on RF_API_stop

◆ RF_ERR_API_STOP_CONTINUOUS_TRANSMISSION

#define RF_ERR_API_STOP_CONTINUOUS_TRANSMISSION   (sfx_u8)(0x37)

Error on RF_API_stop_continuous_transmission

◆ RF_ERR_API_WAIT_CLEAR_CHANNEL

#define RF_ERR_API_WAIT_CLEAR_CHANNEL   (sfx_u8)(0x35)

Error on RF_API_wait_for_clear_channel

◆ RF_ERR_API_WAIT_FRAME

#define RF_ERR_API_WAIT_FRAME   (sfx_u8)(0x34)

Error on RF_API_wait_frame