/hal_espressif-latest/components/esp_psram/esp32/ |
D | esp_himem.c | 300 esp_err_t esp_himem_map(esp_himem_handle_t handle, esp_himem_rangehandle_t range, size_t ram_offset… in esp_himem_map() argument 312 …ESP_RETURN_ON_FALSE(range_block + blockcount <= range->block_ct, ESP_ERR_INVALID_SIZE, TAG, "args … in esp_himem_map() 317 …ESP_RETURN_ON_FALSE(!s_range_descriptor[range->block_start + i + range_block].is_mapped, ESP_ERR_I… in esp_himem_map() 325 s_range_descriptor[range->block_start + i + range_block].is_mapped = 1; in esp_himem_map() 326 … s_range_descriptor[range->block_start + i + range_block].ram_block = handle->block[i + ram_block]; in esp_himem_map() 330 …set_bank(VIRT_HIMEM_RANGE_BLOCKSTART + range->block_start + i + range_block, handle->block[i + ram… in esp_himem_map() 334 …*out_ptr = (void *)(VIRT_HIMEM_RANGE_START + (range->block_start + range_block) * CACHE_BLOCKSIZE); in esp_himem_map() 338 esp_err_t esp_himem_unmap(esp_himem_rangehandle_t range, void *ptr, size_t len) in esp_himem_unmap() argument 344 int range_block = (range_offset / CACHE_BLOCKSIZE) - range->block_start; in esp_himem_unmap() 348 …ESP_RETURN_ON_FALSE(range_block + blockcount <= range->block_ct, ESP_ERR_INVALID_ARG, TAG, "range … in esp_himem_unmap() [all …]
|
/hal_espressif-latest/components/esp_coex/ |
D | Kconfig | 60 range 0 12 66 range 0 SOC_GPIO_OUT_RANGE_MAX 80 range 0 SOC_GPIO_OUT_RANGE_MAX 94 range 0 SOC_GPIO_OUT_RANGE_MAX 108 range 0 SOC_GPIO_OUT_RANGE_MAX 122 range 0 SOC_GPIO_OUT_RANGE_MAX 136 range 0 SOC_GPIO_OUT_RANGE_MAX 150 range 0 SOC_GPIO_OUT_RANGE_MAX 164 range 0 SOC_GPIO_OUT_RANGE_MAX 178 range 0 SOC_GPIO_OUT_RANGE_MAX [all …]
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | web_socket_client.py | 55 for _ in range(self.RETRIES): 80 for _ in range(self.RETRIES): 96 for _ in range(self.RETRIES):
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | temperature_sensor_ll.h | 84 static inline void temperature_sensor_ll_set_range(uint32_t range) in temperature_sensor_ll_set_range() argument 86 REGI2C_WRITE_MASK(I2C_SAR_ADC, I2C_SARADC_TSENS_DAC, range); in temperature_sensor_ll_set_range()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | temperature_sensor_ll.h | 84 static inline void temperature_sensor_ll_set_range(uint32_t range) in temperature_sensor_ll_set_range() argument 86 REGI2C_WRITE_MASK(I2C_SAR_ADC, I2C_SARADC_TSENS_DAC, range); in temperature_sensor_ll_set_range()
|
/hal_espressif-latest/components/esp_psram/include/esp32/ |
D | himem.h | 80 esp_err_t esp_himem_map(esp_himem_handle_t handle, esp_himem_rangehandle_t range, size_t ram_offset… 119 esp_err_t esp_himem_unmap(esp_himem_rangehandle_t range, void *ptr, size_t len);
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | cam_ll.h | 249 static inline void cam_ll_set_input_color_range(lcd_cam_dev_t *dev, color_range_t range) in cam_ll_set_input_color_range() argument 251 if (range == COLOR_RANGE_LIMIT) { in cam_ll_set_input_color_range() 253 } else if (range == COLOR_RANGE_FULL) { in cam_ll_set_input_color_range() 264 static inline void cam_ll_set_output_color_range(lcd_cam_dev_t *dev, color_range_t range) in cam_ll_set_output_color_range() argument 266 if (range == COLOR_RANGE_LIMIT) { in cam_ll_set_output_color_range() 268 } else if (range == COLOR_RANGE_FULL) { in cam_ll_set_output_color_range()
|
D | lcd_ll.h | 32 #define LCD_LL_COLOR_RANGE_TO_REG(range) (uint8_t[]){0,1}[(range)] argument 170 static inline void lcd_ll_set_input_color_range(lcd_cam_dev_t *dev, lcd_color_range_t range) in lcd_ll_set_input_color_range() argument 172 dev->lcd_rgb_yuv.lcd_conv_data_in_mode = LCD_LL_COLOR_RANGE_TO_REG(range); in lcd_ll_set_input_color_range() 181 static inline void lcd_ll_set_output_color_range(lcd_cam_dev_t *dev, lcd_color_range_t range) in lcd_ll_set_output_color_range() argument 183 dev->lcd_rgb_yuv.lcd_conv_data_out_mode = LCD_LL_COLOR_RANGE_TO_REG(range); in lcd_ll_set_output_color_range()
|
/hal_espressif-latest/components/hal/ |
D | ledc_hal.c | 64 void ledc_hal_get_fade_param(ledc_hal_context_t *hal, ledc_channel_t channel_num, uint32_t range, u… in ledc_hal_get_fade_param() argument 66 ledc_ll_set_duty_range_rd_addr(hal->dev, hal->speed_mode, channel_num, range); in ledc_hal_get_fade_param()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 137 range 1 255 184 range 1 100 194 range 1 1000 209 range 1 10 221 range 1 5 232 range 1 4096 240 range 1 4096 257 range 1 1000 291 range 1 100 329 range 1 60 [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/ |
D | emulate_efuse_controller.py | 118 for _ in range(0, 4): 123 for i in range(0, 6): 138 for i in range(0, 4):
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | temperature_sensor_ll.h | 93 static inline void temperature_sensor_ll_set_range(uint32_t range) in temperature_sensor_ll_set_range() argument 95 REGI2C_WRITE_MASK(I2C_SAR_ADC, I2C_SARADC_TSENS_DAC, range); in temperature_sensor_ll_set_range()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | temperature_sensor_ll.h | 93 static inline void temperature_sensor_ll_set_range(uint32_t range) in temperature_sensor_ll_set_range() argument 95 REGI2C_WRITE_MASK(I2C_SAR_ADC, I2C_SARADC_TSENS_DAC, range); in temperature_sensor_ll_set_range()
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 10 range 2 25 if !SOC_WIFI_HE_SUPPORT 11 range 2 128 if SOC_WIFI_HE_SUPPORT 26 range 0 128 if !LWIP_WND_SCALE 27 range 0 1024 if LWIP_WND_SCALE 75 range 1 64 90 range 0 128 103 range 1 128 140 range 1 10 167 range 2 32 if !SOC_WIFI_HE_SUPPORT 168 range 2 64 if SOC_WIFI_HE_SUPPORT [all …]
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.mac | 15 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC 16 addresses in this range (either 1 or 2 per device.)
|
/hal_espressif-latest/components/esp_timer/ |
D | Kconfig | 24 range 2048 65536 38 range 1 3 if IDF_TARGET_ESP32 39 range 1 1 if !IDF_TARGET_ESP32 41 It sets the interrupt level for esp_timer ISR in range 1..3.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | Kconfig.rtc | 21 range 0 8190 if RTC_CLK_SRC_EXT_CRYS || RTC_CLK_SRC_EXT_OSC 22 range 0 32766 if RTC_CLK_SRC_INT_RC
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | Kconfig.rtc | 23 range 0 8190 if RTC_CLK_SRC_EXT_CRYS || RTC_CLK_SRC_EXT_OSC || RTC_CLK_SRC_INT_8MD256 24 range 0 32766 if RTC_CLK_SRC_INT_RC
|
D | Kconfig.mac | 17 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC 18 addresses in this range (either 2 or 4 per device.)
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | Kconfig.rtc | 19 range 0 8190 if RTC_CLK_SRC_EXT_OSC || RTC_CLK_SRC_INT_8MD256 20 range 0 32766 if RTC_CLK_SRC_INT_RC
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | Kconfig.rtc | 23 range 0 8190 if RTC_CLK_SRC_EXT_CRYS || RTC_CLK_SRC_EXT_OSC || RTC_CLK_SRC_INT_8MD256 24 range 0 32766 if RTC_CLK_SRC_INT_RC
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32c2.py | 154 for i in range(len(key_word)): 162 if not set(spi_connection).issubset(set(range(0, 21))):
|
D | esp32s2.py | 264 self.get_key_block_purpose(b) for b in range(self.EFUSE_MAX_KEY + 1) 320 if not set(spi_connection).issubset(set(range(0, 22)) | set(range(26, 47))):
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | Kconfig.mac | 17 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC 18 addresses in this range (either 2 or 4 per device.)
|
/hal_espressif-latest/components/esp_netif/ |
D | Kconfig | 5 range 0 65535 56 range 1 10 65 range 1 100
|