Searched refs:MDM_CMD_SEND_TIMEOUT (Results  1 – 2 of 2) sorted by relevance
| /Zephyr-latest/drivers/modem/ | 
| D | hl7800.c | 191 #define MDM_CMD_SEND_TIMEOUT K_SECONDS(6)  macro 316 		ret = send_at_cmd(NULL, (c), MDM_CMD_SEND_TIMEOUT, 0, false);  \ 325 		ret = send_at_cmd(NULL, (c), MDM_CMD_SEND_TIMEOUT, 0, false);  \ 333 		ret = send_at_cmd(NULL, (c), MDM_CMD_SEND_TIMEOUT,             \ 346 		ret = send_at_cmd(NULL, (c), MDM_CMD_SEND_TIMEOUT,             \ 1214 	ret = send_at_cmd(NULL, "AT+CCLK?", MDM_CMD_SEND_TIMEOUT, 0, false);  in mdm_hl7800_get_local_time() 1234 	ret = send_at_cmd(NULL, "AT+KCARRIERCFG?", MDM_CMD_SEND_TIMEOUT, 0,  in mdm_hl7800_get_operator_index() 1253 	ret = send_at_cmd(NULL, "AT+CFUN?", MDM_CMD_SEND_TIMEOUT, 0, false);  in mdm_hl7800_get_functionality() 1274 	ret = send_at_cmd(NULL, buf, MDM_CMD_SEND_TIMEOUT,  in mdm_hl7800_set_functionality() 1364 	ret = send_at_cmd(NULL, buf, MDM_CMD_SEND_TIMEOUT, MDM_DEFAULT_AT_CMD_RETRIES, false);  in mdm_hl7800_polte_enable() [all …] 
 | 
| D | wncm14a2a.c | 66 #define MDM_CMD_SEND_TIMEOUT		(10 * MSEC_PER_SEC)  macro 366 	ret = k_sem_take(&sock->sock_send_sem, K_MSEC(MDM_CMD_SEND_TIMEOUT));  in send_data()
  |