/hal_espressif-latest/components/spi_flash/ |
D | spi_flash_chip_winbond.c | 30 …mmand_winbond_program_4B(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length); 45 esp_err_t spi_flash_chip_winbond_read(esp_flash_t *chip, void *buffer, uint32_t address, uint32_t l… in spi_flash_chip_winbond_read() argument 54 if (REGION_32BIT(address, length)) { in spi_flash_chip_winbond_read() 66 …uint32_t read_len = chip->host->driver->read_data_slicer(chip->host, address, length, &align_addre… in spi_flash_chip_winbond_read() 67 uint32_t left_off = address - align_address; in spi_flash_chip_winbond_read() 68 uint32_t data_len = MIN(align_address + read_len, address + length) - address; in spi_flash_chip_winbond_read() 73 address += data_len; in spi_flash_chip_winbond_read() 81 …chip_winbond_page_program(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length) in spi_flash_chip_winbond_page_program() argument 89 err = spi_flash_command_winbond_program_4B(chip, buffer, address, length); in spi_flash_chip_winbond_page_program() 203 …ommand_winbond_program_4B(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length) in spi_flash_command_winbond_program_4B() argument [all …]
|
D | memspi_host_driver.c | 32 …flash_hal_gpspi_read(spi_flash_host_inst_t *host, void *buffer, uint32_t address, uint32_t read_le… 150 .address = start_address in memspi_host_erase_sector() 162 .address = start_address, in memspi_host_erase_block() 168 void memspi_host_program_page(spi_flash_host_inst_t *host, const void *buffer, uint32_t address, ui… in memspi_host_program_page() argument 170 assert(address + length <= 0x1000000); in memspi_host_program_page() 174 .address = address, in memspi_host_program_page() 181 esp_err_t memspi_host_read(spi_flash_host_inst_t *host, void *buffer, uint32_t address, uint32_t re… in memspi_host_read() argument 186 .address = address, in memspi_host_read() 205 int memspi_host_write_data_slicer(spi_flash_host_inst_t *host, uint32_t address, uint32_t len, uint… in memspi_host_write_data_slicer() argument 208 uint32_t align_addr = address; in memspi_host_write_data_slicer() [all …]
|
D | esp_flash_api.c | 155 …lush_cache(esp_flash_t* chip, esp_err_t err, bool bus_acquired, uint32_t address, uint32_t length); 162 …ush_cache)(esp_flash_t* chip, esp_err_t err, bool bus_acquired, uint32_t address, uint32_t length); 226 …flush_cache(esp_flash_t* chip, esp_err_t err, bool bus_acquired, uint32_t address, uint32_t length) in flash_end_flush_cache() argument 237 esp_err_t flush_err = chip->host->driver->flush_cache(chip->host, address, length); in flash_end_flush_cache() 851 esp_err_t IRAM_ATTR esp_flash_read(esp_flash_t *chip, void *buffer, uint32_t address, uint32_t leng… in esp_flash_read() argument 855 if (buffer == NULL || address > chip->size || address+length > chip->size) { in esp_flash_read() 900 err = chip->chip_drv->read(chip, buffer_to_read, address, length_to_read); in esp_flash_read() 913 address += length_to_read; in esp_flash_read() 1004 esp_err_t IRAM_ATTR esp_flash_write(esp_flash_t *chip, const void *buffer, uint32_t address, uint32… in esp_flash_write() argument 1014 CHECK_WRITE_ADDRESS(chip, address, length); in esp_flash_write() [all …]
|
D | spi_flash_chip_generic.c | 226 esp_err_t spi_flash_chip_generic_read(esp_flash_t *chip, void *buffer, uint32_t address, uint32_t l… in spi_flash_chip_generic_read() argument 244 …uint32_t read_len = chip->host->driver->read_data_slicer(chip->host, address, length, &align_addre… in spi_flash_chip_generic_read() 245 uint32_t left_off = address - align_address; in spi_flash_chip_generic_read() 246 uint32_t data_len = MIN(align_address + read_len, address + length) - address; in spi_flash_chip_generic_read() 251 address += data_len; in spi_flash_chip_generic_read() 259 …chip_generic_page_program(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length) in spi_flash_chip_generic_page_program() argument 267 chip->host->driver->program_page(chip->host, buffer, address, length); in spi_flash_chip_generic_page_program() 279 esp_err_t spi_flash_chip_generic_write(esp_flash_t *chip, const void *buffer, uint32_t address, uin… in spi_flash_chip_generic_write() argument 288 …uint32_t page_len = chip->host->driver->write_data_slicer(chip->host, address, length, &align_addr… in spi_flash_chip_generic_write() 289 uint32_t left_off = address - align_address; in spi_flash_chip_generic_write() [all …]
|
/hal_espressif-latest/components/hal/ |
D | spi_flash_encrypt_hal_iram.c | 35 void spi_flash_encryption_hal_prepare(uint32_t address, const uint32_t* buffer, uint32_t size) in spi_flash_encryption_hal_prepare() argument 40 spi_flash_encrypt_ll_address_save(address); in spi_flash_encryption_hal_prepare() 41 spi_flash_encrypt_ll_plaintext_save(address, buffer, size); in spi_flash_encryption_hal_prepare() 56 bool spi_flash_encryption_hal_check(uint32_t address, uint32_t length) in spi_flash_encryption_hal_check() argument 58 return spi_flash_encrypt_ll_check(address, length); in spi_flash_encryption_hal_check()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.mac | 2 bool "Number of universally administered (by IEEE) MAC address" 7 single base MAC address. 9 …universally administered MAC address. They are generated sequentially by adding 0, and 1 (respecti… 10 to the final octet of the base MAC address. If the number of universal MAC addresses is one, 11 only WiFi station receives a universally administered MAC address. 12 It's generated by adding 0 to the base MAC address. 14 …When using the default (Espressif-assigned) base MAC address, either setting can be used. When usi… 15 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | Kconfig.mac | 2 bool "Number of universally administered (by IEEE) MAC address" 8 single base MAC address. 11 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated 12 … sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address. 15 receive a universally administered MAC address. These are generated sequentially by adding 0 16 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern… 20 …When using the default (Espressif-assigned) base MAC address, either setting can be used. When usi… 21 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC 43 # TODO: check ESP32-C2 mac address WIFI-4134
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | Kconfig.mac | 2 bool "Number of universally administered (by IEEE) MAC address" 7 single base MAC address. 9 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated 10 … sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address. 12 receive a universally administered MAC address. These are generated sequentially by adding 0 13 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern… 16 …When using the default (Espressif-assigned) base MAC address, either setting can be used. When usi… 17 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | Kconfig.mac | 2 bool "Number of universally administered (by IEEE) MAC address" 7 single base MAC address. 9 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated 10 … sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address. 12 receive a universally administered MAC address. These are generated sequentially by adding 0 13 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern… 16 …When using the default (Espressif-assigned) base MAC address, either setting can be used. When usi… 17 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | Kconfig.mac | 2 bool "Number of universally administered (by IEEE) MAC address" 8 single base MAC address. 11 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated 12 … sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address. 15 receive a universally administered MAC address. These are generated sequentially by adding 0 16 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern… 20 …When using the default (Espressif-assigned) base MAC address, either setting can be used. When usi… 21 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | Kconfig.mac | 2 bool "Number of universally administered (by IEEE) MAC address" 8 single base MAC address. 11 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated 12 … sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address. 15 receive a universally administered MAC address. These are generated sequentially by adding 0 16 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern… 20 …When using the default (Espressif-assigned) base MAC address, either setting can be used. When usi… 21 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
|
/hal_espressif-latest/components/hal/include/hal/ |
D | spi_flash_types.h | 23 uint32_t address; ///< Address to perform operation on member 102 void (*flash_encryption_data_prepare)(uint32_t address, const uint32_t* buffer, uint32_t size); 117 bool (*flash_encryption_check)(uint32_t address, uint32_t length); 171 …void (*program_page)(spi_flash_host_inst_t *host, const void *buffer, uint32_t address, uint32_t l… 188 …int (*write_data_slicer)(spi_flash_host_inst_t *host, uint32_t address, uint32_t len, uint32_t *al… 193 … esp_err_t (*read)(spi_flash_host_inst_t *host, void *buffer, uint32_t address, uint32_t read_len); 210 …int (*read_data_slicer)(spi_flash_host_inst_t *host, uint32_t address, uint32_t len, uint32_t *ali…
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_flash_encrypted_ll.h | 93 static inline void spi_flash_encrypt_ll_plaintext_save(uint32_t address, const uint32_t* buffer, ui… in spi_flash_encrypt_ll_plaintext_save() argument 95 uint32_t plaintext_offs = (address % 64); in spi_flash_encrypt_ll_plaintext_save() 150 static inline bool spi_flash_encrypt_ll_check(uint32_t address, uint32_t length) in spi_flash_encrypt_ll_check() argument 152 return ((address % length) == 0) ? true : false; in spi_flash_encrypt_ll_check()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_flash_encrypted_ll.h | 85 static inline void spi_flash_encrypt_ll_plaintext_save(uint32_t address, const uint32_t* buffer, ui… in spi_flash_encrypt_ll_plaintext_save() argument 87 uint32_t plaintext_offs = (address % 64); in spi_flash_encrypt_ll_plaintext_save() 142 static inline bool spi_flash_encrypt_ll_check(uint32_t address, uint32_t length) in spi_flash_encrypt_ll_check() argument 144 return ((address % length) == 0) ? true : false; in spi_flash_encrypt_ll_check()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_flash_encrypted_ll.h | 93 static inline void spi_flash_encrypt_ll_plaintext_save(uint32_t address, const uint32_t* buffer, ui… in spi_flash_encrypt_ll_plaintext_save() argument 95 uint32_t plaintext_offs = (address % 64); in spi_flash_encrypt_ll_plaintext_save() 150 static inline bool spi_flash_encrypt_ll_check(uint32_t address, uint32_t length) in spi_flash_encrypt_ll_check() argument 152 return ((address % length) == 0) ? true : false; in spi_flash_encrypt_ll_check()
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | cmds.py | 195 print("0x%08x = 0x%08x" % (args.address, esp.read_reg(args.address))) 199 esp.write_reg(args.address, args.value, args.mask, 0) 200 print("Wrote %08x, mask %08x to %08x" % (args.value, args.mask, args.address)) 206 d = esp.read_reg(args.address + (i * 4)) 243 def _update_image_flash_params(esp, address, args, image): argument 252 if address != esp.BOOTLOADER_FLASH_OFFSET: 262 "so not changing any flash settings." % address 275 "so not changing any flash settings." % (address, esp.CHIP_NAME) 348 for address, _ in args.addr_filename: 349 if address < 0x8000: [all …]
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_flash_encrypted_ll.h | 102 static inline void spi_flash_encrypt_ll_plaintext_save(uint32_t address, const uint32_t* buffer, ui… in spi_flash_encrypt_ll_plaintext_save() argument 104 uint32_t plaintext_offs = (address % 64); in spi_flash_encrypt_ll_plaintext_save() 159 static inline bool spi_flash_encrypt_ll_check(uint32_t address, uint32_t length) in spi_flash_encrypt_ll_check() argument 161 return ((address % length) == 0) ? true : false; in spi_flash_encrypt_ll_check()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spi_flash_encrypted_ll.h | 85 static inline void spi_flash_encrypt_ll_plaintext_save(uint32_t address, const uint32_t* buffer, ui… in spi_flash_encrypt_ll_plaintext_save() argument 87 uint32_t plaintext_offs = (address % 64); in spi_flash_encrypt_ll_plaintext_save() 142 static inline bool spi_flash_encrypt_ll_check(uint32_t address, uint32_t length) in spi_flash_encrypt_ll_check() argument 144 return ((address % length) == 0) ? true : false; in spi_flash_encrypt_ll_check()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_flash_encrypted_ll.h | 85 static inline void spi_flash_encrypt_ll_plaintext_save(uint32_t address, const uint32_t* buffer, ui… in spi_flash_encrypt_ll_plaintext_save() argument 87 uint32_t plaintext_offs = (address % 64); in spi_flash_encrypt_ll_plaintext_save() 142 static inline bool spi_flash_encrypt_ll_check(uint32_t address, uint32_t length) in spi_flash_encrypt_ll_check() argument 144 return ((address % length) == 0) ? true : false; in spi_flash_encrypt_ll_check()
|
/hal_espressif-latest/components/heap/ |
D | heap_trace_standalone.c | 104 size_t idx = hash_idx(r_add->address); in map_add() 110 size_t idx = hash_idx(r_remove->address); in map_remove() 119 if (r_cur->address == p) { in map_find() 314 bool should_print = r_cur->address != NULL && in heap_trace_dump_base() 316 (internal_ram && esp_ptr_internal(r_cur->address)) || in heap_trace_dump_base() 317 (psram && esp_ptr_external_ram(r_cur->address))); in heap_trace_dump_base() 322 if (esp_ptr_internal(r_cur->address)) { in heap_trace_dump_base() 325 if (esp_ptr_external_ram(r_cur->address)) { in heap_trace_dump_base() 330 r_cur->size, r_cur->address, label, r_cur->ccount & 1, r_cur->ccount & ~3); in heap_trace_dump_base() 389 if (!tracing || r_allocation->address == NULL) { in record_allocation() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 55 BTA_DmRemoveDevice(bd_addr.address, BT_TRANSPORT_BR_EDR); in btc_storage_add_bonded_device() 56 BTA_DmRemoveDevice(bd_addr.address, BT_TRANSPORT_LE); in btc_storage_add_bonded_device() 61 …bd_addr.address[0], bd_addr.address[1], bd_addr.address[2], bd_addr.address[3], bd_addr.address[4]… in btc_storage_add_bonded_device() 105 BTA_DmAddDevice(bd_addr.address, dev_class, link_key, 0, 0, in _btc_storage_in_fetch_bonded_bt_device() 171 …bd_addr.address[0], bd_addr.address[1], bd_addr.address[2], bd_addr.address[3], bd_addr.address[4]… in btc_in_fetch_bonded_devices() 534 BTA_HdAddDevice(bd_addr.address); in btc_storage_load_hidd()
|
/hal_espressif-latest/components/spi_flash/sim/stubs/soc/include/hal/ |
D | spi_flash_types.h | 21 uint32_t address; ///< Address to perform operation on member 90 …void (*program_page)(spi_flash_host_inst_t *host, const void *buffer, uint32_t address, uint32_t l… 103 …int (*write_data_slicer)(spi_flash_host_inst_t *host, uint32_t address, uint32_t len, uint32_t *al… 108 … esp_err_t (*read)(spi_flash_host_inst_t *host, void *buffer, uint32_t address, uint32_t read_len); 121 …int (*read_data_slicer)(spi_flash_host_inst_t *host, uint32_t address, uint32_t len, uint32_t *ali…
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | spi_flash_encrypted_ll.h | 83 static inline void spi_flash_encrypt_ll_plaintext_save(uint32_t address, const uint32_t* buffer, ui… in spi_flash_encrypt_ll_plaintext_save() argument 112 static inline bool spi_flash_encrypt_ll_check(uint32_t address, uint32_t length) in spi_flash_encrypt_ll_check() argument 114 return ((address % 16) == 0) ? true : false; in spi_flash_encrypt_ll_check()
|
/hal_espressif-latest/components/spi_flash/include/ |
D | memspi_host_driver.h | 129 void memspi_host_program_page(spi_flash_host_inst_t *host, const void *buffer, uint32_t address, ui… 147 esp_err_t memspi_host_read(spi_flash_host_inst_t *host, void *buffer, uint32_t address, uint32_t re… 160 int memspi_host_read_data_slicer(spi_flash_host_inst_t *host, uint32_t address, uint32_t len, uint3… 174 int memspi_host_write_data_slicer(spi_flash_host_inst_t *host, uint32_t address, uint32_t len, uint…
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_bgconn.c | 55 bt_bdaddr_t address; member 72 static BOOLEAN background_connection_add(bt_bdaddr_t *address) in background_connection_add() argument 74 assert(address); in background_connection_add() 76 background_connection_t *connection = hash_map_get(background_connections, address); in background_connection_add() 79 connection->address = *address; in background_connection_add() 80 hash_map_set(background_connections, &(connection->address), connection); in background_connection_add() 86 static BOOLEAN background_connection_remove(bt_bdaddr_t *address) in background_connection_remove() argument 88 if (address && background_connections) { in background_connection_remove() 89 return hash_map_erase(background_connections, address); in background_connection_remove() 105 const bool connected = BTM_IsAclConnectionUp(connection->address.address, BT_TRANSPORT_LE); in background_connections_pending_cb()
|