oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Fields
ove_sntp_config_t Struct Reference

SNTP client configuration. More...

#include <net_sntp.h>

Data Fields

const char * server
 
uint64_t timeout_ns
 

Detailed Description

SNTP client configuration.

Field Documentation

◆ server

const char* ove_sntp_config_t::server

NTP server hostname (e.g. "pool.ntp.org").

◆ timeout_ns

uint64_t ove_sntp_config_t::timeout_ns

Query timeout in nanoseconds (0 = 5 seconds).


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