Searched refs:HAL_RADIO_SetChannel (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_radio.c | 718 void HAL_RADIO_SetChannel(uint8_t StateMachineNo, uint8_t channel, uint8_t channel_increment) in HAL_RADIO_SetChannel() function 1402 HAL_RADIO_SetChannel(0, channel, 0); in HAL_RADIO_SendPacket() 1462 HAL_RADIO_SetChannel(0, channel, 0); in HAL_RADIO_SendPacketWithAck() 1658 HAL_RADIO_SetChannel(0, channel, 0); in HAL_RADIO_ReceivePacket() 1723 HAL_RADIO_SetChannel(0, channel, 0); in HAL_RADIO_ReceivePacketWithAck()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_radio.h | 127 void HAL_RADIO_SetChannel(uint8_t StateMachineNo, uint8_t channel, uint8_t channel_increment);
|