Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c598 uint8_t retVal = 0; in HAL_RADIO_TIMER_SetRadioTimerValue() local
615 _check_radio_activity(&RADIO_TIMER_Context.radioTimer, &retVal); in HAL_RADIO_TIMER_SetRadioTimerValue()
624 _check_radio_activity(&RADIO_TIMER_Context.radioTimer, &retVal); in HAL_RADIO_TIMER_SetRadioTimerValue()
641 _check_radio_activity(&RADIO_TIMER_Context.radioTimer, &retVal); in HAL_RADIO_TIMER_SetRadioTimerValue()
646 return retVal; in HAL_RADIO_TIMER_SetRadioTimerValue()
746 uint8_t retVal; in HAL_RADIO_TIMER_ClearRadioTimerValue() local
773 retVal = HAL_RADIO_TIMER_LATE; in HAL_RADIO_TIMER_ClearRadioTimerValue()
777 retVal = HAL_RADIO_TIMER_CRITICAL; in HAL_RADIO_TIMER_ClearRadioTimerValue()
781 retVal = HAL_RADIO_TIMER_SUCCESS; in HAL_RADIO_TIMER_ClearRadioTimerValue()
784 return retVal; in HAL_RADIO_TIMER_ClearRadioTimerValue()
[all …]
Dstm32wb0x_hal_radio.c1189 uint8_t retVal; in HAL_RADIO_StartTone() local
1194 retVal = 1; in HAL_RADIO_StartTone()
1200 retVal = 1; in HAL_RADIO_StartTone()
1252 retVal = 0; in HAL_RADIO_StartTone()
1256 retVal = 1; in HAL_RADIO_StartTone()
1260 return retVal; in HAL_RADIO_StartTone()
1271 uint8_t retVal; in HAL_RADIO_StopTone() local
1280 retVal = 0; in HAL_RADIO_StopTone()
1284 retVal = 1; in HAL_RADIO_StopTone()
1286 return retVal; in HAL_RADIO_StopTone()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dts.c1376 HAL_StatusTypeDef retVal = HAL_OK; in HAL_DTS_ConfigSampleDiscard() local
1381 retVal = HAL_ERROR; in HAL_DTS_ConfigSampleDiscard()
1402 retVal = HAL_ERROR; in HAL_DTS_ConfigSampleDiscard()
1407 return retVal; in HAL_DTS_ConfigSampleDiscard()