Home
last modified time | relevance | path

Searched refs:txBuffer (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_radio.h156 uint8_t HAL_RADIO_SendPacket(uint8_t channel, uint32_t wakeup_time, uint8_t *txBuffer,
159 uint8_t HAL_RADIO_SendPacketWithAck(uint8_t channel, uint32_t wakeup_time, uint8_t *txBuffer, uint8…
167 …O_ReceivePacketWithAck(uint8_t channel, uint32_t wakeup_time, uint8_t *rxBuffer, uint8_t *txBuffer,
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c1379 uint8_t HAL_RADIO_SendPacket(uint8_t channel, uint32_t wakeup_time, uint8_t *txBuffer, in HAL_RADIO_SendPacket() argument
1409 aPacket[0].data = txBuffer; in HAL_RADIO_SendPacket()
1439 uint8_t HAL_RADIO_SendPacketWithAck(uint8_t channel, uint32_t wakeup_time, uint8_t *txBuffer, uint8… in HAL_RADIO_SendPacketWithAck() argument
1470 aPacket[0].data = txBuffer; in HAL_RADIO_SendPacketWithAck()
1697 …O_ReceivePacketWithAck(uint8_t channel, uint32_t wakeup_time, uint8_t *rxBuffer, uint8_t *txBuffer, in HAL_RADIO_ReceivePacketWithAck() argument
1741 aPacket[1].data = txBuffer; in HAL_RADIO_ReceivePacketWithAck()