Searched refs:n_tmp (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/drivers/modem/ |
| D | hl7800.c | 2368 char n_tmp[sizeof("#########")]; in on_cmd_radio_band_configuration() local 2384 memcpy(n_tmp, &value[MDM_TOP_BAND_START_POSITION], MDM_TOP_BAND_SIZE); in on_cmd_radio_band_configuration() 2385 n_tmp[MDM_TOP_BAND_SIZE] = 0; in on_cmd_radio_band_configuration() 2386 iface_ctx.mdm_bands_top = strtoul(n_tmp, NULL, 16); in on_cmd_radio_band_configuration() 2388 memcpy(n_tmp, &value[MDM_MIDDLE_BAND_START_POSITION], in on_cmd_radio_band_configuration() 2390 n_tmp[MDM_MIDDLE_BAND_SIZE] = 0; in on_cmd_radio_band_configuration() 2391 iface_ctx.mdm_bands_middle = strtoul(n_tmp, NULL, 16); in on_cmd_radio_band_configuration() 2393 memcpy(n_tmp, &value[MDM_BOTTOM_BAND_START_POSITION], in on_cmd_radio_band_configuration() 2395 n_tmp[MDM_BOTTOM_BAND_SIZE] = 0; in on_cmd_radio_band_configuration() 2396 iface_ctx.mdm_bands_bottom = strtoul(n_tmp, NULL, 16); in on_cmd_radio_band_configuration()
|