Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c522 static void HAL_RADIO_ActionPacketIsr(uint32_t int_flags) in HAL_RADIO_ActionPacketIsr() argument
524 if ((int_flags & BLUE_INTERRUPT1REG_DONE) != 0) in HAL_RADIO_ActionPacketIsr()
532 globalParameters.current_action_packet->status = int_flags | \ in HAL_RADIO_ActionPacketIsr()
587 …if (((int_flags & BLUE_INTERRUPT1REG_RCVOK) != 0) || ((int_flags & BLUE_INTERRUPT1REG_RCVCRCERR) !… in HAL_RADIO_ActionPacketIsr()
600 else if ((int_flags & BLUE_INTERRUPT1REG_RCVTIMEOUT) != 0) in HAL_RADIO_ActionPacketIsr()