Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/inc/asc_security_core/utils/
Difile.h35 size_t ifile_read(const char *path, const char *mode, char *buf, size_t size);
46 char *ifile_alloc_read(const char *path, const char *mode, size_t *size);
58 asc_result_t ifile_write(const char *path, const char *mode, char *buf, size_t size);
/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.c3218 UINT mode; in _nx_sntp_client_apply_sanity_checks() local
3252 mode = server_time_msg_ptr ->flags & 0x07; in _nx_sntp_client_apply_sanity_checks()
3255 …if ((mode != PROTOCOL_MODE_SERVER_UNICAST) && (client_ptr -> nx_sntp_client_protocol_mode == UNICA… in _nx_sntp_client_apply_sanity_checks()
3262 …else if ((mode != PROTOCOL_MODE_SERVER_BROADCAST) && (client_ptr -> nx_sntp_client_protocol_mode =… in _nx_sntp_client_apply_sanity_checks()