Home
last modified time | relevance | path

Searched refs:_port (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/net/
Ddns_sd.h110 _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)
Dcoap_service.h59 #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/
Dservice.h58 #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/
Dstm32-pinctrl-common.h33 #define STM32PIN(_port, _pin) \ argument
34 (_port << 4 | _pin)
/Zephyr-Core-3.6.0/scripts/west_commands/runners/
Dstm32cubeprogrammer.py44 self._port = port