Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c1018 uint8_t returnValue = SUCCESS_0; in HAL_RADIO_MakeActionPacketPending() local
1053returnValue = HAL_RADIO_TIMER_SetRadioTimerValue(time, (p->trans_config == STATEMACH_BYTE0_TXMODE_… in HAL_RADIO_MakeActionPacketPending()
1057returnValue = HAL_RADIO_TIMER_SetRadioTimerValue(p->WakeupTime, (p->trans_config == STATEMACH_BYTE… in HAL_RADIO_MakeActionPacketPending()
1064 returnValue = RADIO_BUSY_C4; in HAL_RADIO_MakeActionPacketPending()
1066 return returnValue; in HAL_RADIO_MakeActionPacketPending()
1382 uint8_t returnValue = SUCCESS_0; in HAL_RADIO_SendPacket() local
1390 returnValue = INVALID_PARAMETER_C0; in HAL_RADIO_SendPacket()
1395 returnValue = RADIO_BUSY_C4; in HAL_RADIO_SendPacket()
1398 if (returnValue == SUCCESS_0) in HAL_RADIO_SendPacket()
1416 returnValue = HAL_RADIO_MakeActionPacketPending(&aPacket[0]); in HAL_RADIO_SendPacket()
[all …]
Dstm32wb0x_hal_radio_timer.c1327 VTIMER_HandleType *returnValue = rootNode; in _insert_timer_in_queue() local
1340 returnValue = handle; in _insert_timer_in_queue()
1347 return returnValue; in _insert_timer_in_queue()
1371 VTIMER_HandleType *returnValue = rootNode; in _remove_timer_in_queue() local
1386 returnValue = current->next; in _remove_timer_in_queue()
1393 return returnValue; in _remove_timer_in_queue()
1402 VTIMER_HandleType *returnValue = rootNode; in _check_callbacks() local
1431 returnValue = curr; in _check_callbacks()
1439 return returnValue; in _check_callbacks()