Searched refs:_commit (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/settings/ |
D | settings.h | 212 _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/ |
D | zephyr_commit_rules.py | 84 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/ |
D | settings.h | 20 #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/ |
D | guidelines.rst | 373 .. _commit-guidelines:
|