Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 59) sorted by relevance

123

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Dsha256.c183 unsigned int a, b, c, d, e, f, g, h; in compress() local
191 e = iv[4]; f = iv[5]; g = iv[6]; h = iv[7]; in compress()
196 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress()
198 h = g; g = f; f = e; e = d + t1; in compress()
209 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress()
211 h = g; g = f; f = e; e = d + t1; in compress()
216 iv[4] += e; iv[5] += f; iv[6] += g; iv[7] += h; in compress()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dsha256.c183 unsigned int a, b, c, d, e, f, g, h; in compress() local
191 e = iv[4]; f = iv[5]; g = iv[6]; h = iv[7]; in compress()
196 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress()
198 h = g; g = f; f = e; e = d + t1; in compress()
209 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress()
211 h = g; g = f; f = e; e = d + t1; in compress()
216 iv[4] += e; iv[5] += f; iv[6] += g; iv[7] += h; in compress()
/hal_espressif-latest/components/hal/include/hal/
Dcolor_types.h163 uint32_t g: 8; /*!< G component [0, 255] */ member
175 uint8_t g; /*!< G component [0, 255] */ member
185 uint16_t g: 6; /*!< G component [0, 63] */ member
/hal_espressif-latest/components/esp_rom/
DKconfig.projbuild28 e.g. on ESP32-S2, the control GPIO is GPIO46.
34 e.g. on ESP32-S2, the control GPIO is GPIO46.
DREADME.md5 …ROM bootloader, 2nd bootloader, esp_tool flash stub and some driver code (e.g. GPIO matrix). ROM f…
23 …rom/patches`. These ROM APIs are always prefixed with the name `esp_rom` (e.g. `esp_rom_printf`), …
/hal_espressif-latest/components/heap/
Dinternals.md5 …efined in [esp_attr.h](./../../components/esp_common/include/esp_attr.h) (e.g., `heap_caps_malloc`…
7 2. The functions that does not require the best of performance placed in the flash (e.g., `heap_cap…
/hal_espressif-latest/zephyr/scripts/pinctrl/
DREADME.md9 …aml_ file under `zephyr/port/pincfgs` named with the lowercased SoC name (e.g., `esp32.yml` for `E…
38 …r elements represent a pin number (e.g., `1` means `GPIO1`) while a 2-sized array represents a pin…
43 …oc}-gpio-sigmap.h` file. Drop the `ESP_` prefix and lowercase the result (e.g., `ESP_U0TXD_OUT` be…
/hal_espressif-latest/components/log/
DREADME.rst35 Then use one of logging macros to produce output, e.g:
49 Additionally, there are ``ESP_EARLY_LOGx`` versions for each of these macros, e.g. :c:macro:`ESP_EA…
51 There are also ``ESP_DRAM_LOGx`` versions for each of these macros, e.g. :c:macro:`ESP_DRAM_LOGE`. …
59 At file scope, define it before including ``esp_log.h``, e.g.:
DKconfig103 e.g. (90000)
109 e.g. (00:01:30.000)
/hal_espressif-latest/tools/esptool_py/test/secure_images/
Drsa_secure_boot_signing_pubkey2.pem6 QDgnjgkxYHtUq9psalCqR8hjAx+pQHyGOMLNYSK0RwqslbvXy0dheLjlUPg84Z/g
Drsa_secure_boot_signing_key2.pem31 2g/NfF+j/qOA9Nekc465cwNRUGfhg0kvN4zbHlBEiWQRUHn9qjW2evYhudJNZEH+
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c676 size_t i = 0U, g = 0U; in sub_update() local
684 for (i = 0U, g = 0U; i < ARRAY_SIZE(lpn->groups); i++) { in sub_update()
699 if (added_count + g >= lpn->queue_size) { in sub_update()
704 req.addr_list[g++] = sys_cpu_to_be16(lpn->groups[i]); in sub_update()
707 if (g == ARRAY_SIZE(req.addr_list)) { in sub_update()
712 if (g == 0U) { in sub_update()
719 if (bt_mesh_ctl_send(&tx, op, &req, 1 + g * 2, in sub_update()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha256-internal.c106 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() argument
107 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dconfiguration-file.rst39 environment variable, e.g. ``ESPTOOL_CFGFILE = ~/custom_config.cfg``.
123 - Consists of individual commands divided by ``|`` (e.g. ``R0|D1|W0.5``).
124 - Commands (e.g. ``R0``) are defined by a code (``R``) and an argument (``0``).
Dserial-connection.rst53 … {IDF_TARGET_NAME} bootloader uses. The apps on top of the Espressif SDK (e.g. Arduino sketch) tal…
Dbasic-options.rst13 * The target chip type can be selected using the ``--chip``/ ``-c`` option, e.g. ``esptool.py --chi…
37 On most Linux distributions, the solution is to add the user to the ``dialout`` group (check e.g. `…
Dflasher-stub.rst24 There might be cases where it is necessary to disable the stub loader (e.g. debugging). To do that,…
/hal_espressif-latest/tools/esptool_py/docs/en/
Dinstallation.rst36 …users who may be concerned about interfering with existing installations (e.g. in an environment o…
38 - Create a virtual environment and choose its name, e.g. 'esptoolenv': ``python -m venv esptoolenv``
64 If ``esptool.py`` is installed as a component of a development framework (e.g. `ESP-IDF <https://do…
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Decc.h154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Decc.h154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
DKconfig.memory29 E.g. parts are used by the software bootloader, and will only be available
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DKconfig.memory29 E.g. parts are used by the software bootloader, and will only be available
/hal_espressif-latest/components/log/host_test/log_test/
DREADME.md12 * The host's gcc/g++
/hal_espressif-latest/components/esp_netif/
DREADME.md103 identified by ``if_key`` (e.g. `ETH_DEF`) and to filter only specific frames based on their type (e…
/hal_espressif-latest/components/esp_hw_support/
DREADME.md18 * **Peripheral** side extensions, e.g. GPTimer support generating different kinds of ETM events, an…

123