Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 132) sorted by relevance

123456

/hal_espressif-latest/components/esp_hw_support/
Dintr_alloc.c57 int source: 8; member
75 int source: 8; //Interrupt mux flags, used when not shared member
90 int source; member
164 static vector_desc_t * find_desc_for_source(int source, int cpu) in find_desc_for_source() argument
169 if (vd->source == source && cpu == vd->cpu) { in find_desc_for_source()
178 if (svd->source == source) { in find_desc_for_source()
308 static int get_available_int(int flags, int cpu, int force, int source) in get_available_int() argument
324 ALCHLOG("get_available_int: try to find existing. Cpu: %d, Source: %d", cpu, source); in get_available_int()
325 vector_desc_t *vd = find_desc_for_source(source, cpu); in get_available_int()
339 …ALCHLOG("get_available_int: try to find force. Cpu: %d, Source: %d, Force: %d", cpu, source, force… in get_available_int()
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Drtc_clk.c219 soc_cpu_clk_src_t source; in rtc_clk_cpu_freq_mhz_to_config() local
233 source = SOC_CPU_CLK_SRC_XTAL; in rtc_clk_cpu_freq_mhz_to_config()
236 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
241 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
246 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
254 .source = source, in rtc_clk_cpu_freq_mhz_to_config()
269 if (config->source == SOC_CPU_CLK_SRC_XTAL) { in rtc_clk_cpu_freq_set_config()
275 } else if (config->source == SOC_CPU_CLK_SRC_PLL) { in rtc_clk_cpu_freq_set_config()
283 } else if (config->source == SOC_CPU_CLK_SRC_RC_FAST) { in rtc_clk_cpu_freq_set_config()
294 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in rtc_clk_cpu_freq_get_config() local
[all …]
DKconfig.rtc2 prompt "RTC clock source"
5 Choose which clock is used as RTC clock source.
45 - 136000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_clk.c259 soc_cpu_clk_src_t source; in rtc_clk_cpu_freq_mhz_to_config() local
273 source = SOC_CPU_CLK_SRC_XTAL; in rtc_clk_cpu_freq_mhz_to_config()
276 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
281 source = SOC_CPU_CLK_SRC_FLASH_PLL; in rtc_clk_cpu_freq_mhz_to_config()
286 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
294 .source = source, in rtc_clk_cpu_freq_mhz_to_config()
309 if (config->source == SOC_CPU_CLK_SRC_XTAL) { in rtc_clk_cpu_freq_set_config()
315 } else if (config->source == SOC_CPU_CLK_SRC_PLL) { in rtc_clk_cpu_freq_set_config()
323 } else if (config->source == SOC_CPU_CLK_SRC_RC_FAST) { in rtc_clk_cpu_freq_set_config()
329 } else if (config->source == SOC_CPU_CLK_SRC_FLASH_PLL) { in rtc_clk_cpu_freq_set_config()
[all …]
DKconfig.rtc2 prompt "RTC clock source"
5 Choose which clock is used as RTC clock source.
34 - 136000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Drtc_clk.c156 soc_cpu_clk_src_t source; in rtc_clk_cpu_freq_mhz_to_config() local
170 source = SOC_CPU_CLK_SRC_XTAL; in rtc_clk_cpu_freq_mhz_to_config()
173 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
178 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
186 .source = source, in rtc_clk_cpu_freq_mhz_to_config()
197 if (config->source == SOC_CPU_CLK_SRC_XTAL) { in rtc_clk_cpu_freq_set_config()
202 } else if (config->source == SOC_CPU_CLK_SRC_PLL) { in rtc_clk_cpu_freq_set_config()
208 } else if (config->source == SOC_CPU_CLK_SRC_RC_FAST) { in rtc_clk_cpu_freq_set_config()
218 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in rtc_clk_cpu_freq_get_config() local
222 switch (source) { in rtc_clk_cpu_freq_get_config()
[all …]
DKconfig.rtc2 prompt "RTC clock source"
5 Choose which clock is used as RTC clock source.
32 - 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_clk.c181 soc_cpu_clk_src_t source; in rtc_clk_cpu_freq_mhz_to_config() local
195 source = SOC_CPU_CLK_SRC_XTAL; in rtc_clk_cpu_freq_mhz_to_config()
198 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
203 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
211 .source = source, in rtc_clk_cpu_freq_mhz_to_config()
222 if (config->source == SOC_CPU_CLK_SRC_XTAL) { in rtc_clk_cpu_freq_set_config()
228 } else if (config->source == SOC_CPU_CLK_SRC_PLL) { in rtc_clk_cpu_freq_set_config()
234 } else if (config->source == SOC_CPU_CLK_SRC_RC_FAST) { in rtc_clk_cpu_freq_set_config()
245 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in rtc_clk_cpu_freq_get_config() local
249 switch (source) { in rtc_clk_cpu_freq_get_config()
[all …]
DKconfig.rtc2 prompt "RTC clock source"
5 Choose which clock is used as RTC clock source.
36 - 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
/hal_espressif-latest/components/hal/esp32c6/
Dclk_tree_hal.c33 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in clk_hal_cpu_get_freq_hz() local
34 …uint32_t divider = (source == SOC_CPU_CLK_SRC_PLL) ? clk_ll_cpu_get_hs_divider() : clk_ll_cpu_get_… in clk_hal_cpu_get_freq_hz()
35 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / divider; in clk_hal_cpu_get_freq_hz()
40 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in clk_hal_ahb_get_freq_hz() local
41 …uint32_t divider = (source == SOC_CPU_CLK_SRC_PLL) ? clk_ll_ahb_get_hs_divider() : clk_ll_ahb_get_… in clk_hal_ahb_get_freq_hz()
42 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / divider; in clk_hal_ahb_get_freq_hz()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_clk.c235 soc_cpu_clk_src_t source; in rtc_clk_cpu_freq_mhz_to_config() local
249 source = SOC_CPU_CLK_SRC_XTAL; in rtc_clk_cpu_freq_mhz_to_config()
252 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
257 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
262 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
270 .source = source, in rtc_clk_cpu_freq_mhz_to_config()
281 if (config->source == SOC_CPU_CLK_SRC_XTAL) { in rtc_clk_cpu_freq_set_config()
287 } else if (config->source == SOC_CPU_CLK_SRC_PLL) { in rtc_clk_cpu_freq_set_config()
293 } else if (config->source == SOC_CPU_CLK_SRC_RC_FAST) { in rtc_clk_cpu_freq_set_config()
304 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in rtc_clk_cpu_freq_get_config() local
[all …]
DKconfig.rtc2 prompt "RTC clock source"
5 Choose which clock is used as RTC clock source.
36 - 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_clk.c299 soc_cpu_clk_src_t source; in rtc_clk_cpu_freq_mhz_to_config() local
313 source = SOC_CPU_CLK_SRC_XTAL; in rtc_clk_cpu_freq_mhz_to_config()
316 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
321 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
326 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
334 .source = source, in rtc_clk_cpu_freq_mhz_to_config()
352 if (config->source == SOC_CPU_CLK_SRC_XTAL) { in rtc_clk_cpu_freq_set_config()
356 } else if (config->source == SOC_CPU_CLK_SRC_PLL) { in rtc_clk_cpu_freq_set_config()
360 } else if (config->source == SOC_CPU_CLK_SRC_RC_FAST) { in rtc_clk_cpu_freq_set_config()
367 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in rtc_clk_cpu_freq_get_config() local
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_clk.c417 soc_cpu_clk_src_t source; in rtc_clk_cpu_freq_mhz_to_config() local
431 source = SOC_CPU_CLK_SRC_XTAL; in rtc_clk_cpu_freq_mhz_to_config()
434 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
439 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
444 source = SOC_CPU_CLK_SRC_PLL; in rtc_clk_cpu_freq_mhz_to_config()
452 .source = source, in rtc_clk_cpu_freq_mhz_to_config()
472 if (config->source == SOC_CPU_CLK_SRC_XTAL) { in rtc_clk_cpu_freq_set_config()
476 } else if (config->source == SOC_CPU_CLK_SRC_PLL) { in rtc_clk_cpu_freq_set_config()
481 } else if (config->source == SOC_CPU_CLK_SRC_RC_FAST) { in rtc_clk_cpu_freq_set_config()
488 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in rtc_clk_cpu_freq_get_config() local
[all …]
/hal_espressif-latest/components/hal/esp32h2/
Dclk_tree_hal.c35 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in clk_hal_cpu_get_freq_hz() local
36 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
41 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in clk_hal_ahb_get_freq_hz() local
42 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_ahb_get_divider(); in clk_hal_ahb_get_freq_hz()
/hal_espressif-latest/components/hal/esp32c2/
Dclk_tree_hal.c33 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in clk_hal_cpu_get_freq_hz() local
34 switch (source) { in clk_hal_cpu_get_freq_hz()
38 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32c3/
Dclk_tree_hal.c33 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in clk_hal_cpu_get_freq_hz() local
34 switch (source) { in clk_hal_cpu_get_freq_hz()
38 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32s3/
Dclk_tree_hal.c33 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in clk_hal_cpu_get_freq_hz() local
34 switch (source) { in clk_hal_cpu_get_freq_hz()
46 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32/
Dclk_tree_hal.c35 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in clk_hal_cpu_get_freq_hz() local
36 switch (source) { in clk_hal_cpu_get_freq_hz()
49 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32s2/
Dclk_tree_hal.c34 soc_cpu_clk_src_t source = clk_ll_cpu_get_src(); in clk_hal_cpu_get_freq_hz() local
35 switch (source) { in clk_hal_cpu_get_freq_hz()
56 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/esp_hw_support/include/
Desp_intr_alloc.h154 esp_err_t esp_intr_alloc(int source, int flags, intr_handler_t handler, void *arg, intr_handle_t *r…
192 esp_err_t esp_intr_alloc_intrstatus(int source, int flags, uint32_t intrstatusreg, uint32_t intrsta…
/hal_espressif-latest/components/bt/
DKconfig60 source "$IDF_PATH/components/bt/host/bluedroid/Kconfig.in"
65 source "$IDF_PATH/components/bt/host/nimble/Kconfig.in"
70 source "$IDF_PATH/components/bt/controller/$IDF_TARGET/Kconfig.in"
112 source "$IDF_PATH/components/bt/common/Kconfig.in"
125 source "$IDF_PATH/components/bt/esp_ble_mesh/Kconfig.in"
/hal_espressif-latest/components/newlib/
DCOPYING.NEWLIB3 Each file may have its own copyright/license that is embedded in the source
4 file. Unless otherwise noted in the body of the source file(s), the following copyright
18 incorporated in the source code or documentation are not subject to
27 Redistribution and use in source and binary forms, with or without modification,
30 * Redistributions of source code must retain the above copyright notice,
179 Redistribution and use in source and binary forms, with or without
182 1. Redistributions of source code must retain the above copyright
231 Redistribution and use in source and binary forms, with or without
235 1. Redistributions of source code must retain the above copyright
263 Redistribution and use in source and binary forms, with or without
[all …]
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/
DLICENSE10 Redistribution and use in source and binary forms, with or without modification,
13 - Redistributions of source code must retain the above copyright notice, this
42 Redistribution and use in source and binary forms, with or without modification,
44 * Redistributions of source code must retain the above copyright notice, this
/hal_espressif-latest/components/bt/controller/esp32s3/
DKconfig.in1 source "$IDF_PATH/components/bt/controller/esp32c3/Kconfig.in"

123456