Home
last modified time | relevance | path

Searched refs:_rx (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c120 #define CHECK_PREF_PHY_STATE(_conn, _tx, _rx) \ argument
122 zassert_equal(_conn.phy_pref_rx, _rx, \
124 _conn.phy_pref_rx, _rx); \
130 #define CHECK_CURRENT_PHY_STATE(_conn, _tx, _flags, _rx) \ argument
132 zassert_equal(_conn.lll.phy_rx, _rx, \
134 _conn.lll.phy_rx, _rx); \
138 zassert_equal(_conn.lll.phy_rx, _rx, \
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_internal.h163 #define RXFIFO_RELEASE(_name, _link, _rx) \ argument
167 (struct node_rx_hdr *)_rx)
/Zephyr-Core-3.7.0/tests/bluetooth/controller/ctrl_phy_update/src/
Dmain.c82 #define CHECK_PREF_PHY_STATE(_conn, _tx, _rx) \ argument
84 zassert_equal(_conn.phy_pref_rx, _rx, \
86 _conn.phy_pref_rx, _rx); \
92 #define CHECK_CURRENT_PHY_STATE(_conn, _tx, _flags, _rx) \ argument
94 zassert_equal(_conn.lll.phy_rx, _rx, \
96 _conn.lll.phy_rx, _rx); \
100 zassert_equal(_conn.lll.phy_rx, _rx, \
/Zephyr-Core-3.7.0/drivers/dma/
Ddma_esp32_gdma.c520 __attribute__((unused)) static void IRAM_ATTR dma_esp32_isr_##channel##_rx( \
556 #define ESP32_DMA_HANDLER(channel) dma_esp32_isr_##channel##_rx, dma_esp32_isr_##channel##_tx