Home
last modified time | relevance | path

Searched refs:member (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-Core-2.7.6/scripts/west_commands/runners/
Dcanopen_program.py302 member = canopen.objectdictionary.Variable('', 0x1f50, subindex=1)
303 member.data_type = canopen.objectdictionary.DOMAIN
304 array.add_member(member)
308 member = canopen.objectdictionary.Variable('', 0x1f51, subindex=1)
309 member.data_type = canopen.objectdictionary.UNSIGNED8
310 array.add_member(member)
314 member = canopen.objectdictionary.Variable('', 0x1f56, subindex=1)
315 member.data_type = canopen.objectdictionary.UNSIGNED32
316 array.add_member(member)
320 member = canopen.objectdictionary.Variable('', 0x1f57, subindex=1)
[all …]
/Zephyr-Core-2.7.6/doc/reference/bluetooth/mesh/
Dhealth_srv.rst41 :c:member:`bt_mesh_health_srv_cb.attn_on` is called at the beginning of the
42 attention period, :c:member:`bt_mesh_health_srv_cb.attn_off` is called at
46 :c:member:`bt_mesh_health_srv.attn_timer`.
Dprovisioning.rst107 :c:member:`bt_mesh_prov.public_key_be`
108 and :c:member:`bt_mesh_prov.private_key_be`. The keys needs to be
135 in :c:member:`bt_mesh_prov.output_actions` and
136 :c:member:`bt_mesh_prov.input_actions`.
140 :c:member:`bt_mesh_prov.input_complete` or :c:member:`bt_mesh_prov.complete`
145 application receives the :c:member:`bt_mesh_prov.input` callback. The user
166 by the mesh stack, and the provisioning :c:member:`bt_mesh_prov.complete`
Dproxy.rst10 can be set with :c:member:`bt_mesh_cfg_srv.gatt_proxy`.
Dheartbeat.rst57 to the :cpp:member:`bt_mesh_hb_cb::recv` event handler.
60 :cpp:member:`bt_mesh_hb_cb::sub_end` callback gets called.
Daccess.rst96 :c:member:`bt_mesh_model_pub.msg`. The Config Server may also set up period
98 populate the :c:member:`bt_mesh_model_pub.update` callback. The
99 :c:member:`bt_mesh_model_pub.update` callback will be called right before the
136 :c:member:`bt_mesh_model_cb.settings_set` callback must be populated. This
/Zephyr-Core-2.7.6/scripts/
Dgen_kobject_list.py314 def add_member(self, member): argument
315 self.members.append(member)
325 for member in self.members:
326 if member.has_kobject():
329 bad_members.append(member)
339 for member in self.members:
340 objs.update(member.get_kobjects(addr))
/Zephyr-Core-2.7.6/drivers/gpio/
Dgpio_gecko.c39 #define member_size(type, member) sizeof(((type *)0)->member) argument
/Zephyr-Core-2.7.6/doc/_doxygen/
Dmainpage.md11 information about the project and becoming a member, and this [summary
/Zephyr-Core-2.7.6/samples/subsys/cpp/cpp_synchronization/
DREADME.rst8 The sample project illustrates usage of pure virtual class, member
/Zephyr-Core-2.7.6/.github/ISSUE_TEMPLATE/
Drfc-proposal.md36 By reading this section, each team member should be able to know what exactly
/Zephyr-Core-2.7.6/cmake/compiler/clang/
Dcompiler_flags.cmake90 -Wno-address-of-packed-member
/Zephyr-Core-2.7.6/doc/development_process/
Dproject_roles.rst40 * Right to approach any member of the community with matters they believe
96 Release Engineering Team member, Release Manager, but are no longer engaged
154 by a TSC voting member to join the Release Engineering team.
174 A Release Manager is a member of the Release Engineering team and has
Dproposals.rst59 by any project member or the community. You should contact an assigned owner if
/Zephyr-Core-2.7.6/scripts/ci/
Dpylintrc39 # no-member
104 access-member-before-definition,
/Zephyr-Core-2.7.6/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake96 -Wno-address-of-packed-member
/Zephyr-Core-2.7.6/arch/riscv/
DKconfig72 state. The last initialized member should not end in a comma.
/Zephyr-Core-2.7.6/soc/arm/nuvoton_npcx/common/reg/
Dreg_def.h20 #define NPCX_REG_OFFSET_CHECK(reg_def, member, offset) \ argument
21 BUILD_ASSERT(offsetof(struct reg_def, member) == offset, \
/Zephyr-Core-2.7.6/cmake/compiler/gcc/
Dcompiler_flags.cmake48 -Wno-address-of-packed-member
/Zephyr-Core-2.7.6/doc/reference/api/
Ddesign_guidelines.rst13 Many APIs involve passing a callback as a parameter or as a member of a
/Zephyr-Core-2.7.6/doc/reference/usermode/
Dmemory_domain.rst163 member of the default domain.
390 If the thread was already a member of some other domain (including the
393 In addition, if a thread is a member of a memory domain, and it creates a
/Zephyr-Core-2.7.6/doc/
Dzephyr.doxyfile.in88 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
96 # description of a member or function before the detailed description
194 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
195 # documentation from any documented member that it re-implements.
201 # page for each member. If set to NO, the documentation of a member will be part
342 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
344 # member in the group (if any) for the other members of the group. By default
350 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
383 # with name TypeT. When disabled the typedef will appear as a member of a file,
521 # grouped member an include statement to the documentation, telling the reader
[all …]
/Zephyr-Core-2.7.6/doc/guides/west/
Dwest-apis.rst287 :member-order: bysource
/Zephyr-Core-2.7.6/doc/contribute/
Dexternal.rst152 - If a governing board member raises an objection that cannot be resolved
/Zephyr-Core-2.7.6/doc/security/
Dreporting.rst119 member. Additional parties can request to join this list by filling

12