#include "ntpudp.h"Functions | |
| void | uhrzeit_anpassung (void) |
| void | NTP_init (void) |
| void | sendNTP (ip_addr_t *ipaddr) |
| void | NTP_Data_Conversion (void) |
| void | RecvNTPCallBack (void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) |
Variables | |
| const int | timezone = 1 |
| UART_HandleTypeDef | huart3 |
| int | NTPsendreqs |
| int | NTPrecvs |
| static struct tm | zeit |
| char | data [48] |
| int | data_arrived = 0 |
| int | travel_ms |
| const uint8_t | EST [] |
| volatile uint64_t | MS_TIME |
| volatile uint64_t | MS_TIMER1 |
| int | ntpsyncd |
| volatile int | XTAL_Sec |
| volatile int | XTAL_Min |
| volatile int | XTAL_Hour |
| volatile int | XTAL_Day |
| volatile int | XTAL_Month |
| volatile int | XTAL_Year |
| volatile int | XTAL_Weekday |
| volatile int | Leap_year |
| volatile int | XTAL_MESZ |
| volatile int | First_XTAL_Min |
| volatile int | First_XTAL_Hour |
| volatile int | XTAL_MSEC |
| struct pbuf * | p |
| struct udp_pcb * | upcb1 |