Home
last modified time | relevance | path

Searched refs:_match (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/modem/
Dchat.h55 #define MODEM_CHAT_MATCH(_match, _separators, _callback) \ argument
57 .match = (uint8_t *)(_match), .match_size = (uint8_t)(sizeof(_match) - 1), \
63 #define MODEM_CHAT_MATCH_WILDCARD(_match, _separators, _callback) \ argument
65 .match = (uint8_t *)(_match), .match_size = (uint8_t)(sizeof(_match) - 1), \
71 #define MODEM_CHAT_MATCH_INITIALIZER(_match, _separators, _callback, _wildcards, _partial) \ argument
73 .match = (uint8_t *)(_match), \
74 .match_size = (uint8_t)(sizeof(_match) - 1), \
82 #define MODEM_CHAT_MATCH_DEFINE(_sym, _match, _separators, _callback) \ argument
83 const static struct modem_chat_match _sym = MODEM_CHAT_MATCH(_match, _separators, _callback)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py70 self._match = False
712 self._match = True
747 self._match = False
891 if self._match:
907 if not self._match:
909 self._match = True
925 self._match = False
930 self._match = False
946 self._match = False
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1135 #define BT_GATT_CCC_INITIALIZER(_changed, _write, _match) \ argument
1140 .cfg_match = _match, \