Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
gnss_periodic_config Struct Reference

GNSS periodic tracking configuration. More...

#include <gnss.h>

Data Fields

uint32_t active_time_ms
 The time the GNSS will spend in the active state in ms.
 
uint32_t inactive_time_ms
 The time the GNSS will spend in the inactive state in ms.
 

Detailed Description

GNSS periodic tracking configuration.

Note
Setting either active_time or inactive_time to 0 will disable periodic function.

Field Documentation

◆ active_time_ms

uint32_t gnss_periodic_config::active_time_ms

The time the GNSS will spend in the active state in ms.

◆ inactive_time_ms

uint32_t gnss_periodic_config::inactive_time_ms

The time the GNSS will spend in the inactive state in ms.


The documentation for this struct was generated from the following file: