nrfxlib API 2.8.99
|
Configuration for the nrf_modem_gnss_1pps_enable function. More...
#include <nrf_modem_gnss.h>
Data Fields | |
uint16_t | pulse_interval |
Pulse interval in seconds. Range 0...1800s. Value 0 denotes one-time pulse mode. | |
uint16_t | pulse_width |
Pulse width in milliseconds. Range 1...500ms. | |
bool | apply_start_time |
If true, pulses are started at given start time. If false, the date and time fields are ignored. | |
uint16_t | year |
Gregorian year. Range 0...4000. | |
uint8_t | month |
Month of the year. Range 1...12. | |
uint8_t | day |
Day of the month. Range 1...31. | |
uint8_t | hour |
Hour of the day. Range 0...23. | |
uint8_t | minute |
Minute of the hour. Range 0...59. | |
uint8_t | second |
Second of the minute. Range 0...59. | |
Configuration for the nrf_modem_gnss_1pps_enable function.