Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 25 of 90) sorted by relevance

1234

/Zephyr-Core-3.4.0/samples/boards/nrf/battery/src/
Dmain.c16 static const struct battery_level_point levels[] = { variable
73 unsigned int batt_pptt = battery_level_pptt(batt_mV, levels); in main()
/Zephyr-Core-3.4.0/subsys/logging/
Dlog_multidomain_link.c73 link_remote->dst.levels.level = msg->data.levels.level; in log_multidomain_link_on_recv_cb()
74 link_remote->dst.levels.runtime_level = msg->data.levels.runtime_level; in log_multidomain_link_on_recv_cb()
270 .levels = { in link_remote_get_levels()
284 *level = link_remote->dst.levels.level; in link_remote_get_levels()
287 *runtime_level = link_remote->dst.levels.runtime_level; in link_remote_get_levels()
/Zephyr-Core-3.4.0/arch/x86/
Dgen_mmu.py341 self.toplevel = self.levels[0]()
361 def levels(self): member in PtableSet
376 num_levels = len(self.levels) + level + 1
406 new_table = self.levels[depth]()
408 % (self.levels[depth].__name__, new_table_addr))
419 num_levels = len(self.levels) + level + 1
441 scope = 1 << self.levels[PD_LEVEL].addr_shift
453 scope = 1 << self.levels[PD_LEVEL].addr_shift
470 scope = 1 << self.levels[level].addr_shift
488 scope = 1 << self.levels[level].addr_shift
[all …]
/Zephyr-Core-3.4.0/subsys/logging/backends/
Dlog_multidomain_backend.c163 outmsg.data.levels.level = in log_multidomain_backend_on_recv_cb()
165 outmsg.data.levels.domain_id, in log_multidomain_backend_on_recv_cb()
166 outmsg.data.levels.source_id, in log_multidomain_backend_on_recv_cb()
168 outmsg.data.levels.runtime_level = in log_multidomain_backend_on_recv_cb()
170 outmsg.data.levels.domain_id, in log_multidomain_backend_on_recv_cb()
171 outmsg.data.levels.source_id, in log_multidomain_backend_on_recv_cb()
/Zephyr-Core-3.4.0/tests/subsys/logging/log_output/src/
Dlog_output_test.c171 uint8_t levels[] = {LOG_LEVEL_ERR, LOG_LEVEL_WRN, LOG_LEVEL_INF, LOG_LEVEL_DBG}; in ZTEST() local
181 log_output_process(&log_output, 0, NULL, SNAME, levels[i], in ZTEST()
203 uint8_t levels[] = {LOG_LEVEL_ERR, LOG_LEVEL_WRN, LOG_LEVEL_INF, LOG_LEVEL_DBG}; in ZTEST() local
213 log_output_process(&log_output, 0, NULL, SNAME, levels[i], in ZTEST()
/Zephyr-Core-3.4.0/drivers/interrupt_controller/
DKconfig.multilevel11 Multiple levels of interrupts are normally used to increase the
13 levels are used, a second level interrupt aggregator would combine
15 interrupt controller. If three levels are used, a third level
17 second level. The number of interrupt levels is usually determined
/Zephyr-Core-3.4.0/include/zephyr/logging/
Dlog_multidomain_helper.h127 struct log_multidomain_levels levels; member
160 } levels; member
/Zephyr-Core-3.4.0/subsys/net/
DKconfig.template.log_config.net34 Write to log with NET_INFO or LOG_INF in addition to previous levels.
39 Write to log with NET_DBG or LOG_DBG in addition to previous levels.
DKconfig.template.log_config.default.net35 Write to log with NET_INFO or LOG_INF in addition to previous levels.
40 Write to log with NET_DBG or LOG_DBG in addition to previous levels.
/Zephyr-Core-3.4.0/soc/arc/snps_nsim/
DKconfig.defconfig.hs5x10 # This processor supports 16 priority levels:
DKconfig.defconfig.hs6x10 # This processor supports 16 priority levels:
DKconfig.defconfig.hs5x_smp10 # This processor supports 16 priority levels:
DKconfig.defconfig.hs10 # This processor supports 16 priority levels:
DKconfig.defconfig.hs6x_smp10 # This processor supports 16 priority levels:
DKconfig.defconfig.sem10 # This processor supports 4 priority levels:
DKconfig.defconfig.hs_mpuv610 # This processor supports 16 priority levels:
DKconfig.defconfig.hs_smp10 # This processor supports 16 priority levels:
DKconfig.defconfig.em7d_v2210 # This processor supports 4 priority levels:
/Zephyr-Core-3.4.0/subsys/mgmt/mcumgr/smp/
DKconfig32 Minimal decoding levels, map/list encapsulation, required
65 This is a maximum number of levels of maps/lists that will
70 and additional levels for each map/list encapsulation.
72 it will need 2 levels.
/Zephyr-Core-3.4.0/soc/arc/snps_emsk/
DKconfig.defconfig.em9d11 # This processor supports 4 priority levels:
DKconfig.defconfig.em11d11 # This processor supports 4 priority levels:
/Zephyr-Core-3.4.0/soc/arc/snps_arc_iot/
DKconfig.defconfig14 # This processor supports 4 priority levels:
/Zephyr-Core-3.4.0/soc/arc/snps_arc_hsdk/
DKconfig.defconfig13 # This processor supports 2 priority levels:
/Zephyr-Core-3.4.0/soc/arc/snps_emsdp/
DKconfig.defconfig10 # This processor supports 4 priority levels:
/Zephyr-Core-3.4.0/kernel/
Dinit.c241 static const struct init_entry *levels[] = { in z_sys_init_run_level() local
255 for (entry = levels[level]; entry < levels[level+1]; entry++) { in z_sys_init_run_level()

1234