Home
last modified time | relevance | path

Searched refs:_tx (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c120 #define CHECK_PREF_PHY_STATE(_conn, _tx, _rx) \ argument
125 zassert_equal(_conn.phy_pref_tx, _tx, \
127 _conn.phy_pref_tx, _tx); \
130 #define CHECK_CURRENT_PHY_STATE(_conn, _tx, _flags, _rx) \ argument
135 zassert_equal(_conn.lll.phy_tx, _tx, \
137 _conn.lll.phy_tx, _tx); \
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/
Dmain.c82 #define CHECK_PREF_PHY_STATE(_conn, _tx, _rx) \ argument
87 zassert_equal(_conn.phy_pref_tx, _tx, \
89 _conn.phy_pref_tx, _tx); \
92 #define CHECK_CURRENT_PHY_STATE(_conn, _tx, _flags, _rx) \ argument
97 zassert_equal(_conn.lll.phy_tx, _tx, \
99 _conn.lll.phy_tx, _tx); \
/Zephyr-latest/include/zephyr/drivers/can/
Dcan_mcan.h1197 #define CAN_MCAN_CALLBACKS_DEFINE(_name, _tx, _std, _ext) \ argument
1198 static struct can_mcan_tx_callback _name##_tx_cbs[_tx]; \
1205 .num_tx = _tx, \
/Zephyr-latest/drivers/dma/
Ddma_esp32_gdma.c631 __attribute__((unused)) static void IRAM_ATTR dma_esp32_isr_##channel##_tx( \
655 #define ESP32_DMA_HANDLER(channel) dma_esp32_isr_##channel##_rx, dma_esp32_isr_##channel##_tx
/Zephyr-latest/doc/releases/
Drelease-notes-2.1.rst476 * :github:`20970` - Bluetooth: Mesh: seg\_tx\_reset in the transport layer