Home
last modified time | relevance | path

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

12345

/Zephyr-latest/samples/boards/nordic/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-latest/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()
272 .levels = { in link_remote_get_levels()
286 *level = link_remote->dst.levels.level; in link_remote_get_levels()
289 *runtime_level = link_remote->dst.levels.runtime_level; in link_remote_get_levels()
/Zephyr-latest/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-latest/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-latest/subsys/mgmt/mcumgr/smp/
DKconfig32 Minimal decoding levels, map/list encapsulation, required
73 This is a maximum number of levels of maps/lists that will
78 and additional levels for each map/list encapsulation.
80 it will need 2 levels.
88 Minimal encoding levels, map/list encapsulation, required
129 This is a maximum number of levels of maps/lists that will
/Zephyr-latest/samples/bluetooth/hci_ipc/dts/arm/nordic/
Doverride.dtsi3 * levels for Exceptions and ZLI (if enabled).
/Zephyr-latest/soc/snps/emsdp/
DKconfig.defconfig7 # This processor supports 4 priority levels:
/Zephyr-latest/soc/snps/nsim/arc_classic/hs/
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:
/Zephyr-latest/subsys/net/
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.
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.
/Zephyr-latest/include/zephyr/logging/
Dlog_multidomain_helper.h127 struct log_multidomain_levels levels; member
160 } levels; member
/Zephyr-latest/scripts/footprint/
Dpack_as_twister.py78 levels = { lvl[1]: lvl[0] for lvl in LOG_LEVELS.values() }
79 if verbose > len(levels):
80 verbose = len(levels)
83 logger.setLevel(levels[verbose])
/Zephyr-latest/tests/subsys/logging/log_output/src/
Dlog_output_test.c177 uint8_t levels[] = {LOG_LEVEL_ERR, LOG_LEVEL_WRN, LOG_LEVEL_INF, LOG_LEVEL_DBG}; in ZTEST() local
187 log_output_process(&log_output, 0, NULL, SNAME, NULL, levels[i], in ZTEST()
222 uint8_t levels[] = {LOG_LEVEL_ERR, LOG_LEVEL_WRN, LOG_LEVEL_INF, LOG_LEVEL_DBG}; in ZTEST() local
232 log_output_process(&log_output, 0, NULL, SNAME, NULL, levels[i], in ZTEST()
/Zephyr-latest/doc/hardware/peripherals/can/
Dtransceiver.rst14 from the CAN controller to the bus-levels. The bus lines are called
18 These wires use the logic levels whereas the bus-level is interpreted
/Zephyr-latest/samples/bluetooth/hci_uart/dts/arm/nordic/
Doverride.dtsi3 * levels for Exceptions and ZLI (if enabled).
/Zephyr-latest/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-latest/soc/snps/emsk/
DKconfig.defconfig.em9d11 # This processor supports 4 priority levels:
DKconfig.defconfig.em11d11 # This processor supports 4 priority levels:
/Zephyr-latest/soc/snps/nsim/arc_classic/vpx5/
DKconfig.defconfig10 # This processor supports 16 priority levels:
/Zephyr-latest/soc/snps/arc_iot/
DKconfig.defconfig11 # This processor supports 4 priority levels:
/Zephyr-latest/soc/snps/nsim/arc_classic/sem/
DKconfig.defconfig10 # This processor supports 4 priority levels:

12345