Searched refs:readable (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/device/ |
D | controller.c | 80 bool readable; member 310 controller_param.readable = true; in start_up() 317 controller_param.readable = false; in shut_down() 322 return controller_param.readable; in get_is_ready() 327 assert(controller_param.readable); in get_address() 333 assert(controller_param.readable); in get_bt_version() 340 assert(controller_param.readable); in get_features_classic() 347 assert(controller_param.readable); in get_last_features_classic_index() 353 assert(controller_param.readable); in get_features_ble() 360 assert(controller_param.readable); in get_ble_supported_states() [all …]
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | summary-cmd.rst | 24 3. This column has human readable value, read/write protection status, raw value (hexadecimal or bi… 70 "readable": true, 83 "readable": true, 97 "readable": true,
|
D | burn-key-cmd.rst | 39 … of the key. The key remains readable software. The key with keypurpose [USER, RESERVED and .._DIG… 52 …Key for ``secure_boot_v2`` will be burned only as write protected. The key must be readable becaus… 222 The key block will left readable and writeable (due to --no-protect-key) 276 Keys will remain readable (due to --no-read-protect)
|
D | burn-key-digest-cmd.rst | 26 …ing of the key. This option does not change anything, because Secure Boot keys are readable anyway. 38 The secure boot v2 key(s) will be readable and write protected.
|
D | read-write-protections-cmd.rst | 46 If Secure Boot V2 is used, BLOCK2 must be readable, please stop this operation!
|
D | execute-scripts-cmd.rst | 39 …t()``. Some eFuses have a dictionary to convert from a value to a human-readable as it looks in th…
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/ |
D | base_operations.py | 303 (readable, writeable) = (e.is_readable(), e.is_writeable()) 304 if readable and writeable: 306 elif readable: 314 if not readable: 356 "value": base_value if readable else value, 357 "readable": readable,
|
/hal_espressif-latest/components/log/ |
D | README.rst | 11 …per module basis. Modules are identified by their tags, which are human-readable ASCII zero-termin…
|
/hal_espressif-latest/tools/esptool_py/ |
D | LICENSE | 138 a) Accompany it with the complete corresponding machine-readable 145 machine-readable copy of the corresponding source code, to be
|
/hal_espressif-latest/zephyr/blobs/ |
D | license.txt | 109 include a readable copy of the attribution notices contained
|
/hal_espressif-latest/ |
D | LICENSE | 109 include a readable copy of the attribution notices contained
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/stub_flasher/2/ |
D | LICENSE-APACHE | 108 include a readable copy of the attribution notices contained
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 609 be shared to other devices, making it in readable format increases
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 693 …On first boot, the bootloader will generate a key which is not readable externally or by software.…
|