Searched defs:levels (Results  1 – 6 of 6) sorted by relevance
| /Zephyr-latest/samples/boards/nordic/battery/src/ | 
| D | main.c | 16 static const struct battery_level_point levels[] = {  variable
  | 
| /Zephyr-latest/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-latest/tests/subsys/logging/log_output/src/ | 
| D | log_output_test.c | 177 	uint8_t levels[] = {LOG_LEVEL_ERR, LOG_LEVEL_WRN, LOG_LEVEL_INF, LOG_LEVEL_DBG};  in ZTEST()  local 222 	uint8_t levels[] = {LOG_LEVEL_ERR, LOG_LEVEL_WRN, LOG_LEVEL_INF, LOG_LEVEL_DBG};  in ZTEST()  local
  | 
| /Zephyr-latest/include/zephyr/logging/ | 
| D | log_multidomain_helper.h | 127 	struct log_multidomain_levels levels;  member 160 	} levels;  member
  | 
| /Zephyr-latest/kernel/ | 
| D | init.c | 348 	static const struct init_entry *levels[] = {  in z_sys_init_run_level()  local
  | 
| /Zephyr-latest/scripts/pylib/twister/twisterlib/ | 
| D | testplan.py | 79     levels = []  variable in TestLevel
  |