Uttam Bhat / SX1280Lib

Fork of SX1280Lib by Semtech

Embed: (wiki syntax)

« Back to documentation index

TickTime_s Struct Reference

TickTime_s Struct Reference

Represents an amount of time measurable by the radio clock. More...

#include <sx1280.h>

Data Fields

RadioTickSizes_t Step
 The step of ticktime.
uint16_t NbSteps
 The number of steps for ticktime Special values are:

  • 0x0000 for single mode
  • 0xFFFF for continuous mode.


Detailed Description

Represents an amount of time measurable by the radio clock.

 Time = Step * NbSteps
 Example:
 Step = RADIO_TICK_SIZE_4000_US( 4 ms )
 NbSteps = 1000
 Time = 4e-3 * 1000 = 4 seconds

Definition at line 674 of file sx1280.h.


Field Documentation

uint16_t NbSteps

The number of steps for ticktime Special values are:

  • 0x0000 for single mode
  • 0xFFFF for continuous mode.

Definition at line 683 of file sx1280.h.

RadioTickSizes_t Step

The step of ticktime.

Definition at line 676 of file sx1280.h.