Home
last modified time | relevance | path

Searched refs:FL (Results 1 – 15 of 15) sorted by relevance

/Zephyr-Core-3.6.0/drivers/interrupt_controller/
Dintc_xmc4xxx.c133 eru->EXICON_b[eru_ch].FL = 1; in intc_xmc4xxx_gpio_enable_interrupt()
163 eru->EXICON_b[eru_ch].FL = 0; in intc_xmc4xxx_gpio_disable_interrupt()
188 if (cb->mode == GPIO_INT_MODE_LEVEL && eru->EXICON_b[eru_ch].FL == 1) { in intc_xmc4xxx_isr()
/Zephyr-Core-3.6.0/doc/security/
Dsecurity-citations.rst15 Consortium, Inc. [(ISC)2 |reg|], Palm Harbor, FL, USA, 2009.
/Zephyr-Core-3.6.0/subsys/net/ip/
Dtcp.c2760 if (FL(&fl, &, RST)) { in tcp_in()
2780 if (FL(&fl, ==, RST | ACK)) { in tcp_in()
2798 tcp_validate_seq(conn, th) && FL(&fl, &, SYN)) { in tcp_in()
2844 if (FL(&fl, ==, SYN)) { in tcp_in()
2869 if (FL(&fl, &, ACK, th_ack(th) == conn->seq && in tcp_in()
2965 if (FL(&fl, &, SYN | ACK, th && th_ack(th) == conn->seq)) { in tcp_in()
3006 if (th && FL(&fl, ==, (FIN | ACK), th_seq(th) == conn->ack)) { in tcp_in()
3020 } else if (th && FL(&fl, ==, FIN, th_seq(th) == conn->ack)) { in tcp_in()
3027 } else if (th && FL(&fl, ==, (FIN | ACK | PSH), in tcp_in()
3209 if ((len > 0) || FL(&fl, &, FIN)) { in tcp_in()
[all …]
Dtcp_private.h354 #define FL(_fl, _op, _mask, _args...) \ macro
/Zephyr-Core-3.6.0/boards/arm/beagle_bcf/
Dbeagleconnect_freedom.dts52 /* U.FL connector switch */
/Zephyr-Core-3.6.0/boards/arm/blueclover_plt_demo_v2_nrf52832/doc/
Dindex.rst110 * U.FL Connector, on NFC1/P0.09, NFC2/P0.10
/Zephyr-Core-3.6.0/boards/arm/ebyte_e73_tbb_nrf52832/doc/
Dindex.rst45 It is possible to connect external BT antenna using U.FL socket
/Zephyr-Core-3.6.0/boards/riscv/xiao_esp32c3/doc/
Dindex.rst25 and an U.FL external antenna connector. It is based on a standard XIAO 14 pin
/Zephyr-Core-3.6.0/boards/xtensa/xiao_esp32s3/doc/
Dindex.rst25 and an U.FL external antenna connector. It is based on a standard XIAO 14 pin
/Zephyr-Core-3.6.0/boards/xtensa/heltec_wifi_lora32_v2/doc/
Dindex.rst21 metal 3D antenna, reserved IPEX (U.FL) interface for LoRa use
/Zephyr-Core-3.6.0/boards/arm/b_l072z_lrwan1/doc/
Dindex.rst38 - SMA and U.FL RF interface connectors
/Zephyr-Core-3.6.0/boards/xtensa/heltec_wireless_stick_lite_v3/doc/
Dindex.rst27 - Integrated WiFi and Bluetooth interfaces with 2.4GHz metal spring antenna and reserved IPEX (U.FL
/Zephyr-Core-3.6.0/boards/arm/ubx_bmd340eval_nrf52840/doc/
Dindex.rst13 BMD-340 has a PCB antenna while the BMD-341 has a U.FL connector.
/Zephyr-Core-3.6.0/boards/arm/cy8ckit_062_ble/doc/
Dindex.rst69 33. U.FL connector for external antenna (J17)1
/Zephyr-Core-3.6.0/tests/net/tcp/src/
Dmain.c143 if (!(th && FL(&th->th_flags, ==, flags))) { in verify_flags()