Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
cellular_modem.h
Go to the documentation of this file.
1
8
9#ifndef INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_CELLULAR_MODEM_H_
10#define INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_CELLULAR_MODEM_H_
11
12#include <zephyr/device.h>
13#include <zephyr/sys/util.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
23
24enum {
29};
30
40int infuse_validation_cellular_modem(const struct device *dev, uint8_t flags);
41
45
46#ifdef __cplusplus
47}
48#endif
49
50#endif /* INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_CELLULAR_MODEM_H_ */
int infuse_validation_cellular_modem(const struct device *dev, uint8_t flags)
Validate the behaviour of LTE modem.
@ VALIDATION_CELLULAR_MODEM_FW_VERSION
Check modem firmware version.
Definition cellular_modem.h:26
@ VALIDATION_CELLULAR_MODEM_SIM_CARD
Check SIM card found.
Definition cellular_modem.h:28