![]() |
HT32SX Generic Push Button
Generic Push Button application for HT32SX
|
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) |
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.
#define RF_ERR_API_CHANGE_FREQ (sfx_u8)(0x32) |
Error on RF_API_change_frequency
#define RF_ERR_API_GET_VERSION (sfx_u8)(0x38) |
Error on RF_API_get_version
#define RF_ERR_API_INIT (sfx_u8)(0x30) |
Error on RF_API_init
#define RF_ERR_API_SEND (sfx_u8)(0x31) |
Error on RF_API_send
#define RF_ERR_API_START_CONTINUOUS_TRANSMISSION (sfx_u8)(0x36) |
Error on RF_API_start_continuous_transmission
#define RF_ERR_API_STOP (sfx_u8)(0x33) |
Error on RF_API_stop
#define RF_ERR_API_STOP_CONTINUOUS_TRANSMISSION (sfx_u8)(0x37) |
Error on RF_API_stop_continuous_transmission
#define RF_ERR_API_WAIT_CLEAR_CHANNEL (sfx_u8)(0x35) |
Error on RF_API_wait_for_clear_channel
#define RF_ERR_API_WAIT_FRAME (sfx_u8)(0x34) |
Error on RF_API_wait_frame