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
 
uint32_t timeout_ms
 

Detailed Description

SNTP client configuration.

Field Documentation

◆ server

const char* ove_sntp_config_t::server

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

◆ timeout_ms

uint32_t ove_sntp_config_t::timeout_ms

Query timeout in milliseconds (0 = 5000).


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