Searched refs:modem_atoi (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/drivers/modem/ |
D | quectel-bg9x.h | 62 #define ATOI(s_, value_, desc_) modem_atoi(s_, value_, desc_, __func__)
|
D | gsm_ppp.c | 143 #define ATOI(s_, value_, desc_) modem_atoi(s_, value_, desc_, __func__) 155 static int modem_atoi(const char *s, const int err_value, in modem_atoi() function
|
D | ublox-sara-r4.c | 173 #define ATOI(s_, value_, desc_) modem_atoi(s_, value_, desc_, __func__) 185 static int modem_atoi(const char *s, const int err_value, in modem_atoi() function
|
D | quectel-bg9x.c | 80 static int modem_atoi(const char *s, const int err_value, in modem_atoi() function
|