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 315 ret = send_at_cmd(NULL, (c), MDM_CMD_SEND_TIMEOUT, 0, false); \ 324 ret = send_at_cmd(NULL, (c), MDM_CMD_SEND_TIMEOUT, 0, false); \ 332 ret = send_at_cmd(NULL, (c), MDM_CMD_SEND_TIMEOUT, \ 345 ret = send_at_cmd(NULL, (c), MDM_CMD_SEND_TIMEOUT, \ 1087 ret = send_at_cmd(NULL, data, MDM_CMD_SEND_TIMEOUT, 0, false); in mdm_hl7800_send_at_cmd() 1184 ret = send_at_cmd(NULL, "AT+CCLK?", MDM_CMD_SEND_TIMEOUT, 0, false); in mdm_hl7800_get_local_time() 1204 ret = send_at_cmd(NULL, "AT+KCARRIERCFG?", MDM_CMD_SEND_TIMEOUT, 0, in mdm_hl7800_get_operator_index() 1223 ret = send_at_cmd(NULL, "AT+CFUN?", MDM_CMD_SEND_TIMEOUT, 0, false); in mdm_hl7800_get_functionality() 1244 ret = send_at_cmd(NULL, buf, MDM_CMD_SEND_TIMEOUT, in mdm_hl7800_set_functionality() [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()
|