![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
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) |
void | sntp_setserver (u8_t idx, const ip_addr_t *addr) |
ip_addr_t | sntp_getserver (u8_t idx) |
u8_t sntp_getoperatingmode | ( | void | ) |
void sntp_init | ( | void | ) |
void sntp_setoperatingmode | ( | u8_t | operating_mode | ) |
void sntp_stop | ( | void | ) |