Searched refs:actual (Results 1 – 21 of 21) sorted by relevance
| /hal_espressif-latest/tools/esptool_py/test/ |
| D | test_imagegen.py | 53 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/ |
| D | state_binding.h | 84 uint16_t bt_mesh_convert_lightness_actual_to_linear(uint16_t actual);
|
| /hal_espressif-latest/tools/esptool_py/docs/ |
| D | README.md | 7 Use actual documentation generated within about 20 minutes on each commit:
|
| /hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
| D | state_binding.c | 52 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()
|
| D | lighting_server.c | 227 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/ |
| D | esp32.rom.syscalls.ld | 3 We don't link to them directly, since in IDF there are actual
|
| /hal_espressif-latest/components/esp_system/port/soc/esp32/ |
| D | Kconfig.memory | 31 Please note that the actual length will be reduced by BTDM_RESERVE_DRAM if Bluetooth
|
| /hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
| D | Kconfig.cache | 84 … # For 16KB the actual configuration is 32kb cache, but 16kb will be reserved for heap at startup
|
| /hal_espressif-latest/components/log/ |
| D | README.rst | 39 …ESP_LOGW(TAG, "Baud rate error %.1f%%. Requested: %d baud, actual: %d baud", error * 100, baud_req…
|
| /hal_espressif-latest/tools/esptool_py/ |
| D | CONTRIBUTING.rst | 162 …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/ |
| D | burn-efuse-cmd.rst | 105 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/ |
| D | flashing-firmware.rst | 71 …and their respective flashing offsets. If necessary, change the paths to the actual file locations.
|
| D | flash-modes.rst | 75 …alue in the bootloader .bin file header is kept instead of detecting the actual flash size and upd…
|
| D | basic-commands.rst | 290 … is treated as a black box. The conversion process does not consider the actual contents of the bi…
|
| /hal_espressif-latest/components/esp_pm/ |
| D | Kconfig | 120 … the actual cost depends on the peripherals you have initialized. In order to save/restore the
|
| /hal_espressif-latest/components/spi_flash/ |
| D | Kconfig | 136 will be written with the address, expected & actual values. This can be useful when
|
| /hal_espressif-latest/components/bt/controller/esp32c3/ |
| D | Kconfig.in | 13 according to actual needs.
|
| /hal_espressif-latest/components/bt/esp_ble_mesh/ |
| D | Kconfig.in | 562 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/ |
| D | serial-protocol.rst | 347 * One or more _DATA commands (FLASH_DATA, etc) is sent where the data payload contains the actual …
|
| /hal_espressif-latest/components/mbedtls/ |
| D | Kconfig | 535 This option adds a delay after the actual ECDSA signature operation
|
| /hal_espressif-latest/components/bootloader/ |
| D | Kconfig.projbuild | 479 # These three are the actual options to check in code,
|