Home
last modified time | relevance | path

Searched refs:_commit (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/settings/
Dsettings.h212 _commit, _export, _cprio) \ argument
219 .h_commit = _commit, \
224 #define SETTINGS_STATIC_HANDLER_DEFINE(_hname, _tree, _get, _set, _commit, \ argument
227 _commit, _export, 0)
/Zephyr-latest/scripts/gitlint/
Dzephyr_commit_rules.py84 def validate(self, line, _commit): argument
95 def validate(self, title, _commit): argument
109 def validate(self, line, _commit): argument
127 def validate(self, line, _commit): argument
/Zephyr-latest/subsys/bluetooth/host/
Dsettings.h20 #define BT_SETTINGS_DEFINE(_hname, _subtree, _set, _commit) \ argument
21 SETTINGS_STATIC_HANDLER_DEFINE(bt_##_hname, "bt/" _subtree, NULL, _set, _commit, NULL)
/Zephyr-latest/doc/contribute/
Dguidelines.rst373 .. _commit-guidelines: