Prusa MINI Firmware overview
|
Go to the source code of this file.
Macros | |
#define | SNTP_OPMODE_POLL 0 |
#define | SNTP_OPMODE_LISTENONLY 1 |
#define | sntp_servermode_dhcp(x) |
Functions | |
void | sntp_setoperatingmode (u8_t operating_mode) |
u8_t | sntp_getoperatingmode (void) |
void | sntp_init (void) |
void | sntp_stop (void) |
u8_t | sntp_enabled (void) |
void | sntp_setserver (u8_t idx, const ip_addr_t *addr) |
const ip_addr_t * | sntp_getserver (u8_t idx) |
SNTP client API
#define SNTP_OPMODE_POLL 0 |
#define SNTP_OPMODE_LISTENONLY 1 |
#define sntp_servermode_dhcp | ( | x | ) |