35#ifndef LR1110_LR_FHSS_H
36#define LR1110_LR_FHSS_H
64#define LR_FHSS_SYNC_WORD_BYTES ( 4 )
102 uint16_t hop_sequence_id, uint8_t* payload, uint8_t payload_length );
err_t lr1110_lr_fhss_build_frame(lriot_t *ctx, lr1110_lr_fhss_params_t *lr_fhss_params, uint16_t hop_sequence_id, uint8_t *payload, uint8_t payload_length)
Configure a payload to be sent with LR_FHSS.
uint32_t lr1110_lr_fhss_get_time_on_air_in_ms(lr1110_lr_fhss_params_t *params, uint16_t payload_length)
Get the time on air in ms for LR-FHSS transmission.
uint32_t lr1110_lr_fhss_get_hop_sequence_count(lr1110_lr_fhss_params_t *lr_fhss_params)
Return the number of hop sequences available using the given parameters.
err_t lr1110_lr_fhss_init(lriot_t *ctx)
Initialize the LR_FHSS.
LR_FHSS types definition for LR1110.
Type definitions for LR1110.
This file contains API for LR IoT Click Driver.
LR FHSS parameter structure.
Definition lr1110_lr_fhss_types.h:54
LR IoT Click context object.
Definition lriot.h:273