 |
HT32SX Monarch Scan
Monarch Scan application for HT32SX
|
Go to the documentation of this file.
59 #define RF_ERR_API_INIT (sfx_u8)(0x30)
60 #define RF_ERR_API_SEND (sfx_u8)(0x31)
61 #define RF_ERR_API_CHANGE_FREQ (sfx_u8)(0x32)
62 #define RF_ERR_API_STOP (sfx_u8)(0x33)
63 #define RF_ERR_API_WAIT_FRAME (sfx_u8)(0x34)
64 #define RF_ERR_API_WAIT_CLEAR_CHANNEL (sfx_u8)(0x35)
65 #define RF_ERR_API_START_CONTINUOUS_TRANSMISSION (sfx_u8)(0x36)
66 #define RF_ERR_API_STOP_CONTINUOUS_TRANSMISSION (sfx_u8)(0x37)
67 #define RF_ERR_API_GET_VERSION (sfx_u8)(0x38)
190 sfx_u8
RF_API_wait_frame(sfx_u8 *frame, sfx_s16 *rssi, sfx_rx_state_enum_t * state);
sfx_u8 RF_API_stop(void)
Close Radio link.
Definition: rf_api.c:1220
sfx_u8 RF_API_change_frequency(sfx_u32 frequency)
Change synthesizer carrier frequency.
Definition: rf_api.c:1402
sfx_modulation_type_t
Definition: sigfox_api.h:378
sfx_u8 RF_API_wait_frame(sfx_u8 *frame, sfx_s16 *rssi, sfx_rx_state_enum_t *state)
Get all GFSK frames received in Rx buffer, structure of frame is : Synchro bit + Synchro frame + 15 B...
Definition: rf_api.c:1486
sfx_u8 RF_API_send(sfx_u8 *stream, sfx_modulation_type_t type, sfx_u8 size)
BPSK Modulation of data stream (from synchro bit field to CRC)
Definition: rf_api.c:1262
sfx_u8 RF_API_init(sfx_rf_mode_t rf_mode)
Init and configure Radio link in RX/TX.
Definition: rf_api.c:1078
sfx_rf_mode_t
Definition: sigfox_api.h:404
sfx_u8 RF_API_start_continuous_transmission(sfx_modulation_type_t type)
Generate a signal with modulation type. All the configuration ( Init of the RF and Frequency have alr...
Definition: rf_api.c:1305
sfx_u8 RF_API_wait_for_clear_channel(sfx_u8 cs_min, sfx_s8 cs_threshold, sfx_rx_state_enum_t *state)
This function is used in ARIB standard for the Listen Before Talk feature. It listens on a specific f...
Definition: rf_api.c:1612
sfx_u8 RF_API_get_version(sfx_u8 **version, sfx_u8 *size)
Returns current RF API version.
Definition: rf_api.c:1739
sfx_u8 RF_API_stop_continuous_transmission(void)
Stop the current continuous transmisssion.
Definition: rf_api.c:1376