Searched refs:_port (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.6.0/include/zephyr/net/ |
D | dns_sd.h | 110 _domain, _text, _port) \ argument 118 .port = _port, \ 163 static const uint16_t id ## _port = sys_cpu_to_be16(port); \ 165 text, &id ## _port) 194 static const uint16_t id ## _port = sys_cpu_to_be16(port); \ 196 text, &id ## _port)
|
D | coap_service.h | 59 #define __z_coap_service_define(_name, _host, _port, _flags, _res_begin, _res_end) \ argument 66 .port = (uint16_t *)(_port), \ 132 #define COAP_SERVICE_DEFINE(_name, _host, _port, _flags) \ argument 135 __z_coap_service_define(_name, _host, _port, _flags, \
|
/Zephyr-Core-3.6.0/include/zephyr/net/http/ |
D | service.h | 58 #define __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, _res_begin, \ argument 62 .port = (uint16_t *)(_port), \ 88 #define HTTP_SERVICE_DEFINE_EMPTY(_name, _host, _port, _concurrent, _backlog, _detail) \ argument 89 __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, NULL, NULL) 109 #define HTTP_SERVICE_DEFINE(_name, _host, _port, _concurrent, _backlog, _detail) \ argument 112 __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, \
|
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/pinctrl/ |
D | stm32-pinctrl-common.h | 33 #define STM32PIN(_port, _pin) \ argument 34 (_port << 4 | _pin)
|
/Zephyr-Core-3.6.0/scripts/west_commands/runners/ |
D | stm32cubeprogrammer.py | 44 self._port = port
|