![]() |
nRF Connect SDK API 3.3.99
|
#include <string.h>#include <stdio.h>#include <zephyr/kernel.h>#include <zephyr/types.h>#include <modem/at_parser.h>Go to the source code of this file.
Enumerations | |
| enum | mfw_type { MFW_TYPE_UNKNOWN , MFW_TYPE_NRF9160 , MFW_TYPE_NRF91X1 , MFW_TYPE_NRF9151_NTN } |
Functions | |
| void | mfw_type_init (void) |
| enum mfw_type | mfw_type_get (void) |
| int | string_to_int (const char *str_buf, int base, int *output) |
| int | string_param_to_int (struct at_parser *parser, size_t idx, int *output, int base) |
| int | plmn_param_string_to_mcc_mnc (struct at_parser *parser, size_t idx, int *mcc, int *mnc) |