Searched defs:modem_cellular_config (Results 1 – 1 of 1) sorted by relevance
153 struct modem_cellular_config { struct154 const struct device *uart;155 struct gpio_dt_spec power_gpio;156 struct gpio_dt_spec reset_gpio;157 uint16_t power_pulse_duration_ms;158 uint16_t reset_pulse_duration_ms;159 uint16_t startup_time_ms;160 uint16_t shutdown_time_ms;161 bool autostarts;162 const struct modem_chat_script *init_chat_script;[all …]