/Zephyr-Core-3.4.0/samples/boards/nrf/battery/src/ |
D | main.c | 16 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/ |
D | log_multidomain_link.c | 73 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/ |
D | gen_mmu.py | 341 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/ |
D | log_multidomain_backend.c | 163 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/ |
D | log_output_test.c | 171 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/ |
D | Kconfig.multilevel | 11 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/ |
D | log_multidomain_helper.h | 127 struct log_multidomain_levels levels; member 160 } levels; member
|
/Zephyr-Core-3.4.0/subsys/net/ |
D | Kconfig.template.log_config.net | 34 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.
|
D | Kconfig.template.log_config.default.net | 35 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/ |
D | Kconfig.defconfig.hs5x | 10 # This processor supports 16 priority levels:
|
D | Kconfig.defconfig.hs6x | 10 # This processor supports 16 priority levels:
|
D | Kconfig.defconfig.hs5x_smp | 10 # This processor supports 16 priority levels:
|
D | Kconfig.defconfig.hs | 10 # This processor supports 16 priority levels:
|
D | Kconfig.defconfig.hs6x_smp | 10 # This processor supports 16 priority levels:
|
D | Kconfig.defconfig.sem | 10 # This processor supports 4 priority levels:
|
D | Kconfig.defconfig.hs_mpuv6 | 10 # This processor supports 16 priority levels:
|
D | Kconfig.defconfig.hs_smp | 10 # This processor supports 16 priority levels:
|
D | Kconfig.defconfig.em7d_v22 | 10 # This processor supports 4 priority levels:
|
/Zephyr-Core-3.4.0/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 32 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/ |
D | Kconfig.defconfig.em9d | 11 # This processor supports 4 priority levels:
|
D | Kconfig.defconfig.em11d | 11 # This processor supports 4 priority levels:
|
/Zephyr-Core-3.4.0/soc/arc/snps_arc_iot/ |
D | Kconfig.defconfig | 14 # This processor supports 4 priority levels:
|
/Zephyr-Core-3.4.0/soc/arc/snps_arc_hsdk/ |
D | Kconfig.defconfig | 13 # This processor supports 2 priority levels:
|
/Zephyr-Core-3.4.0/soc/arc/snps_emsdp/ |
D | Kconfig.defconfig | 10 # This processor supports 4 priority levels:
|
/Zephyr-Core-3.4.0/kernel/ |
D | init.c | 241 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()
|