Home
last modified time | relevance | path

Searched refs:n_tmp (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/drivers/modem/
Dhl7800.c2109 char n_tmp[sizeof("#########")]; in on_cmd_radio_band_configuration() local
2125 memcpy(n_tmp, &value[MDM_TOP_BAND_START_POSITION], MDM_TOP_BAND_SIZE); in on_cmd_radio_band_configuration()
2126 n_tmp[MDM_TOP_BAND_SIZE] = 0; in on_cmd_radio_band_configuration()
2127 ictx.mdm_bands_top = strtoul(n_tmp, NULL, 16); in on_cmd_radio_band_configuration()
2129 memcpy(n_tmp, &value[MDM_MIDDLE_BAND_START_POSITION], in on_cmd_radio_band_configuration()
2131 n_tmp[MDM_MIDDLE_BAND_SIZE] = 0; in on_cmd_radio_band_configuration()
2132 ictx.mdm_bands_middle = strtoul(n_tmp, NULL, 16); in on_cmd_radio_band_configuration()
2134 memcpy(n_tmp, &value[MDM_BOTTOM_BAND_START_POSITION], in on_cmd_radio_band_configuration()
2136 n_tmp[MDM_BOTTOM_BAND_SIZE] = 0; in on_cmd_radio_band_configuration()
2137 ictx.mdm_bands_bottom = strtoul(n_tmp, NULL, 16); in on_cmd_radio_band_configuration()