Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SX1280Lib by
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: 
 | |
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 | 
Generated on Thu Jul 21 2022 00:08:48 by
 1.7.2
 1.7.2 
    