Searched refs:win (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | boot_complete.c | 16 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/ |
D | menuconfig.py | 1067 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/ |
D | wdt_wwdgt_gd32.c | 79 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()
|
D | wdt_wwdt_numaker.c | 74 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/ |
D | simics.cmake | 31 --no-win
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/ |
D | adsp_shim.h | 94 #define CAVS_WIN ((volatile struct cavs_win *)DT_REG_ADDR(DT_NODELABEL(win)))
|
/Zephyr-latest/cmake/modules/ |
D | user_cache.cmake | 48 # Assume Linux when we did not detect 'mac' or 'win'
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 123 will win the contention every time which will result
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 51 # logger.warning("foo {} bar".format(3)), but it's not a clear win in all
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.fatfs | 238 int "Memory alignment for the member \"win\" in FATFS"
|
/Zephyr-latest/modules/lvgl/ |
D | CMakeLists.txt | 311 ${LVGL_DIR}/src/widgets/win/lv_win.c
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 229 :host-os: win
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 843 Valid options are ``unix``, ``win`` and ``all``. The default is ``all``.
|