Searched refs:FL (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_xmc4xxx.c | 133 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/ |
D | security-citations.rst | 15 Consortium, Inc. [(ISC)2 |reg|], Palm Harbor, FL, USA, 2009.
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 2843 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 …]
|
D | tcp_private.h | 356 #define FL(_fl, _op, _mask, _args...) \ macro
|
/Zephyr-latest/boards/bcdevices/plt_demo_v2/doc/ |
D | index.rst | 103 * U.FL Connector, on NFC1/P0.09, NFC2/P0.10
|
/Zephyr-latest/boards/ebyte/e73_tbb/doc/ |
D | index.rst | 36 It is possible to connect external BT antenna using U.FL socket
|
/Zephyr-latest/boards/seeed/xiao_esp32c3/doc/ |
D | index.rst | 16 and an U.FL external antenna connector. It is based on a standard XIAO 14 pin
|
/Zephyr-latest/boards/lilygo/ttgo_t8s3/doc/ |
D | index.rst | 22 and an on-board antenna. The fitted U.FL external antenna connector can be
|
/Zephyr-latest/boards/lilygo/ttgo_t8c3/doc/ |
D | index.rst | 21 and an on-board antenna. The fitted U.FL external antenna connector can be
|
/Zephyr-latest/boards/seeed/xiao_esp32c6/doc/ |
D | index.rst | 18 and debugging, integrated battery charging and an U.FL external antenna connector.
|
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/doc/ |
D | index.rst | 18 metal 3D antenna, reserved IPEX (U.FL) interface for LoRa use
|
/Zephyr-latest/boards/dptechnics/walter/doc/ |
D | index.rst | 32 - u.FL RF connectors for GNSS and 5G antennas
|
/Zephyr-latest/boards/seeed/xiao_esp32s3/doc/ |
D | index.rst | 28 and an U.FL external antenna connector. It is based on a standard XIAO 14 pin
|
/Zephyr-latest/boards/st/b_l072z_lrwan1/doc/ |
D | index.rst | 35 - SMA and U.FL RF interface connectors
|
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/doc/ |
D | index.rst | 17 - Integrated WiFi and Bluetooth interfaces with 2.4GHz metal spring antenna and reserved IPEX (U.FL…
|
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/doc/ |
D | index.rst | 13 BMD-340 has a PCB antenna while the BMD-341 has a U.FL connector.
|
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/doc/ |
D | index.rst | 69 33. U.FL connector for external antenna (J17)1
|
/Zephyr-latest/tests/net/tcp/src/ |
D | main.c | 145 if (!(th && FL(&th->th_flags, ==, flags))) { in verify_flags()
|