Semtech / SX1280Lib

Dependents:   SX1280PingPong RangignMaster RangingSlave MSNV2-Terminal_V1-6 ... more

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 PeriodBase
 The base time of ticktime.
uint16_t PeriodBaseCount
 The number of periodBase 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 = PeriodBase * PeriodBaseCount
 Example:
 PeriodBase = RADIO_TICK_SIZE_4000_US( 4 ms )
 PeriodBaseCount = 1000
 Time = 4e-3 * 1000 = 4 seconds

Definition at line 683 of file sx1280.h.


Field Documentation

RadioTickSizes_t PeriodBase

The base time of ticktime.

Definition at line 685 of file sx1280.h.

uint16_t PeriodBaseCount

The number of periodBase for ticktime Special values are:

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

Definition at line 692 of file sx1280.h.