Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/test/
Dtest_imagegen.py53 def assertEqualHex(self, expected, actual, message=None): argument
59 actual = hex(actual)
61 actual = hex(ord(actual))
62 assert expected == actual, message
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dstate_binding.h84 uint16_t bt_mesh_convert_lightness_actual_to_linear(uint16_t actual);
/hal_espressif-latest/tools/esptool_py/docs/
DREADME.md7 Use actual documentation generated within about 20 minutes on each commit:
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dstate_binding.c52 uint16_t bt_mesh_convert_lightness_actual_to_linear(uint16_t actual) in bt_mesh_convert_lightness_actual_to_linear() argument
54 float tmp = ((float) actual / UINT16_MAX); in bt_mesh_convert_lightness_actual_to_linear()
Dlighting_server.c227 uint16_t actual = 0U; in light_lightness_set() local
235 actual = net_buf_simple_pull_le16(buf); in light_lightness_set()
246 .lightness_set.lightness = actual, in light_lightness_set()
270 if (actual) { in light_lightness_set()
271 if (srv->state->lightness_range_min && actual < srv->state->lightness_range_min) { in light_lightness_set()
272 actual = srv->state->lightness_range_min; in light_lightness_set()
273 } else if (srv->state->lightness_range_max && actual > srv->state->lightness_range_max) { in light_lightness_set()
274 actual = srv->state->lightness_range_max; in light_lightness_set()
277 srv->state->target_lightness_actual = actual; in light_lightness_set()
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.syscalls.ld3 We don't link to them directly, since in IDF there are actual
/hal_espressif-latest/components/esp_system/port/soc/esp32/
DKconfig.memory31 Please note that the actual length will be reduced by BTDM_RESERVE_DRAM if Bluetooth
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DKconfig.cache84 … # For 16KB the actual configuration is 32kb cache, but 16kb will be reserved for heap at startup
/hal_espressif-latest/components/log/
DREADME.rst39 …ESP_LOGW(TAG, "Baud rate error %.1f%%. Requested: %d baud, actual: %d baud", error * 100, baud_req…
/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst162 …hout a connection to a chip and without the possibility of affecting the actual eFuses in a real h…
168 The whole test suite (without the tests needing an actual hardware or installation of additional pr…
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-efuse-cmd.rst105 If using the ``burn_efuse`` command to configure these pins, always specify the actual GPIO number …
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflashing-firmware.rst71 …and their respective flashing offsets. If necessary, change the paths to the actual file locations.
Dflash-modes.rst75 …alue in the bootloader .bin file header is kept instead of detecting the actual flash size and upd…
Dbasic-commands.rst290 … is treated as a black box. The conversion process does not consider the actual contents of the bi…
/hal_espressif-latest/components/esp_pm/
DKconfig120 … the actual cost depends on the peripherals you have initialized. In order to save/restore the
/hal_espressif-latest/components/spi_flash/
DKconfig136 will be written with the address, expected & actual values. This can be useful when
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in13 according to actual needs.
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in562 the actual usage situation.
826 grows toward the actual PollTimeout, doubling in value for each iteration.
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst347 * One or more _DATA commands (FLASH_DATA, etc) is sent where the data payload contains the actual
/hal_espressif-latest/components/mbedtls/
DKconfig535 This option adds a delay after the actual ECDSA signature operation
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild479 # These three are the actual options to check in code,