Lines Matching full:if

2     visible if IDF_TARGET_ESP32S3
6 default ESP32S3_DEFAULT_CPU_FREQ_40 if IDF_ENV_FPGA
7 default ESP32S3_DEFAULT_CPU_FREQ_160 if !IDF_ENV_FPGA
24 default 40 if ESP32S3_DEFAULT_CPU_FREQ_40
25 default 80 if ESP32S3_DEFAULT_CPU_FREQ_80
26 default 160 if ESP32S3_DEFAULT_CPU_FREQ_160
27 default 240 if ESP32S3_DEFAULT_CPU_FREQ_240
36 If you use 16KB instruction cache rather than 32KB instruction cache,
47 default 0x4000 if ESP32S3_INSTRUCTION_CACHE_16KB
48 default 0x8000 if ESP32S3_INSTRUCTION_CACHE_32KB
64 default 4 if ESP32S3_INSTRUCTION_CACHE_4WAYS
65 default 8 if ESP32S3_INSTRUCTION_CACHE_8WAYS
82 default 16 if ESP32S3_INSTRUCTION_CACHE_LINE_16B
83 default 32 if ESP32S3_INSTRUCTION_CACHE_LINE_32B
89 If enabled, instruction cache will use wrap mode to read spi flash or spi ram.
98 If you use 32KB data cache rather than 64KB data cache,
112 default 0x8000 if ESP32S3_DATA_CACHE_16KB
113 default 0x8000 if ESP32S3_DATA_CACHE_32KB
114 default 0x10000 if ESP32S3_DATA_CACHE_64KB
130 default 4 if ESP32S3_DATA_CACHE_4WAYS
131 default 8 if ESP32S3_DATA_CACHE_8WAYS
150 default 16 if ESP32S3_DATA_CACHE_LINE_16B
151 default 32 if ESP32S3_DATA_CACHE_LINE_32B
152 default 64 if ESP32S3_DATA_CACHE_LINE_64B
158 If enabled, data cache will use wrap mode to read spi flash or spi ram.
208 default -1 if SPIRAM_TYPE_AUTO
209 default 2097152 if SPIRAM_TYPE_ESPPSRAM16
210 default 4194304 if SPIRAM_TYPE_ESPPSRAM32
211 default 8388608 if SPIRAM_TYPE_ESPPSRAM64
212 default 16777216 if SPIRAM_TYPE_ESPPSRAM128
213 default 33554432 if SPIRAM_TYPE_ESPPSRAM256
236 If enabled, instruction in flash will be copied into SPIRAM.
237If SPIRAM_RODATA also enabled, you can run the instruction when erasing or programming the flash.
243 If enabled, rodata in flash will be copied into SPIRAM.
244 If SPIRAM_FETCH_INSTRUCTIONS is also enabled,
282 … of memory that can't be used for general purposes anymore. Disable this if you do not know
293 … of memory that can't be used for general purposes anymore. Disable this if you do not know
298 default 0x8000 if ESP32S3_MEMMAP_TRACEMEM && ESP32S3_MEMMAP_TRACEMEM_TWOBANKS
299 default 0x4000 if ESP32S3_MEMMAP_TRACEMEM && !ESP32S3_MEMMAP_TRACEMEM_TWOBANKS
307 Set to 'y' if you plan to load a firmware for the coprocessor.
309If this option is enabled, further coprocessor configuration will appear in the Components menu.
313 prompt "RTC slow memory reserved for coprocessor" if ESP32S3_ULP_COPROC_ENABLED
314 default 512 if ESP32S3_ULP_COPROC_ENABLED
315 range 32 8176 if ESP32S3_ULP_COPROC_ENABLED
316 default 0 if !ESP32S3_ULP_COPROC_ENABLED
317 range 0 0 if !ESP32S3_ULP_COPROC_ENABLED
336 … The ESP32-S3 has a built-in brownout detector which can detect if the voltage is lower than
337 a specific value. If this happens, it will reset the chip in order to prevent unintended
369 default 1 if ESP32S3_BROWNOUT_DET_LVL_SEL_1
370 default 2 if ESP32S3_BROWNOUT_DET_LVL_SEL_2
371 default 3 if ESP32S3_BROWNOUT_DET_LVL_SEL_3
372 default 4 if ESP32S3_BROWNOUT_DET_LVL_SEL_4
373 default 5 if ESP32S3_BROWNOUT_DET_LVL_SEL_5
374 default 6 if ESP32S3_BROWNOUT_DET_LVL_SEL_6
375 default 7 if ESP32S3_BROWNOUT_DET_LVL_SEL_7
389 - If both high-resolution and RTC timers are used, timekeeping will
392 - If only high-resolution timer is used, gettimeofday will
395 - If only RTC timer is used, timekeeping will continue in
399 - If no timers are used, gettimeofday and time functions
439 …default 3000 if ESP32S3_RTC_CLK_SRC_EXT_CRYS || ESP32S3_RTC_CLK_SRC_EXT_OSC || ESP32S3_RTC_CLK_SRC…
440 default 1024 if ESP32S3_RTC_CLK_SRC_INT_RC
441 …range 0 27000 if ESP32S3_RTC_CLK_SRC_EXT_CRYS || ESP32S3_RTC_CLK_SRC_EXT_OSC || ESP32S3_RTC_CLK_SR…
442 range 0 32766 if ESP32S3_RTC_CLK_SRC_INT_RC
454 - 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
455 - 32768 Hz if the 32k crystal oscillator is used. For this use value 3000 or more.
457 If the crystal could not start, it will be switched to internal RC.
474 If you are seeing "flash read err, 1000" message printed to the
482 If enabled, this disables the linking of binary libraries in the application build. Note
496If this option is disabled, the DRAM part of the heap starts right after the .bss section,
500If this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,