Searched refs:HAL_RADIO_SetTxAttributes (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_radio.c | 744 void HAL_RADIO_SetTxAttributes(uint8_t StateMachineNo, uint32_t NetworkID, uint32_t crc_init) in HAL_RADIO_SetTxAttributes() function 1403 HAL_RADIO_SetTxAttributes(0, networkID, 0x555555); in HAL_RADIO_SendPacket() 1463 HAL_RADIO_SetTxAttributes(0, networkID, 0x555555); in HAL_RADIO_SendPacketWithAck() 1659 HAL_RADIO_SetTxAttributes(0, networkID, 0x555555); in HAL_RADIO_ReceivePacket() 1724 HAL_RADIO_SetTxAttributes(0, networkID, 0x555555); in HAL_RADIO_ReceivePacketWithAck()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_radio.h | 128 void HAL_RADIO_SetTxAttributes(uint8_t StateMachineNo, uint32_t NetworkID, uint32_t crc_init);
|