nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ clock_std_ppm

int16_t nrf_modem_dect_clock_sync_state_event::clock_std_ppm

Clock synchronization error standard deviation.

Standard deviation of the clock error in parts per million (ppm) when synchronized. Only valid when synchronized is true.

Value is encoded in Q3.12 fixed-point format:

  • Bit 15: Sign bit (0 = positive, 1 = negative)
  • Bits 14-12: Integer part (3 bits)
  • Bits 11-0: Fractional part (12 bits)

To convert to floating-point ppm: value / 4096.0

Example: 0x1000 (4096 decimal) = 1.0 ppm standard deviation