 |
HT32SX Generic Push Button
Generic Push Button application for HT32SX
|
Go to the documentation of this file.
61 #define RF_ERR_API_INIT (sfx_u8)(0x30)
62 #define RF_ERR_API_SEND (sfx_u8)(0x31)
63 #define RF_ERR_API_CHANGE_FREQ (sfx_u8)(0x32)
64 #define RF_ERR_API_STOP (sfx_u8)(0x33)
65 #define RF_ERR_API_WAIT_FRAME (sfx_u8)(0x34)
66 #define RF_ERR_API_WAIT_CLEAR_CHANNEL (sfx_u8)(0x35)
67 #define RF_ERR_API_START_CONTINUOUS_TRANSMISSION (sfx_u8)(0x36)
68 #define RF_ERR_API_STOP_CONTINUOUS_TRANSMISSION (sfx_u8)(0x37)
69 #define RF_ERR_API_GET_VERSION (sfx_u8)(0x38)
198 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:1217
sfx_u8 RF_API_change_frequency(sfx_u32 frequency)
Change synthesizer carrier frequency.
Definition: rf_api.c:1399
sfx_modulation_type_t
Definition: sigfox_api.h:399
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:1483
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:1259
sfx_u8 RF_API_init(sfx_rf_mode_t rf_mode)
Init and configure Radio link in RX/TX.
Definition: rf_api.c:1075
sfx_rf_mode_t
Definition: sigfox_api.h:425
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:1302
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:1609
sfx_u8 RF_API_get_version(sfx_u8 **version, sfx_u8 *size)
Returns current RF API version.
Definition: rf_api.c:1736
sfx_u8 RF_API_stop_continuous_transmission(void)
Stop the current continuous transmisssion.
Definition: rf_api.c:1373