/Zephyr-latest/drivers/pinctrl/ |
D | Kconfig.gd32 | 5 bool "GD32 AF pin controller driver" 9 GD32 AF pin controller driver. This driver is used by series using the 10 AF pin multiplexing model.
|
D | pinctrl_gd32_af.c | 80 uint32_t port, pin_num, af, mode; in pinctrl_configure_pin() local 89 af = GD32_AF_GET(pin); in pinctrl_configure_pin() 94 if (af != GD32_ANALOG) { in pinctrl_configure_pin() 96 gpio_af_set(port, af, pin_num); in pinctrl_configure_pin()
|
/Zephyr-latest/tests/net/tcp/src/ |
D | main.c | 126 static void handle_client_test(sa_family_t af, struct tcphdr *th); 127 static void handle_server_test(sa_family_t af, struct tcphdr *th); 129 static void handle_syn_rst_ack(sa_family_t af, struct tcphdr *th); 130 static void handle_client_fin_wait_2_test(sa_family_t af, struct tcphdr *th); 131 static void handle_client_fin_wait_2_failure_test(sa_family_t af, struct tcphdr *th); 132 static void handle_client_closing_test(sa_family_t af, struct tcphdr *th); 133 static void handle_client_closing_failure_test(sa_family_t af, struct tcphdr *th); 134 static void handle_data_fin1_test(sa_family_t af, struct tcphdr *th); 135 static void handle_data_during_fin1_test(sa_family_t af, struct tcphdr *th); 137 static void handle_server_rst_on_closed_port(sa_family_t af, struct tcphdr *th); [all …]
|
/Zephyr-latest/soc/gd/gd32/common/ |
D | pinctrl_soc.h | 19 #include <dt-bindings/pinctrl/gd32-af.h> 32 * Bits (AF model): 75 * @name GD32 PUPD (values match the ones in the HAL for AF model). 89 * @name GD32 OTYPE (values match the ones in the HAL for AF model). 101 * @name GD32 OSPEED (values match the ones in the HAL for AF model, mode minus
|
/Zephyr-latest/dts/bindings/gpio/ |
D | weact,dcmi-camera-connector.yaml | 20 (23) AF-2V8 (24) GND
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | gd,gd32-pinctrl-af.yaml | 5 The GD32 pin controller (AF model) is a singleton node responsible for 88 compatible: "gd,gd32-pinctrl-af"
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn_transport_udp.c | 36 strncpy(s, "Unknown AF", maxlen); in get_ip_str() 105 LOG_ERR("Unknown AF"); in tp_udp_init() 122 LOG_ERR("Unknown AF"); in tp_udp_init()
|
/Zephyr-latest/subsys/net/ip/ |
D | tp.c | 407 static struct net_pkt *tp_output_pkt_alloc(sa_family_t af, in tp_output_pkt_alloc() argument 418 af, IPPROTO_UDP, K_NO_WAIT); in tp_output_pkt_alloc() 429 void _tp_output(sa_family_t af, struct net_if *iface, void *data, in _tp_output() argument 432 struct net_pkt *pkt = tp_output_pkt_alloc(af, iface, data_len, in _tp_output() 580 void tp_out(sa_family_t af, struct net_if *iface, const char *msg, in tp_out() argument 596 tp_output(af, iface, buf, json_len); in tp_out()
|
D | tp.h | 119 void _tp_output(sa_family_t af, struct net_if *iface, void *data, 160 void tp_out(sa_family_t af, struct net_if *iface, const char *msg,
|
D | net_private.h | 191 char *net_sprint_addr(sa_family_t af, const void *addr);
|
D | utils.c | 30 char *net_sprint_addr(sa_family_t af, const void *addr) in net_sprint_addr() argument 37 return net_addr_ntop(af, addr, s, NET_IPV6_ADDR_LEN); in net_sprint_addr()
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_server.c | 367 uint8_t af; in coap_service_start() local 395 af = AF_INET6; in coap_service_start() 403 af = AF_INET; in coap_service_start() 410 af = AF_INET6; in coap_service_start() 416 af = AF_INET; in coap_service_start() 426 service->data->sock_fd = zsock_socket(af, SOCK_DGRAM, IPPROTO_UDP); in coap_service_start() 452 if (af == AF_INET6) { in coap_service_start()
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_core.c | 80 int fd, af, i; in http_server_init() local 119 af = AF_INET6; in http_server_init() 126 af = AF_INET; in http_server_init() 133 af = AF_INET6; in http_server_init() 139 af = AF_INET; in http_server_init() 159 fd = zsock_socket(af, SOCK_STREAM, proto); in http_server_init()
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | stm32f1-pinctrl.h | 68 * GPIO Output AF/GP [ 6 ]
|
/Zephyr-latest/boards/gd/gd32f350r_eval/doc/ |
D | index.rst | 57 - :dtcompatible:`gd,gd32-pinctrl-af`
|
/Zephyr-latest/boards/gd/gd32l233r_eval/doc/ |
D | index.rst | 62 - :dtcompatible:`gd,gd32-pinctrl-af`
|
/Zephyr-latest/modules/hal_gigadevice/ |
D | Kconfig | 10 This option should be selected if the series use an AF pinmux model.
|
/Zephyr-latest/drivers/counter/ |
D | maxim_ds3231.c | 672 int af = check_handled_alarms(ds3231); in alarm_worker() local 674 while (af > 0) { in alarm_worker() 678 if ((af & (MAXIM_DS3231_ALARM1 << id)) == 0) { in alarm_worker() 717 af = check_handled_alarms(ds3231); in alarm_worker() 722 if (af < 0) { in alarm_worker() 727 LOG_DBG("ALARM %02x at %u latency %u", af, data->isw_syncclock, in alarm_worker()
|
/Zephyr-latest/dts/arm/gd/gd32f3x0/ |
D | gd32f3x0.dtsi | 121 compatible = "gd,gd32-pinctrl-af";
|
/Zephyr-latest/dts/arm/gd/gd32l23x/ |
D | gd32l23x.dtsi | 121 compatible = "gd,gd32-pinctrl-af";
|
/Zephyr-latest/boards/gd/gd32a503v_eval/doc/ |
D | index.rst | 70 - :dtcompatible:`gd,gd32-pinctrl-af`
|
/Zephyr-latest/arch/sparc/core/ |
D | trap_table_mvt.S | 179 SOFT_TRAP; SOFT_TRAP; SOFT_TRAP; SOFT_TRAP; ! AC - AF
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 275 00000060 A7 A8 A9 AA AB AC AD AE AF B0 B1 B2 B3 B4 B5 B6 ................ 355 000000E0 80 ED 7E 9D 0A 21 09 9C 9C 55 A9 14 AF A2 66 65 ..~..!...U....fe
|
/Zephyr-latest/boards/st/stm32f769i_disco/doc/ |
D | index.rst | 34 - Power Over Ethernet based on IEEE 802.3af (Powered Device, 48 V to 5 V, 3 W)
|
/Zephyr-latest/dts/arm/gd/gd32a50x/ |
D | gd32a50x.dtsi | 216 compatible = "gd,gd32-pinctrl-af";
|