Searched defs:levels (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.6.0/samples/boards/nrf/battery/src/ |
D | main.c | 16 static const struct battery_level_point levels[] = { variable
|
/Zephyr-Core-3.6.0/arch/x86/ |
D | gen_mmu.py | 361 def levels(self): member in PtableSet 585 levels = [Pd, Pt] variable in Ptables32bit 589 levels = [PdptPAE, PdXd, PtXd] variable in PtablesPAE 593 levels = [Pml4, Pdpt, PdXd, PtXd] variable in PtablesIA32e
|
/Zephyr-Core-3.6.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 203 uint8_t levels[] = {LOG_LEVEL_ERR, LOG_LEVEL_WRN, LOG_LEVEL_INF, LOG_LEVEL_DBG}; in ZTEST() local
|
/Zephyr-Core-3.6.0/include/zephyr/logging/ |
D | log_multidomain_helper.h | 127 struct log_multidomain_levels levels; member 160 } levels; member
|
/Zephyr-Core-3.6.0/kernel/ |
D | init.c | 265 static const struct init_entry *levels[] = { in z_sys_init_run_level() local
|
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/ |
D | testplan.py | 75 levels = [] variable in TestLevel
|