Searched refs:tx_req (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_test.c | 80 static uint8_t tx_req; variable 96 if (((tx_req - tx_ack) & 0x01) == 0U) { in isr_tx() 97 tx_ack = tx_req; in isr_tx() 224 tx_req++; in ll_test_tx() 336 if (tx_req == ack) { in ll_test_end() 340 tx_req = ack + 2; in ll_test_end() 341 while (tx_req != tx_ack) { in ll_test_end()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_test.c | 122 static uint8_t tx_req; variable 184 if (((tx_req - tx_ack) & 0x01) == 0U) { in isr_tx() 185 tx_ack = tx_req; in isr_tx() 628 tx_req++; in ll_test_tx() 732 if (tx_req == ack) { in ll_test_end() 736 tx_req = ack + 2; in ll_test_end() 737 while (tx_req != tx_ack) { in ll_test_end()
|
/Zephyr-latest/drivers/spi/ |
D | spi_dw.c | 574 IRQ_CONNECT(DT_INST_IRQ_BY_NAME(inst, tx_req, irq), \ 575 DT_INST_IRQ_BY_NAME(inst, tx_req, priority), \ 583 irq_enable(DT_INST_IRQ_BY_NAME(inst, tx_req, irq)); \ 591 IRQ_CONNECT(DT_INST_IRQ_BY_NAME(inst, tx_req, irq), \ 592 DT_INST_IRQ_BY_NAME(inst, tx_req, priority), \ 612 irq_enable(DT_INST_IRQ_BY_NAME(inst, tx_req, irq)); \
|
/Zephyr-latest/dts/arc/synopsys/ |
D | emsdp.dtsi | 138 interrupt-names = "err_int", "rx_avail", "tx_req"; 153 interrupt-names = "err_int", "rx_avail", "tx_req";
|
/Zephyr-latest/drivers/lora/ |
D | sx126x.c | 185 uint8_t tx_req[] = { in SX126xReadCommand() local 190 uint8_t rx_req[sizeof(tx_req)]; in SX126xReadCommand() 194 sx126x_spi_transceive(tx_req, rx_req, sizeof(rx_req), in SX126xReadCommand()
|