Home
last modified time | relevance | path

Searched refs:win (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/soc/intel/intel_adsp/common/
Dboot_complete.c16 uint32_t *win; in boot_complete() local
25 win = sys_cache_uncached_ptr_get((__sparse_force void __sparse_cache *)config->mem_base); in boot_complete()
27 win[0] = 5; in boot_complete()
/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py1067 for win in _top_sep_win, _menu_win, _bot_sep_win, _help_win:
1068 win.mvwin(0, 0)
1076 def _height(win): argument
1079 return win.getmaxyx()[0]
1082 def _width(win): argument
1085 return win.getmaxyx()[1]
1714 win = _styled_win("body")
1715 win.keypad(True)
1720 _resize_input_dialog(win, title, info_lines)
1731 return _width(win) - 4
[all …]
/Zephyr-latest/drivers/watchdog/
Dwdt_wwdgt_gd32.c79 const struct wdt_window *win, in gd32_wwdgt_calc_window() argument
84 uint32_t max_count = gd32_wwdgt_calc_ticks(dev, win->max, shift); in gd32_wwdgt_calc_window()
89 if (win->min == 0U) { in gd32_wwdgt_calc_window()
92 *wval = gd32_wwdgt_calc_ticks(dev, win->min, shift); in gd32_wwdgt_calc_window()
Dwdt_wwdt_numaker.c74 const struct wdt_window *win, in m_wwdt_numaker_calc_window() argument
86 if (*timeout >= win->max) { in m_wwdt_numaker_calc_window()
88 if (win->min == 0U) { in m_wwdt_numaker_calc_window()
91 gap = DIV_ROUND_UP(win->min in m_wwdt_numaker_calc_window()
/Zephyr-latest/cmake/emu/
Dsimics.cmake31 --no-win
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/
Dadsp_shim.h94 #define CAVS_WIN ((volatile struct cavs_win *)DT_REG_ADDR(DT_NODELABEL(win)))
/Zephyr-latest/cmake/modules/
Duser_cache.cmake48 # Assume Linux when we did not detect 'mac' or 'win'
/Zephyr-latest/kernel/
DKconfig.smp123 will win the contention every time which will result
/Zephyr-latest/scripts/ci/
Dpylintrc51 # logger.warning("foo {} bar".format(3)), but it's not a clear win in all
/Zephyr-latest/subsys/fs/
DKconfig.fatfs238 int "Memory alignment for the member \"win\" in FATFS"
/Zephyr-latest/modules/lvgl/
DCMakeLists.txt311 ${LVGL_DIR}/src/widgets/win/lv_win.c
/Zephyr-latest/doc/develop/debug/
Dindex.rst229 :host-os: win
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst843 Valid options are ``unix``, ``win`` and ``all``. The default is ``all``.