/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/components/esp_phy/ |
D | Kconfig | 19 bool "Use a partition to store PHY init data" 23 If enabled, PHY init data will be loaded from a partition. 27 If PHY init data is stored in a partition, it has to be flashed there, 30 If this option is not enabled, PHY init data will be embedded 36 bool "Reset default PHY init data if invalid" 40 If enabled, PHY init data will be restored to default if 47 bool "Support multiple PHY init data bin" 51 If enabled, the corresponding PHY init data type can be automatically switched 52 according to the country code. China's PHY init data bin is used by default. 54 The priority of switching the PHY init data type is: [all …]
|
/hal_espressif-latest/components/esp_coex/esp32s2/ |
D | esp_coex_adapter.c | 82 void * esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 84 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper() 146 static void *esp_coex_internal_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_internal_semphr_create_wrapper() argument 159 semphr->handle = xSemaphoreCreateCountingStatic(max, init, semphr->storage); in esp_coex_internal_semphr_create_wrapper() 175 semphr->handle = xSemaphoreCreateCounting(max, init); in esp_coex_internal_semphr_create_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32/ |
D | esp_coex_adapter.c | 80 void * esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 82 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper() 136 static void *esp_coex_internal_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_internal_semphr_create_wrapper() argument 149 semphr->handle = xSemaphoreCreateCountingStatic(max, init, semphr->storage); in esp_coex_internal_semphr_create_wrapper() 165 semphr->handle = xSemaphoreCreateCounting(max, init); in esp_coex_internal_semphr_create_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32s3/ |
D | esp_coex_adapter.c | 83 void * esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 85 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper() 152 static void *esp_coex_internal_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_internal_semphr_create_wrapper() argument 165 semphr->handle = xSemaphoreCreateCountingStatic(max, init, semphr->storage); in esp_coex_internal_semphr_create_wrapper() 181 semphr->handle = xSemaphoreCreateCounting(max, init); in esp_coex_internal_semphr_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32s2/src/coex/ |
D | esp_coex_adapter.c | 67 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 75 k_sem_init(sem, init, max); in esp_coex_common_semphr_create_wrapper() 108 void *esp_coex_internal_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_internal_semphr_create_wrapper() argument 116 k_sem_init(sem, init, max); in esp_coex_internal_semphr_create_wrapper()
|
/hal_espressif-latest/components/esp_system/ |
D | CMakeLists.txt | 59 # [refactor-todo] requirements due to init code, 60 # should be removable once using component init functions 65 # init code. Move to esp_efuse component. 99 # [refactor-todo] requirements due to init code, should be removable 100 # once link-time registration of component init functions is used.
|
D | system_init_fn.txt | 3 # When adding new ESP_SYSTEM_INIT_FN functions or changing init priorities of existing functions, 19 # esp_sleep doesn't have init dependencies 29 # [refactor-todo]: move init calls into respective components
|
/hal_espressif-latest/components/esp_netif/ |
D | README.md | 5 .................| init settings events | 11 | | |...*.....| init | 13 init | | |**** | | 61 2) network stack options (netif init and input functions, not publicly available) 78 * init API (new, configure)
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 178 ADC1_INIT_CODE_ATTEN0, EFUSE_BLK2, 145, 10, [] ADC1 init code at atten0 179 ADC1_INIT_CODE_ATTEN1, EFUSE_BLK2, 155, 10, [] ADC1 init code at atten1 180 ADC1_INIT_CODE_ATTEN2, EFUSE_BLK2, 165, 10, [] ADC1 init code at atten2 181 ADC1_INIT_CODE_ATTEN3, EFUSE_BLK2, 175, 10, [] ADC1 init code at atten3 186 ADC1_INIT_CODE_ATTEN0_CH0, EFUSE_BLK2, 225, 4, [] ADC1 init code at atten0 … 187 ADC1_INIT_CODE_ATTEN0_CH1, EFUSE_BLK2, 229, 4, [] ADC1 init code at atten0 … 188 ADC1_INIT_CODE_ATTEN0_CH2, EFUSE_BLK2, 233, 4, [] ADC1 init code at atten0 … 189 ADC1_INIT_CODE_ATTEN0_CH3, EFUSE_BLK2, 237, 4, [] ADC1 init code at atten0 … 190 ADC1_INIT_CODE_ATTEN0_CH4, EFUSE_BLK2, 241, 4, [] ADC1 init code at atten0 … 191 ADC1_INIT_CODE_ATTEN0_CH5, EFUSE_BLK2, 245, 4, [] ADC1 init code at atten0 … [all …]
|
/hal_espressif-latest/components/hal/ |
D | sdio_slave_hal.c | 392 bool init) in send_get_inflight_desc() argument 395 if (init) { in send_get_inflight_desc() 446 bool init = (send_get_state(hal) == STATE_SENDING); in sdio_slave_hal_send_get_next_finished_arg() local 447 if (init) { in sdio_slave_hal_send_get_next_finished_arg() 454 esp_err_t ret = send_get_inflight_desc(hal, out_arg, out_returned_cnt, init); in sdio_slave_hal_send_get_next_finished_arg() 468 bool init = (send_get_state(hal) == STATE_IDLE); in sdio_slave_hal_send_flush_next_buffer() local 469 if (!init) { in sdio_slave_hal_send_flush_next_buffer() 475 if (init || send_get_state(hal) == STATE_GETTING_RESULT) { in sdio_slave_hal_send_flush_next_buffer() 476 ret = send_get_inflight_desc(hal, out_arg, out_return_cnt, init); in sdio_slave_hal_send_flush_next_buffer()
|
/hal_espressif-latest/components/spi_flash/esp32s3/ |
D | spi_flash_oct_flash_init.c | 242 …void (*init)(esp_rom_spiflash_read_mode_t mode); //Function pointer for initial… member 249 .init = &s_flash_init_mxic, 284 (*chip_func)->init(mode); in esp_opiflash_init()
|
/hal_espressif-latest/components/esp_coex/esp32h2/ |
D | esp_coex_adapter.c | 77 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 79 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | ext_password_i.h | 16 void * (*init)(const char *params); member
|
/hal_espressif-latest/components/esp_coex/esp32c2/ |
D | esp_coex_adapter.c | 77 void * esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 79 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c3/ |
D | esp_coex_adapter.c | 78 void * esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 80 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c6/ |
D | esp_coex_adapter.c | 77 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 79 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32/src/coex/ |
D | esp_coex_adapter.c | 66 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 74 k_sem_init(sem, init, max); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32c2/src/coex/ |
D | esp_coex_adapter.c | 67 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 71 k_sem_init(sem, init, max); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32c3/src/coex/ |
D | esp_coex_adapter.c | 67 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 75 k_sem_init(sem, init, max); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32c6/src/coex/ |
D | esp_coex_adapter.c | 67 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 75 k_sem_init(sem, init, max); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32s3/src/coex/ |
D | esp_coex_adapter.c | 65 void * esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 73 k_sem_init(sem, init, max); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/components/bt/host/bluedroid/hci/include/hci/ |
D | packet_fragmenter.h | 44 void (*init)(const packet_fragmenter_callbacks_t *result_callbacks); member
|
/hal_espressif-latest/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.wdt.ld | 12 /* Patch init function to set clock source
|
/hal_espressif-latest/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.wdt.ld | 12 /* Patch init function to set clock source
|