Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dtransport_layer.c158 uint16_t ret_val; in process_command() local
160 ret_val = check_legacy_extended_call(op_code, buffer_out); in process_command()
161 if(ret_val != 0){ in process_command()
162 return ret_val; in process_command()
167ret_val = hci_command_table[i].execute(buffer_in, buffer_in_length, buffer_out, buffer_out_max_len… in process_command()
169 return ret_val; in process_command()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c1614 uint8_t ret_val; in TIMER_SetRadioTimerValue() local
1685 ret_val = 1; in TIMER_SetRadioTimerValue()
1690 ret_val = 0; in TIMER_SetRadioTimerValue()
1693 return ret_val; in TIMER_SetRadioTimerValue()