Searched refs:n_tmp (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/drivers/modem/ |
D | hl7800.c | 2263 char n_tmp[sizeof("#########")]; in on_cmd_radio_band_configuration() local 2279 memcpy(n_tmp, &value[MDM_TOP_BAND_START_POSITION], MDM_TOP_BAND_SIZE); in on_cmd_radio_band_configuration() 2280 n_tmp[MDM_TOP_BAND_SIZE] = 0; in on_cmd_radio_band_configuration() 2281 iface_ctx.mdm_bands_top = strtoul(n_tmp, NULL, 16); in on_cmd_radio_band_configuration() 2283 memcpy(n_tmp, &value[MDM_MIDDLE_BAND_START_POSITION], in on_cmd_radio_band_configuration() 2285 n_tmp[MDM_MIDDLE_BAND_SIZE] = 0; in on_cmd_radio_band_configuration() 2286 iface_ctx.mdm_bands_middle = strtoul(n_tmp, NULL, 16); in on_cmd_radio_band_configuration() 2288 memcpy(n_tmp, &value[MDM_BOTTOM_BAND_START_POSITION], in on_cmd_radio_band_configuration() 2290 n_tmp[MDM_BOTTOM_BAND_SIZE] = 0; in on_cmd_radio_band_configuration() 2291 iface_ctx.mdm_bands_bottom = strtoul(n_tmp, NULL, 16); in on_cmd_radio_band_configuration()
|