Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 201) sorted by relevance

123456789

/Zephyr-latest/drivers/hwinfo/
Dhwinfo_mcux_rcm.c22 static uint32_t hwinfo_mcux_rcm_xlate_reset_sources(uint32_t sources) in hwinfo_mcux_rcm_xlate_reset_sources() argument
27 if (sources & kRCM_SourceWakeup) { in hwinfo_mcux_rcm_xlate_reset_sources()
32 if (sources & kRCM_SourceLvd) { in hwinfo_mcux_rcm_xlate_reset_sources()
37 if (sources & kRCM_SourceLoc) { in hwinfo_mcux_rcm_xlate_reset_sources()
43 if (sources & kRCM_SourceLol) { in hwinfo_mcux_rcm_xlate_reset_sources()
48 if (sources & kRCM_SourceWdog) { in hwinfo_mcux_rcm_xlate_reset_sources()
52 if (sources & kRCM_SourcePin) { in hwinfo_mcux_rcm_xlate_reset_sources()
56 if (sources & kRCM_SourcePor) { in hwinfo_mcux_rcm_xlate_reset_sources()
61 if (sources & kRCM_SourceJtag) { in hwinfo_mcux_rcm_xlate_reset_sources()
66 if (sources & kRCM_SourceLockup) { in hwinfo_mcux_rcm_xlate_reset_sources()
[all …]
/Zephyr-latest/tests/subsys/logging/log_links/src/
Dmain.c85 .sources = domain1_sources,
91 .sources = domain2_sources,
97 .sources = domain3_sources,
165 test_single_compile_level(1, 0, domains_a[0]->sources[0].clevel); in ZTEST()
166 test_single_compile_level(1, 1, domains_a[0]->sources[1].clevel); in ZTEST()
167 test_single_compile_level(1, 3, domains_a[0]->sources[3].clevel); in ZTEST()
168 test_single_compile_level(2, 2, domains_a[1]->sources[2].clevel); in ZTEST()
169 test_single_compile_level(3, 2, domains_b[0]->sources[2].clevel); in ZTEST()
206 test_single_runtime_level(1, 0, &domains_a[0]->sources[0].rlevel); in ZTEST()
207 test_single_runtime_level(1, 3, &domains_a[0]->sources[3].rlevel); in ZTEST()
[all …]
Dmock_log_link.c46 strncpy(buf, mock->domains[domain_id]->sources[source_id].source, in get_source_name()
48 *length = strlen(mock->domains[domain_id]->sources[source_id].source); in get_source_name()
58 *level = mock->domains[domain_id]->sources[source_id].clevel; in get_levels()
61 *runtime_level = mock->domains[domain_id]->sources[source_id].rlevel; in get_levels()
72 mock->domains[domain_id]->sources[source_id].rlevel = level; in set_runtime_level()
Dmock_log_link.h19 struct mock_log_link_source *sources; member
/Zephyr-latest/modules/hal_infineon/
DCMakeLists.txt10 ## Add PDL sources for XMC devices
16 ## Add core-lib sources for CAT1 devices
19 ## Add mtb-pdl-cat1 sources for CAT1 devices
22 ## Add mtb-templates-cat1 sources for CAT1 devices
27 ## Add mtb-hal-cat1 sources for CAT1 devices
35 ## Add abstraction-rtos sources
46 ## Add core-lib sources for CAT1 devices
49 ## Add abstraction-rtos sources
/Zephyr-latest/subsys/mgmt/osdp/
DCMakeLists.txt9 # PD mode specific sources
12 # CP mode specific sources
15 # Secure Channel sources
18 # Common sources
/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h272 int sources, void *user_data);
273 int (*disable_interrupt)(const struct device *dev, int sources);
473 int sources, void *user_data);
477 int sources, void *user_data) in z_impl_sdhc_enable_interrupt() argument
485 return api->enable_interrupt(dev, callback, sources, user_data); in z_impl_sdhc_enable_interrupt()
500 __syscall int sdhc_disable_interrupt(const struct device *dev, int sources);
503 int sources) in z_impl_sdhc_disable_interrupt() argument
511 return api->disable_interrupt(dev, sources); in z_impl_sdhc_disable_interrupt()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_mchp_ecia_xec.c57 uint8_t sources[32]; member
336 if (!(cfg->sources[src] & BIT(7))) { in mchp_xec_ecia_set_callback_by_dev()
341 int idx = (int)(cfg->sources[src] & ~BIT(7)); in mchp_xec_ecia_set_callback_by_dev()
397 if (!(cfg->sources[src] & BIT(7))) { in mchp_ecia_unset_callback_by_dev()
402 int idx = (int)(cfg->sources[src] & ~BIT(7)); in mchp_ecia_unset_callback_by_dev()
484 if (cfg->sources[bitpos] & BIT(7)) { in xec_girq_isr()
486 idx = (uint32_t)cfg->sources[bitpos] & ~BIT(7); in xec_girq_isr()
558 .sources[DT_PROP_BY_IDX(node_id, prop, idx)] = \
566 xec_data_girq_##n[DT_PROP_LEN(n, sources)]; \
571 .num_srcs = DT_PROP_LEN(n, sources), \
[all …]
DKconfig.vim14 and aggregating the interrupt sources for ARM Cortex-R5 processor cores.
/Zephyr-latest/drivers/sensor/st/iis2dlpc/
Diis2dlpc_trigger.c192 iis2dlpc_all_sources_t sources; in iis2dlpc_handle_interrupt() local
194 iis2dlpc_all_sources_get(ctx, &sources); in iis2dlpc_handle_interrupt()
196 if (sources.status_dup.drdy) { in iis2dlpc_handle_interrupt()
200 if (sources.status_dup.single_tap) { in iis2dlpc_handle_interrupt()
203 if (sources.status_dup.double_tap) { in iis2dlpc_handle_interrupt()
208 if (sources.all_int_src.wu_ia) { in iis2dlpc_handle_interrupt()
/Zephyr-latest/dts/arm/microchip/
Dmec172x_common.dtsi16 /* MEC172x allows sources to be different */
42 sources = <0 1 2 3 4 5 6 7
53 sources = <0 1 2 3 4 5 6 7
64 sources = <0 1 2 3 4 5 6 7
75 sources = <0 1 2 3 4 5 6 7
86 sources = <0 1 2 3 4 5 6 7
97 sources = <0 1 2 3 4>;
105 sources = <0 1 2 3 4 5 6 7
114 sources = <0 1 2 3 4 5 6 7
124 sources = <0 2 3>;
[all …]
/Zephyr-latest/drivers/sensor/st/lis2dw12/
Dlis2dw12_trigger.c291 lis2dw12_all_sources_t sources; in lis2dw12_handle_interrupt() local
293 lis2dw12_all_sources_get(ctx, &sources); in lis2dw12_handle_interrupt()
295 if (sources.status_dup.drdy) { in lis2dw12_handle_interrupt()
299 if (sources.status_dup.single_tap) { in lis2dw12_handle_interrupt()
302 if (sources.status_dup.double_tap) { in lis2dw12_handle_interrupt()
307 if (sources.all_int_src.wu_ia) { in lis2dw12_handle_interrupt()
312 if (sources.all_int_src.sleep_change_ia) { in lis2dw12_handle_interrupt()
317 if (sources.all_int_src.ff_ia) { in lis2dw12_handle_interrupt()
/Zephyr-latest/doc/build/dts/
Dintro-scope-purpose.rst21 There are two types of devicetree input files: *devicetree sources* and
22 *devicetree bindings*. The sources contain the devicetree itself. The bindings
24 <build_overview>` uses devicetree sources and bindings to produce a generated C
/Zephyr-latest/tests/drivers/fuel_gauge/sbs_gauge/
DKconfig10 Enabling this option adds test sources that verify if the battery cutoff extension to the
/Zephyr-latest/samples/boards/espressif/deep_sleep/socs/
Desp32c3.overlay10 * as wake-up sources
/Zephyr-latest/drivers/sdhc/
Difx_cat1_sdio.c220 int sources, void *user_data) in ifx_cat1_sdio_enable_interrupt() argument
225 if (sources != SDHC_INT_SDIO) { in ifx_cat1_sdio_enable_interrupt()
244 static int ifx_cat1_sdio_disable_interrupt(const struct device *dev, int sources) in ifx_cat1_sdio_disable_interrupt() argument
249 if (sources != SDHC_INT_SDIO) { in ifx_cat1_sdio_disable_interrupt()
/Zephyr-latest/samples/boards/espressif/deep_sleep/
DREADME.rst4 Use deep sleep with wake on timer, GPIO, and EXT1 sources on ESP32.
16 The following wake up sources are demonstrated in this example:
24 GPIOS0~5 can be used as wake-up sources.
63 With both wake up sources enabled, the console output will be as below. The
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dmain.c49 static struct bt_bap_ep *sources[CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SRC_COUNT]; variable
73 static K_SEM_DEFINE(sem_stream_qos, 0, ARRAY_SIZE(sinks) + ARRAY_SIZE(sources));
341 for (size_t i = 0U; i < ARRAY_SIZE(sources); i++) { in add_remote_source()
342 if (sources[i] == NULL) { in add_remote_source()
344 sources[i] = ep; in add_remote_source()
648 for (size_t i = 0; i < ARRAY_SIZE(sources); i++) { in configure_streams()
649 struct bt_bap_ep *ep = sources[i]; in configure_streams()
851 memset(sources, 0, sizeof(sources)); in reset_data()
/Zephyr-latest/soc/microchip/mec/mec174x/
DKconfig.defconfig.series11 # All NVIC external sources.
/Zephyr-latest/soc/microchip/mec/mec175x/
DKconfig.defconfig.series11 # All NVIC external sources.
/Zephyr-latest/soc/microchip/mec/mech172x/
DKconfig.defconfig.series11 # All NVIC external sources.
/Zephyr-latest/drivers/sensor/st/lis2ds12/
Dlis2ds12_trigger.c53 lis2ds12_all_sources_t sources; in lis2ds12_handle_int() local
56 lis2ds12_all_sources_get(ctx, &sources); in lis2ds12_handle_int()
58 if (sources.status_dup.drdy) { in lis2ds12_handle_int()
/Zephyr-latest/scripts/west_commands/zspdx/
Dcmakefileapijson.py269 target.sources.append(src)
404 for ts in cfgTarget.target.sources:
427 targetSrcGrp.sources = []
429 targetSrcGrp.sources.append(target.sources[srcIndex])
434 targetCmpGrp.sources = []
436 targetCmpGrp.sources.append(target.sources[srcIndex])
/Zephyr-latest/soc/microchip/mec/mec15xx/
DKconfig.defconfig.series11 # All NVIC external sources.
/Zephyr-latest/drivers/sensor/st/lis2dux12/
Dlis2dux12_api.c110 lis2dux12_all_sources_t sources; in st_lis2dux12_handle_interrupt() local
113 lis2dux12_all_sources_get(ctx, &sources); in st_lis2dux12_handle_interrupt()
115 if (sources.drdy == 0) { in st_lis2dux12_handle_interrupt()

123456789