Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 125) sorted by relevance

12345

/Zephyr-Core-2.7.6/dts/arm/nuvoton/npcx/
Dnpcx-miwus-int-map.dtsi8 /* Mapping between MIWU group and interrupts */
14 group_b0: group-b0-map {
17 group-mask = <0x02>;
19 group_c0: group-c0-map {
22 group-mask = <0x04>;
30 group_a1: group-a1-map {
33 group-mask = <0x01>;
35 group_b1: group-b1-map {
38 group-mask = <0x02>;
40 group_c1: group-c1-map {
[all …]
Dnpcx-miwus-wui-map.dtsi13 /* MIWU group A */
33 /* MIWU group B */
59 /* MIWU group C */
85 /* MIWU group D */
111 /* MIWU group E */
137 /* MIWU group F */
163 /* MIWU group G */
186 /* MIWU group H */
210 /* MIWU group A */
236 /* MIWU group B */
[all …]
/Zephyr-Core-2.7.6/dts/arm/nuvoton/npcx/npcx9/
Dnpcx9-miwus-int-map.dtsi7 /* Common MIWU group-interrupt mapping configurations in npcx family */
10 /* Specific MIWU group-interrupt mapping configurations in npcx9 series */
12 /* Mapping between MIWU group and interrupts */
18 group_a0: group-a0-map {
21 group-mask = <0x01>;
23 group_d0: group-d0-map {
26 group-mask = <0x08>;
28 group_e0: group-e0-map {
31 group-mask = <0x10>;
33 group_f0: group-f0-map {
[all …]
Dnpcx9-miwus-wui-map.dtsi17 /* MIWU group G */
23 /* MIWU group F */
34 /* MIWU group G */
/Zephyr-Core-2.7.6/dts/arm/nuvoton/npcx/npcx7/
Dnpcx7-miwus-int-map.dtsi7 /* Common MIWU group-interrupt mapping configurations in npcx family */
10 /* Specific MIWU group-interrupt mapping configurations in npcx7 series */
12 /* Mapping between MIWU group and interrupts */
18 group_ad0: group-ad0-map {
21 group-mask = <0x09>;
23 group_efgh0: group-efgh0-map {
26 group-mask = <0xF0>;
34 group_fg2: group-fg2-map {
37 group-mask = <0x60>;
Dnpcx7-miwus-wui-map.dtsi17 /* MIWU group A */
22 /* MIWU group G */
/Zephyr-Core-2.7.6/drivers/interrupt_controller/
Dintc_miwu.c101 && cb->params.wui.group == wui_group in intc_miwu_dispatch_gpio_isr()
123 && cb->wui.group == wui_group in intc_miwu_dispatch_generic_isr()
163 NPCX_WKEN(base, wui->group) |= BIT(wui->bit); in npcx_miwu_irq_enable()
170 NPCX_WKEN(base, wui->group) &= ~BIT(wui->bit); in npcx_miwu_irq_disable()
177 NPCX_WKINEN(base, wui->group) |= BIT(wui->bit); in npcx_miwu_io_enable()
184 NPCX_WKINEN(base, wui->group) &= ~BIT(wui->bit); in npcx_miwu_io_disable()
191 return IS_BIT_SET(NPCX_WKEN(base, wui->group), wui->bit); in npcx_miwu_irq_get_state()
197 bool pending = IS_BIT_SET(NPCX_WKPND(base, wui->group), wui->bit); in npcx_miwu_irq_get_and_clear_pending()
200 NPCX_WKPCL(base, wui->group) = BIT(wui->bit); in npcx_miwu_irq_get_and_clear_pending()
218 NPCX_WKMOD(base, wui->group) |= pmask; in npcx_miwu_interrupt_configure()
[all …]
/Zephyr-Core-2.7.6/scripts/
Dgen_cfb_font_header.py207 group = parser.add_argument_group("input arguments")
208 group.add_argument(
211 group.add_argument(
215 group = parser.add_argument_group("font arguments")
216 group.add_argument(
220 group = parser.add_argument_group("output arguments")
221 group.add_argument(
224 group.add_argument(
227 group.add_argument(
230 group.add_argument(
[all …]
/Zephyr-Core-2.7.6/soc/arm/nuvoton_npcx/common/reg/
Dreg_def.h343 static inline uint32_t npcx_wkedg_offset(uint32_t group) in npcx_wkedg_offset() argument
346 return 0x000 + (group * 2ul) + (group < 5 ? 0 : 0x1e); in npcx_wkedg_offset()
348 return 0x000 + group * 0x10UL; in npcx_wkedg_offset()
352 static inline uint32_t npcx_wkaedg_offset(uint32_t group) in npcx_wkaedg_offset() argument
355 return 0x001 + (group * 2ul) + (group < 5 ? 0 : 0x1e); in npcx_wkaedg_offset()
357 return 0x001 + group * 0x10ul; in npcx_wkaedg_offset()
361 static inline uint32_t npcx_wkmod_offset(uint32_t group) in npcx_wkmod_offset() argument
364 return 0x070 + group; in npcx_wkmod_offset()
366 return 0x002 + group * 0x10ul; in npcx_wkmod_offset()
370 static inline uint32_t npcx_wkpnd_offset(uint32_t group) in npcx_wkpnd_offset() argument
[all …]
/Zephyr-Core-2.7.6/soc/arm/nuvoton_npcx/common/
Dsoc_dt.h133 .group = DT_PHA(DT_INST_PINCTRL_0(inst, i), alts, group), \
218 .group = DT_PHA(NPCX_DT_IO_PHANDLE_FROM_PINCTRL(io_comp, inst, i), \
219 alts, group), \
300 .group = DT_PHA(NPCX_DT_PHANDLE_FROM_WUI_NAME(inst, name), miwus, \
301 group), \
327 .group = DT_PHA(NPCX_DT_PHANDLE_FROM_WUI_MAPS(inst, i), miwus, \
328 group), \
448 .group = DT_PHA(NPCX_DT_PHANDLE_VW_WUI(name), miwus, group), \
612 .group = DT_PHA(NPCX_DT_PHANDLE_FROM_PSL_PINMUX_NODE(i), alts, group), \
626 .group = DT_PHA(NPCX_DT_PHANDLE_FROM_PSL_POLARITY_NODE(i), alts, group), \
/Zephyr-Core-2.7.6/scripts/west_commands/
Drun_common.py94 group = parser.add_argument_group('general options',
97 group.add_argument('-d', '--build-dir', metavar='DIR',
101 group.add_argument('-c', '--cmake-cache', metavar='FILE',
103 group.add_argument('-r', '--runner',
105 group.add_argument('--skip-rebuild', action='store_true',
108 group = parser.add_argument_group(
128 group.add_argument('-H', '--context', action='store_true',
132 group.add_argument('--board-dir', metavar='DIR', help='board directory')
135 group.add_argument('--elf-file', metavar='FILE', help='path to zephyr.elf')
136 group.add_argument('--hex-file', metavar='FILE', help='path to zephyr.hex')
[all …]
Dsign.py105 group = parser.add_argument_group('tool control options')
106 group.add_argument('-t', '--tool', choices=['imgtool', 'rimage'],
110 group.add_argument('-p', '--tool-path', default=None,
112 group.add_argument('-D', '--tool-data', default=None,
114 group.add_argument('tool_args', nargs='*', metavar='tool_opt',
118 group = parser.add_argument_group('binary (.bin) file options')
119 group.add_argument('--bin', '--no-bin', dest='gen_bin', nargs=0,
124 group.add_argument('-B', '--sbin', metavar='BIN',
130 group = parser.add_argument_group('Intel HEX (.hex) file options')
131 group.add_argument('--hex', '--no-hex', dest='gen_hex', nargs=0,
[all …]
Dbuild.py108 group = parser.add_argument_group('cmake and build tool')
109 group.add_argument('-c', '--cmake', action='store_true',
111 group.add_argument('--cmake-only', action='store_true',
113 group.add_argument('-t', '--target',
116 group.add_argument('-T', '--test-item',
119 group.add_argument('-o', '--build-opt', default=[], action='append',
122 group.add_argument('-n', '--just-print', '--dry-run', '--recon',
126 group = parser.add_argument_group('pristine builds',
128 group.add_argument('-p', '--pristine', choices=['auto', 'always',
/Zephyr-Core-2.7.6/scripts/ci/
Dguideline_check.py32 f = r.group(1)
34 violations[f].append(r.group(3))
36 violations[r.group(1)] = [r.group(3)]
/Zephyr-Core-2.7.6/samples/modules/nanopb/
DREADME.rst21 .. group-tab:: Ubuntu
29 .. group-tab:: macOS
37 .. group-tab:: Windows
/Zephyr-Core-2.7.6/subsys/net/ip/
Droute.h184 struct in6_addr group; member
236 struct in6_addr *group,
256 net_route_mcast_lookup(struct in6_addr *group);
Droute.c675 route->group.s6_addr, in net_route_mcast_forward_packet()
713 route->group.s6_addr, in net_route_mcast_foreach()
728 struct in6_addr *group, in net_route_mcast_add() argument
734 (!net_ipv6_is_addr_mcast(group)) || in net_route_mcast_add()
735 (net_ipv6_is_addr_mcast_iface(group)) || in net_route_mcast_add()
736 (net_ipv6_is_addr_mcast_link(group))) { in net_route_mcast_add()
744 net_ipaddr_copy(&route->group, group); in net_route_mcast_add()
766 log_strdup(net_sprint_ipv6_addr(&route->group))); in net_route_mcast_del()
774 net_route_mcast_lookup(struct in6_addr *group) in net_route_mcast_lookup() argument
785 if (net_ipv6_is_prefix(group->s6_addr, in net_route_mcast_lookup()
[all …]
/Zephyr-Core-2.7.6/dts/x86/
Delkhart_lake.dtsi415 group-index = <0x0>;
432 group-index = <0x1>;
449 group-index = <0x2>;
466 group-index = <0x0>;
483 group-index = <0x1>;
500 group-index = <0x2>;
517 group-index = <0x3>;
534 group-index = <0x4>;
551 group-index = <0x1>;
568 group-index = <0x2>;
[all …]
/Zephyr-Core-2.7.6/soc/xtensa/intel_s1000/
Diomux.h36 #define PIN_GROUP(group) IOMUX_PINGROUP_ ## group argument
/Zephyr-Core-2.7.6/doc/guides/west/
Dmanifest.rst93 group-filter:
433 You can use the ``groups`` and ``group-filter`` keys briefly described
443 group-filter: ...
445 You can enable or disable project groups using ``group-filter``. Projects whose
451 There are some basic examples in :ref:`west-project-group-examples`.
453 Finally, :ref:`west-group-filter-imports` provides a simplified overview of how
454 ``group-filter`` interacts with the :ref:`west-manifest-import` feature.
460 The ``groups`` key is a list of group names. Group names are strings.
479 - ``project-1``: one group, named ``groupA``
483 Project group names must not contain commas (,), colons (:), or whitespace.
[all …]
Dbuilt-in.rst89 [--group-filter FILTER] [--stats] [PROJECT ...]
176 **One-time project group manipulation:**
178 The ``--group-filter`` option can be used to change which project groups
180 See :ref:`west-manifest-groups` for details on the project group feature.
182 The ``west update`` command behaves as if the ``--group-filter`` option's
183 value were appended to the ``manifest.group-filter``
186 For example, running ``west update --group-filter=+foo,-bar`` would behave
188 to the value of ``manifest.group-filter``, run ``west update``, then restored
189 ``manifest.group-filter`` to its original value.
191 Note that using the syntax ``--group-filter=VALUE`` instead of
[all …]
/Zephyr-Core-2.7.6/doc/getting_started/
Dindex.rst25 .. group-tab:: Ubuntu
34 .. group-tab:: macOS
42 .. group-tab:: Windows
75 .. group-tab:: Ubuntu
108 .. group-tab:: macOS
124 .. group-tab:: Windows
197 .. group-tab:: Ubuntu
201 .. group-tab:: Install globally
235 .. group-tab:: Install within virtual environment
287 .. group-tab:: macOS
[all …]
/Zephyr-Core-2.7.6/doc/_extensions/zephyr/
Dlink-roles.py72 link_text = m.group(1)
73 link = m.group(2)
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dtesting.c93 int bt_test_mesh_lpn_group_add(uint16_t group) in bt_test_mesh_lpn_group_add() argument
95 bt_mesh_lpn_group_add(group); in bt_test_mesh_lpn_group_add()
/Zephyr-Core-2.7.6/boards/arm/stm32f3_disco/
DKconfig.defconfig3 # Copyright (c) 2017 I-SENSE group of ICCS

12345