drivers: modem: hl7800: Add delayed start

Allow application control for starting modem driver.
This allows network attach to be randomized.

Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>
This commit is contained in:
Ryan Erickson 2021-08-19 16:24:44 -05:00 committed by Anas Nashif
commit 11e992099b
3 changed files with 39 additions and 17 deletions

View file

@ -155,7 +155,7 @@ typedef void (*mdm_hl7800_event_callback_t)(enum mdm_hl7800_event event,
int32_t mdm_hl7800_power_off(void);
/**
* @brief Reset the HL7800
* @brief Reset the HL7800 (and allow it to reconfigure).
*
* @return int32_t 0 for success
*/