Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/doc/security/
Dsecurity-citations.rst15 Consortium, Inc. [(ISC)2 |reg|], Palm Harbor, FL, USA, 2009.
/Zephyr-latest/subsys/net/ip/
Dtcp.c2843 if (FL(&fl, &, RST)) { in tcp_in()
2863 if (FL(&fl, ==, RST | ACK)) { in tcp_in()
2881 tcp_validate_seq(conn, th) && FL(&fl, &, SYN)) { in tcp_in()
2927 if (FL(&fl, ==, SYN)) { in tcp_in()
2957 if (FL(&fl, &, ACK, th_ack(th) == conn->seq && in tcp_in()
3053 if (FL(&fl, &, SYN | ACK, th && th_ack(th) == conn->seq)) { in tcp_in()
3094 if (th && FL(&fl, &, FIN, th_seq(th) == conn->ack)) { in tcp_in()
3110 if (FL(&fl, &, ACK)) { in tcp_in()
3270 bool psh = FL(&fl, &, PSH); in tcp_in()
3297 if ((len > 0) || FL(&fl, &, FIN)) { in tcp_in()
[all …]
Dtcp_private.h356 #define FL(_fl, _op, _mask, _args...) \ macro
/Zephyr-latest/boards/bcdevices/plt_demo_v2/doc/
Dindex.rst103 * U.FL Connector, on NFC1/P0.09, NFC2/P0.10
/Zephyr-latest/boards/ebyte/e73_tbb/doc/
Dindex.rst36 It is possible to connect external BT antenna using U.FL socket
/Zephyr-latest/boards/seeed/xiao_esp32c3/doc/
Dindex.rst16 and an U.FL external antenna connector. It is based on a standard XIAO 14 pin
/Zephyr-latest/boards/lilygo/ttgo_t8s3/doc/
Dindex.rst22 and an on-board antenna. The fitted U.FL external antenna connector can be
/Zephyr-latest/boards/lilygo/ttgo_t8c3/doc/
Dindex.rst21 and an on-board antenna. The fitted U.FL external antenna connector can be
/Zephyr-latest/boards/seeed/xiao_esp32c6/doc/
Dindex.rst18 and debugging, integrated battery charging and an U.FL external antenna connector.
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/doc/
Dindex.rst18 metal 3D antenna, reserved IPEX (U.FL) interface for LoRa use
/Zephyr-latest/boards/dptechnics/walter/doc/
Dindex.rst32 - u.FL RF connectors for GNSS and 5G antennas
/Zephyr-latest/boards/seeed/xiao_esp32s3/doc/
Dindex.rst28 and an U.FL external antenna connector. It is based on a standard XIAO 14 pin
/Zephyr-latest/boards/st/b_l072z_lrwan1/doc/
Dindex.rst35 - SMA and U.FL RF interface connectors
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/doc/
Dindex.rst17 - Integrated WiFi and Bluetooth interfaces with 2.4GHz metal spring antenna and reserved IPEX (U.FL
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/doc/
Dindex.rst13 BMD-340 has a PCB antenna while the BMD-341 has a U.FL connector.
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/doc/
Dindex.rst69 33. U.FL connector for external antenna (J17)1
/Zephyr-latest/tests/net/tcp/src/
Dmain.c145 if (!(th && FL(&th->th_flags, ==, flags))) { in verify_flags()