UbixOS V2
2.0
|
#include "lwip/apps/sntp_opts.h"
#include "lwip/ip_addr.h"
Go to the source code of this file.
Macros | |
#define | SNTP_OPMODE_LISTENONLY 1 |
#define | SNTP_OPMODE_POLL 0 |
#define | sntp_servermode_dhcp(x) |
Functions | |
u8_t | sntp_enabled (void) |
u8_t | sntp_getoperatingmode (void) |
const ip_addr_t * | sntp_getserver (u8_t idx) |
void | sntp_init (void) |
void | sntp_setoperatingmode (u8_t operating_mode) |
void | sntp_setserver (u8_t idx, const ip_addr_t *addr) |
void | sntp_stop (void) |
SNTP client API
Definition in file sntp.h.
u8_t sntp_enabled | ( | void | ) |
u8_t sntp_getoperatingmode | ( | void | ) |
void sntp_init | ( | void | ) |
void sntp_setoperatingmode | ( | u8_t | operating_mode | ) |
void sntp_stop | ( | void | ) |