lriot
2.1.0.0
cmake
lriot
lib_lriot
include
driver
transceiver
lr1110_radio_timings.h
Go to the documentation of this file.
1
35
#ifndef LR1110_RADIO_TIMINGS_H
36
#define LR1110_RADIO_TIMINGS_H
37
38
#ifdef __cplusplus
39
extern
"C"
{
40
#endif
41
42
/*
43
* -----------------------------------------------------------------------------
44
* --- DEPENDENCIES ------------------------------------------------------------
45
*/
46
47
#include "
transceiver/lr1110_radio_types.h
"
48
49
/*
50
* -----------------------------------------------------------------------------
51
* --- PUBLIC MACROS -----------------------------------------------------------
52
*/
53
54
/*
55
* -----------------------------------------------------------------------------
56
* --- PUBLIC CONSTANTS --------------------------------------------------------
57
*/
58
59
/*
60
* -----------------------------------------------------------------------------
61
* --- PUBLIC TYPES ------------------------------------------------------------
62
*/
63
64
/*
65
* -----------------------------------------------------------------------------
66
* --- PUBLIC FUNCTIONS PROTOTYPES ---------------------------------------------
67
*/
68
76
uint32_t
lr1110_radio_timings_get_delay_between_last_bit_sent_and_rx_done_in_us
(
lr1110_radio_mod_params_lora_t
* mod_params );
77
85
uint32_t
lr1110_radio_timings_get_delay_between_last_bit_sent_and_tx_done_in_us
(
lr1110_radio_ramp_time_t
ramp_time );
86
87
#ifdef __cplusplus
88
}
89
#endif
90
91
#endif // LR1110_RADIO_TIMINGS_H
92
93
/* --- EOF ------------------------------------------------------------------ */
lr1110_radio_types.h
Radio driver types for LR1110.
lr1110_radio_ramp_time_t
lr1110_radio_ramp_time_t
Ramping time for PA.
Definition:
lr1110_radio_types.h:110
lr1110_radio_timings_get_delay_between_last_bit_sent_and_tx_done_in_us
uint32_t lr1110_radio_timings_get_delay_between_last_bit_sent_and_tx_done_in_us(lr1110_radio_ramp_time_t ramp_time)
Get the time between the last bit sent and the Tx done event.
lr1110_radio_timings_get_delay_between_last_bit_sent_and_rx_done_in_us
uint32_t lr1110_radio_timings_get_delay_between_last_bit_sent_and_rx_done_in_us(lr1110_radio_mod_params_lora_t *mod_params)
Get the time between the last bit sent (on Tx side) and the Rx done event (on Rx side)
lr1110_radio_mod_params_lora_s
Modulation configuration for LoRa packet.
Definition:
lr1110_radio_types.h:469
Generated by
1.8.20