Searched refs:chars (Results 1 – 10 of 10) sorted by relevance
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/at_cmd/ |
D | atcmdplus_ble.c | 71 void hexValue2Char(uint8_t value, uint8_t *chars) in hexValue2Char() argument 75 chars[0] = d2 > 9 ? 'A' + d2 - 10 : '0' + d2; in hexValue2Char() 76 chars[1] = d1 > 9 ? 'A' + d1 - 10 : '0' + d1; in hexValue2Char() 78 void macChar2Value(uint8_t *chars, uint8_t *mac, bool colon) in macChar2Value() argument 82 d0 = char2HexValue(chars[0]) * 16 + char2HexValue(chars[1]); in macChar2Value() 83 d1 = char2HexValue(chars[3]) * 16 + char2HexValue(chars[4]); in macChar2Value() 84 d2 = char2HexValue(chars[6]) * 16 + char2HexValue(chars[7]); in macChar2Value() 85 d3 = char2HexValue(chars[9]) * 16 + char2HexValue(chars[10]); in macChar2Value() 86 d4 = char2HexValue(chars[12]) * 16 + char2HexValue(chars[13]); in macChar2Value() 87 d5 = char2HexValue(chars[15]) * 16 + char2HexValue(chars[16]); in macChar2Value() [all …]
|
/device/soc/esp/esp32/components/esp_adc_cal/ |
D | esp_adc_cal_esp32.c | 300 esp_adc_cal_characteristics_t *chars) in esp_adc_cal_characterize() argument 304 assert(chars != NULL); in esp_adc_cal_characterize() 316 characterize_using_two_point(adc_num, atten, high, low, &chars->coeff_a, &chars->coeff_b); in esp_adc_cal_characterize() 321 characterize_using_vref(adc_num, atten, vref, &chars->coeff_a, &chars->coeff_b); in esp_adc_cal_characterize() 325 characterize_using_vref(adc_num, atten, default_vref, &chars->coeff_a, &chars->coeff_b); in esp_adc_cal_characterize() 330 chars->adc_num = adc_num; in esp_adc_cal_characterize() 331 chars->atten = atten; in esp_adc_cal_characterize() 332 chars->bit_width = bit_width; in esp_adc_cal_characterize() 333 chars->vref = (EFUSE_VREF_ENABLED && efuse_vref_present) ? read_efuse_vref() : default_vref; in esp_adc_cal_characterize() 336 chars->low_curve = (adc_num == ADC_UNIT_1) ? lut_adc1_low : lut_adc2_low; in esp_adc_cal_characterize() [all …]
|
/device/soc/esp/esp32/components/esp_adc_cal/include/ |
D | esp_adc_cal.h | 98 esp_adc_cal_characteristics_t *chars); 114 …t32_t esp_adc_cal_raw_to_voltage(uint32_t adc_reading, const esp_adc_cal_characteristics_t *chars); 135 esp_err_t esp_adc_cal_get_voltage(adc_channel_t channel, const esp_adc_cal_characteristics_t *chars…
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/hl/inc/ |
D | hal_profile_utils.h | 184 const struct prf_char_inf* chars, 206 const struct prf_char_inf* chars); 222 uint8_t nb_chars, const struct prf_char_def* chars_req, struct prf_char_inf* chars,
|
/device/board/isoftstone/zhiyuan/configure/vendor/etc/ |
D | vb_config_user.ini | 1 <-Creator/HeapName : String Name, max length 64 chars 3 <-PixelWidth/PixelHigh/BlockNum : DEC numbers chars,BlockNum >= 1, Pixelformate : 90P~2160P,width:h…
|
/device/board/hisilicon/hispark_taurus/linux/updater/config/ |
D | vb_config_user.ini | 1 <-Creator/HeapName : String Name, max length 64 chars 3 <-PixelWidth/PixelHigh/BlockNum : DEC numbers chars,BlockNum >= 1, Pixelformate : 90P~2160P,width:h…
|
/device/soc/esp/esp32/components/app_update/ |
D | Kconfig.projbuild | 40 int "The length of APP ELF SHA is stored in RAM(chars)"
|
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/sdk/ |
D | ble_gattc.h | 234 ble_gattc_char_t chars[ARRAY_EMPTY]; /**< Characteristic data. */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/mbedtls_prepare/ |
D | hisi_mbedtls-2.16.10.patch | 79 #error "mbed TLS requires a platform with 8-bit chars"
|
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/ |
D | rootfs_arm64.cpio.gz |
|