Home
last modified time | relevance | path

Searched defs:tx_len (Results 1 – 1 of 1) sorted by relevance

/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/
H A Dsx1280-hal.c159 static void spi_tx(SPI_HandleTypeDef *hspi, const uint8_t * tx_data, uint16_t tx_len){ in spi_tx()
184 static void spi_tx_only_dma(const uint8_t * tx_data, uint16_t tx_len) { in spi_tx_only_dma()
216 void SX1280HalSpiTxThenRx(uint16_t tx_len, uint8_t * rx_buffer, uint16_t rx_len){ in SX1280HalSpiTxThenRx()