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.
Dependents: SX1280PingPong RangignMaster RangingSlave MSNV2-Terminal_V1-6 ... more
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:
|
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 |
uint16_t PeriodBaseCount |
Generated on Tue Jul 12 2022 19:08:29 by
