Searched refs:_tx (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/ |
D | main.c | 120 #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/ |
D | main.c | 82 #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/ |
D | can_mcan.h | 1197 #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/ |
D | dma_esp32_gdma.c | 631 __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/ |
D | release-notes-2.1.rst | 476 * :github:`20970` - Bluetooth: Mesh: seg\_tx\_reset in the transport layer
|