/hal_espressif-latest/components/driver/spi/sdspi/ |
D | sdspi_host.c | 68 static esp_err_t start_command_read_blocks(slot_info_t *slot, sdspi_hw_cmd_t *cmd, 71 static esp_err_t start_command_write_blocks(slot_info_t *slot, sdspi_hw_cmd_t *cmd, 74 static esp_err_t start_command_default(slot_info_t *slot, int flags, sdspi_hw_cmd_t *cmd); 78 static esp_err_t poll_busy(slot_info_t *slot, int timeout_ms, bool polling); 93 static sdspi_dev_handle_t store_slot_info(slot_info_t *slot) in store_slot_info() argument 100 if (s_slots[slot->host_id] == NULL) { in store_slot_info() 101 s_slots[slot->host_id] = slot; in store_slot_info() 102 return slot->host_id; in store_slot_info() 104 return (sdspi_dev_handle_t)slot; in store_slot_info() 112 slot_info_t* slot = s_slots[handle]; in remove_slot_info() local [all …]
|
D | sdspi_transaction.c | 97 esp_err_t sdspi_host_do_transaction(int slot, sdmmc_command_t *cmdinfo) in sdspi_host_do_transaction() argument 150 esp_err_t ret = sdspi_host_start_command(slot, &hw_cmd, in sdspi_host_do_transaction()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/ |
D | btc_l2cap.c | 120 l2cap_slot_t *slot = NULL; in l2cap_find_slot_by_handle() local 123 slot = l2cap_local_param.l2cap_slots[i]; in l2cap_find_slot_by_handle() 124 if (slot != NULL && slot->handle == handle) { in l2cap_find_slot_by_handle() 125 return slot; in l2cap_find_slot_by_handle() 133 l2cap_slot_t *slot = NULL; in l2cap_find_slot_by_id() local 136 slot = l2cap_local_param.l2cap_slots[i]; in l2cap_find_slot_by_id() 137 if (slot != NULL && slot->id == id) { in l2cap_find_slot_by_id() 138 return slot; in l2cap_find_slot_by_id() 146 l2cap_slot_t *slot = NULL; in l2cap_find_slot_by_fd() local 149 slot = l2cap_local_param.l2cap_slots[i]; in l2cap_find_slot_by_fd() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 129 spp_slot_t **slot = NULL; in spp_malloc_slot() local 134 slot = &spp_local_param.spp_slots[i]; in spp_malloc_slot() 135 if ((*slot) == NULL) { in spp_malloc_slot() 136 if (((*slot) = (spp_slot_t *)osi_malloc(sizeof(spp_slot_t))) == NULL) { in spp_malloc_slot() 139 (*slot)->id = spp_local_param.spp_slot_id; in spp_malloc_slot() 140 (*slot)->serial = i; in spp_malloc_slot() 141 (*slot)->sdp_handle = 0; in spp_malloc_slot() 142 (*slot)->rfc_handle = 0; in spp_malloc_slot() 143 (*slot)->rfc_port_handle = 0; in spp_malloc_slot() 144 (*slot)->fd = -1; in spp_malloc_slot() [all …]
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | sdmmc_ll.h | 162 static inline void sdmmc_ll_enable_card_clock(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_card_clock() argument 165 hw->clkena.cclk_enable |= BIT(slot); in sdmmc_ll_enable_card_clock() 167 hw->clkena.cclk_enable &= ~BIT(slot); in sdmmc_ll_enable_card_clock() 178 static inline void sdmmc_ll_set_card_clock_div(sdmmc_dev_t *hw, uint32_t slot, uint32_t card_div) in sdmmc_ll_set_card_clock_div() argument 180 if (slot == 0) { in sdmmc_ll_set_card_clock_div() 183 } else if (slot == 1) { in sdmmc_ll_set_card_clock_div() 199 static inline uint32_t sdmmc_ll_get_card_clock_div(sdmmc_dev_t *hw, uint32_t slot) in sdmmc_ll_get_card_clock_div() argument 203 if (slot == 0) { in sdmmc_ll_get_card_clock_div() 206 } else if (slot == 1) { in sdmmc_ll_get_card_clock_div() 223 static inline void sdmmc_ll_enable_card_clock_low_power(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_card_clock_low_power() argument [all …]
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | sdmmc_ll.h | 158 static inline void sdmmc_ll_enable_card_clock(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_card_clock() argument 161 hw->clkena.cclk_enable |= BIT(slot); in sdmmc_ll_enable_card_clock() 163 hw->clkena.cclk_enable &= ~BIT(slot); in sdmmc_ll_enable_card_clock() 174 static inline void sdmmc_ll_set_card_clock_div(sdmmc_dev_t *hw, uint32_t slot, uint32_t card_div) in sdmmc_ll_set_card_clock_div() argument 176 if (slot == 0) { in sdmmc_ll_set_card_clock_div() 179 } else if (slot == 1) { in sdmmc_ll_set_card_clock_div() 195 static inline uint32_t sdmmc_ll_get_card_clock_div(sdmmc_dev_t *hw, uint32_t slot) in sdmmc_ll_get_card_clock_div() argument 199 if (slot == 0) { in sdmmc_ll_get_card_clock_div() 202 } else if (slot == 1) { in sdmmc_ll_get_card_clock_div() 219 static inline void sdmmc_ll_enable_card_clock_low_power(sdmmc_dev_t *hw, uint32_t slot, bool en) in sdmmc_ll_enable_card_clock_low_power() argument [all …]
|
/hal_espressif-latest/tools/esptool_py/ci/ |
D | setup_softhsm2.sh | 4 softhsm2-util --init-token --label softhsm-test-token --pin 1234 --so-pin 123456 --slot 0 5 softhsm2-util --init-token --label softhsm-test-token-1 --pin 1234 --so-pin 123456 --slot 1 6 softhsm2-util --init-token --label softhsm-test-token-2 --pin 1234 --so-pin 123456 --slot 2 7 softhsm2-util --init-token --label softhsm-test-token-3 --pin 1234 --so-pin 123456 --slot 3
|
/hal_espressif-latest/zephyr/port/include/boot/ |
D | esp_image_loader.h | 9 void start_cpu0_image(int image_index, int slot, unsigned int hdr_offset); 11 void start_cpu1_image(int image_index, int slot, unsigned int hdr_offset); 14 void esp_app_image_load(int image_index, int slot, unsigned int hdr_offset, unsigned int *entry_add…
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/ |
D | btc_sdp.c | 94 sdp_slot_t *slot = NULL; in set_sdp_slot_info() local 106 slot = sdp_local_param.sdp_slots[id]; in set_sdp_slot_info() 107 if (slot == NULL) { in set_sdp_slot_info() 112 if (slot->state != SDP_RECORD_ALLOCED) { in set_sdp_slot_info() 117 slot->sdp_handle = sdp_handle; in set_sdp_slot_info() 118 slot->record_data = NULL; in set_sdp_slot_info() 120 memcpy(&slot->uuid, uuid, sizeof(esp_bt_uuid_t)); in set_sdp_slot_info() 122 memset(&slot->uuid, 0, sizeof(esp_bt_uuid_t)); in set_sdp_slot_info() 131 sdp_slot_t *slot = NULL; in get_sdp_slot_info() local 141 slot = sdp_local_param.sdp_slots[id]; in get_sdp_slot_info() [all …]
|
/hal_espressif-latest/zephyr/port/boot/ |
D | esp_image_loader.c | 75 void esp_app_image_load(int image_index, int slot, in esp_app_image_load() argument 82 area_id = flash_area_id_from_multi_image_slot(image_index, slot); in esp_app_image_load() 89 image_index, slot, area_id); in esp_app_image_load() 183 void start_cpu0_image(int image_index, int slot, unsigned int hdr_offset) in start_cpu0_image() argument 186 esp_app_image_load(image_index, slot, hdr_offset, &entry_addr); in start_cpu0_image() 232 void start_cpu1_image(int image_index, int slot, unsigned int hdr_offset) in start_cpu1_image() argument 235 esp_app_image_load(image_index, slot, hdr_offset, &entry_addr); in start_cpu1_image()
|
/hal_espressif-latest/tools/esptool_py/espsecure/esp_hsm_sign/ |
D | __init__.py | 57 for slot in lib.get_slots(token_present=True): 58 if slot.slot_id == int(config["slot"]): 61 token = slot.get_token()
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espsecure_hsm.py | 71 slot = token.slot.slot_id 119 config.set(section, "slot", str(slot))
|
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/ |
D | index.rst | 50 An HSM config file is required with the fields (``pkcs11_lib``, ``credentials``, ``slot``, ``label`… 53 To access an HSM token of a selected slot, you will also need to pass in the token User PIN and thu… 72 slot = 1108821954
|
/hal_espressif-latest/components/driver/spi/include/driver/ |
D | sdspi_host.h | 40 .slot = SDSPI_DEFAULT_HOST, \
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 186 …The device will boot from "factory" partition (or OTA slot 0 if no factory partition is present) a… 770 NOTE: Once a digest slot is revoked, it can never be used again to verify an image 961 … To revoke unused slot will be called esp_efuse_set_digest_revoke(num_digest) for each digest.
|