lriot 2.1.0.0
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
39extern "C" {
40#endif
41
42/*
43 * -----------------------------------------------------------------------------
44 * --- DEPENDENCIES ------------------------------------------------------------
45 */
46
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
77
86
87#ifdef __cplusplus
88}
89#endif
90
91#endif // LR1110_RADIO_TIMINGS_H
92
93/* --- EOF ------------------------------------------------------------------ */
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)
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.
Radio driver types for LR1110.
lr1110_radio_ramp_time_t
Ramping time for PA.
Definition lr1110_radio_types.h:110
Modulation configuration for LoRa packet.
Definition lr1110_radio_types.h:469