Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/modem/
Dmodem_cellular.c371 static void modem_cellular_start_timer(struct modem_cellular_data *data, k_timeout_t timeout) in modem_cellular_start_timer() function
485 modem_cellular_start_timer(data, K_MSEC(config->reset_pulse_duration_ms)); in modem_cellular_on_reset_pulse_state_enter()
522 modem_cellular_start_timer(data, K_MSEC(config->power_pulse_duration_ms)); in modem_cellular_on_power_on_pulse_state_enter()
558 modem_cellular_start_timer(data, K_MSEC(config->startup_time_ms)); in modem_cellular_on_await_power_on_state_enter()
639 modem_cellular_start_timer(data, K_MSEC(100)); in modem_cellular_on_connect_cmux_state_enter()
731 modem_cellular_start_timer(data, K_MSEC(100)); in modem_cellular_on_run_dial_script_state_enter()
826 modem_cellular_start_timer(data, K_MSEC(2000)); in modem_cellular_on_init_power_off_state_enter()
864 modem_cellular_start_timer(data, K_MSEC(config->power_pulse_duration_ms)); in modem_cellular_on_power_off_pulse_state_enter()
896 modem_cellular_start_timer(data, K_MSEC(config->shutdown_time_ms)); in modem_cellular_on_await_power_off_state_enter()