Searched refs:_options (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/scripts/ci/ |
D | test_plan.py | 193 _options = [] 195 _options.extend(["-t", p ]) 199 _options.extend(["-p", platform]) 201 self.get_plan(_options, True) 218 _options = [] 220 _options.extend(["-a", arch ]) 222 if _options: 226 _options.extend(["-p", platform]) 228 self.get_plan(_options, True) 230 self.get_plan(_options, True) [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | bluetooth.h | 945 #define BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \ argument 950 .options = (_options), \ 965 #define BT_LE_ADV_PARAM(_options, _int_min, _int_max, _peer) \ argument 967 BT_LE_ADV_PARAM_INIT(_options, _int_min, _int_max, _peer) \ 1199 #define BT_LE_PER_ADV_PARAM_INIT(_int_min, _int_max, _options) \ argument 1203 .options = (_options), \ 1213 #define BT_LE_PER_ADV_PARAM(_int_min, _int_max, _options) \ argument 1215 BT_LE_PER_ADV_PARAM_INIT(_int_min, _int_max, _options) \ 2285 #define BT_LE_SCAN_PARAM_INIT(_type, _options, _interval, _window) \ argument 2288 .options = (_options), \ [all …]
|
D | conn.h | 1299 #define BT_CONN_LE_CREATE_PARAM_INIT(_options, _interval, _window) \ argument 1301 .options = (_options), \ 1315 #define BT_CONN_LE_CREATE_PARAM(_options, _interval, _window) \ argument 1317 BT_CONN_LE_CREATE_PARAM_INIT(_options, _interval, _window) \
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_msg.h | 331 uint32_t _options = Z_LOG_MSG_CBPRINTF_FLAGS(_cstr_cnt) | \ 336 CBPRINTF_STATIC_PACKAGE(NULL, 0, _plen, Z_LOG_MSG_ALIGN_OFFSET, _options, \ 346 _plen, Z_LOG_MSG_ALIGN_OFFSET, _options, \
|