Types#
This section provides a reference to the SNTP API data types.
Modules#
Typedefs#
typedef void(*
sl_sntp_client_event_handler_t)(sl_sntp_client_response_t *response, uint8_t *user_data, uint16_t user_data_length)
SNTP response handler.
typedef void(*
sl_sntp_set_time_sync_notification_handler_t)(const uint8_t cmd_type, sl_status_t status, const uint8_t *buffer)
SNTP time sync notification handler (Coming soon)
Typedef Documentation#
sl_sntp_client_event_handler_t#
typedef void(* sl_sntp_client_event_handler_t) (sl_sntp_client_response_t *response, uint8_t *user_data, uint16_t user_data_length) )(sl_sntp_client_response_t *response, uint8_t *user_data, uint16_t user_data_length)
SNTP response handler.
Definition at line
67
of file components/service/sntp/inc/sl_sntp.h
sl_sntp_set_time_sync_notification_handler_t#
typedef void(* sl_sntp_set_time_sync_notification_handler_t) (const uint8_t cmd_type, sl_status_t status, const uint8_t *buffer) )(const uint8_t cmd_type, sl_status_t status, const uint8_t *buffer)
SNTP time sync notification handler (Coming soon)
Definition at line
71
of file components/service/sntp/inc/sl_sntp.h