Searched refs:leap_second_handler (Results 1 – 3 of 3) sorted by relevance
/NetX-Duo-v6.3.0/samples/ |
D | demo_netxduo_sntp_client.c | 32 UINT leap_second_handler(NX_SNTP_CLIENT *client_ptr, UINT leap_indicator); 187 leap_second_handler, in tx_application_define() 448 UINT leap_second_handler(NX_SNTP_CLIENT *client_ptr, UINT leap_indicator) in leap_second_handler() function
|
/NetX-Duo-v6.3.0/addons/sntp/ |
D | nxd_sntp_client.h | 595 …UINT (*leap_second_handler)(struct NX_SNTP_CLIENT_STRUCT *client_ptr, U… member 672 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), 700 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), 704 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator),
|
D | nxd_sntp_client.c | 135 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), in _nxe_sntp_client_create() 168 … leap_second_handler, kiss_of_death_handler, random_number_generator); in _nxe_sntp_client_create() 233 … UINT (*leap_second_handler)(NX_SNTP_CLIENT *client_ptr, UINT indicator), in _nx_sntp_client_create() 301 client_ptr -> leap_second_handler = leap_second_handler; in _nx_sntp_client_create() 3430 if (client_ptr -> leap_second_handler) in _nx_sntp_client_apply_sanity_checks() 3434 (client_ptr -> leap_second_handler)(client_ptr, leap_second_indicator); in _nx_sntp_client_apply_sanity_checks()
|