nrfxlib API 3.3.99
Loading...
Searching...
No Matches
Bitmask values for flags in the PVT notification

Bitmask values for the flags member in the nrf_modem_gnss_pvt_data_frame. More...

Macros

#define NRF_MODEM_GNSS_PVT_FLAG_FIX_VALID   0x01
 A valid fix has been acquired.
 
#define NRF_MODEM_GNSS_PVT_FLAG_LEAP_SECOND_VALID   0x02
 The leap second information is valid.
 
#define NRF_MODEM_GNSS_PVT_FLAG_SLEEP_BETWEEN_PVT   0x04
 At least one sleep period has passed since the last PVT notification.
 
#define NRF_MODEM_GNSS_PVT_FLAG_DEADLINE_MISSED   0x08
 Notification deadline was missed.
 
#define NRF_MODEM_GNSS_PVT_FLAG_NOT_ENOUGH_WINDOW_TIME   0x10
 Average time windows granted to GNSS may be too short.
 
#define NRF_MODEM_GNSS_PVT_FLAG_VELOCITY_VALID   0x20
 The velocity estimate is valid.
 
#define NRF_MODEM_GNSS_PVT_FLAG_SCHED_DOWNLOAD   0x40
 The PVT notification was sent because of a scheduled download.
 

Detailed Description

Bitmask values for the flags member in the nrf_modem_gnss_pvt_data_frame.