![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
This module defines functions for storing and loading flexPTP configurations. More...
#include "ptp_types.h"Go to the source code of this file.
Data Structures | |
| struct | PtpConfig |
| Global storable-loadable configuration. More... | |
Functions | |
| void | ptp_store_config (PtpConfig *pConfig) |
| void | ptp_load_config (const PtpConfig *pConfig) |
| void | ptp_load_config_from_dump (const void *pDump) |
This module defines functions for storing and loading flexPTP configurations.
Definition in file config.h.
| void ptp_load_config | ( | const PtpConfig * | pConfig | ) |
| void ptp_load_config_from_dump | ( | const void * | pDump | ) |