/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rcc_ex.c | 109 HAL_StatusTypeDef ret = HAL_OK; /* Intermediate status */ in HAL_RCCEx_PeriphCLKConfig() local 128 ret = RCCEx_PLL2_Config(&(PeriphClkInit->PLL2), DIVIDER_R_UPDATE); in HAL_RCCEx_PeriphCLKConfig() 134 ret = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3), DIVIDER_R_UPDATE); in HAL_RCCEx_PeriphCLKConfig() 145 ret = HAL_ERROR; in HAL_RCCEx_PeriphCLKConfig() 149 if (ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() 157 status = ret; in HAL_RCCEx_PeriphCLKConfig() 175 ret = RCCEx_PLL2_Config(&(PeriphClkInit->PLL2), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig() 181 ret = RCCEx_PLL3_Config(&(PeriphClkInit->PLL3), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig() 197 ret = HAL_ERROR; in HAL_RCCEx_PeriphCLKConfig() 201 if (ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() [all …]
|
D | stm32h7xx_ll_usb.c | 85 HAL_StatusTypeDef ret; in USB_CoreInit() local 101 ret = USB_CoreReset(USBx); in USB_CoreInit() 109 ret = USB_CoreReset(USBx); in USB_CoreInit() 133 return ret; in USB_CoreInit() 302 HAL_StatusTypeDef ret = HAL_OK; in USB_DevInit() local 354 ret = HAL_ERROR; in USB_DevInit() 359 ret = HAL_ERROR; in USB_DevInit() 441 return ret; in USB_DevInit() 918 HAL_StatusTypeDef ret = HAL_OK; in USB_EPStopXfer() local 936 ret = HAL_ERROR; in USB_EPStopXfer() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc_ex.c | 158 HAL_StatusTypeDef ret = HAL_OK; /* Intermediate status */ in HAL_RCCEx_PeriphCLKConfig() local 189 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig() 195 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig() 213 ret = HAL_ERROR; in HAL_RCCEx_PeriphCLKConfig() 217 if (ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() 225 status = ret; in HAL_RCCEx_PeriphCLKConfig() 244 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig() 251 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig() 269 ret = HAL_ERROR; in HAL_RCCEx_PeriphCLKConfig() 273 if (ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() [all …]
|
D | stm32h5xx_ll_usb.c | 85 HAL_StatusTypeDef ret; in USB_CoreInit() local 94 ret = USB_CoreReset(USBx); in USB_CoreInit() 108 ret = USB_CoreReset(USBx); in USB_CoreInit() 122 return ret; in USB_CoreInit() 291 HAL_StatusTypeDef ret = HAL_OK; in USB_DevInit() local 375 ret = HAL_ERROR; in USB_DevInit() 380 ret = HAL_ERROR; in USB_DevInit() 462 return ret; in USB_DevInit() 939 HAL_StatusTypeDef ret = HAL_OK; in USB_EPStopXfer() local 957 ret = HAL_ERROR; in USB_EPStopXfer() [all …]
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/ |
D | dtm_preprocess_events.c | 73 tBleStatus ret; in hci_disconnection_complete_event_process() local 77 ret = hci_disconnection_complete_event_preprocess(evt->Status, in hci_disconnection_complete_event_process() 81 return ret; in hci_disconnection_complete_event_process() 86 int ret; in aci_hal_adv_scan_resp_data_update_event_process() local 90 ret = aci_hal_adv_scan_resp_data_update_event_preprocess(evt->Old_Pointer, evt->New_Pointer); in aci_hal_adv_scan_resp_data_update_event_process() 92 return ret; in aci_hal_adv_scan_resp_data_update_event_process() 99 int ret = 0; in aci_hal_pawr_data_free_event_process() local 103 ret = aci_hal_pawr_data_free_event_preprocess(evt->Buffer, evt->Type); in aci_hal_pawr_data_free_event_process() 105 return ret; in aci_hal_pawr_data_free_event_process() 115 int ret; in aci_l2cap_cos_disconnection_complete_event_process() local [all …]
|
D | aci_adv_nwk.c | 88 tBleStatus ret; in allocate_and_set_data_legacy() local 101 ret = set_legacy_data_ptr(Data_Length, adv_buffer, adv_scan_resp, layer); in allocate_and_set_data_legacy() 103 if(ret) in allocate_and_set_data_legacy() 108 return ret; in allocate_and_set_data_legacy() 196 tBleStatus ret; in hci_le_set_periodic_advertising_subevent_data() local 209 …ret = ll_get_advertising_info(Advertising_Handle, &adv_enabled, &periodic_adv_configured, &periodi… in hci_le_set_periodic_advertising_subevent_data() 210 if(ret!=0) in hci_le_set_periodic_advertising_subevent_data() 226 ret = BLE_ERROR_MEMORY_CAPACITY_EXCEEDED; in hci_le_set_periodic_advertising_subevent_data() 248 ret = ll_set_periodic_advertising_subevent_data_ptr(Advertising_Handle, in hci_le_set_periodic_advertising_subevent_data() 252 if(ret == BLE_STATUS_SUCCESS) in hci_le_set_periodic_advertising_subevent_data() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rcc_ex.c | 109 HAL_StatusTypeDef ret = HAL_OK; /* Intermediate status */ in HAL_RCCEx_PeriphCLKConfig() local 133 ret = HAL_ERROR; in HAL_RCCEx_PeriphCLKConfig() 147 if (ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() 160 ret = HAL_TIMEOUT; in HAL_RCCEx_PeriphCLKConfig() 166 if (ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() 174 status = ret; in HAL_RCCEx_PeriphCLKConfig() 180 status = ret; in HAL_RCCEx_PeriphCLKConfig() 211 ret = HAL_ERROR; in HAL_RCCEx_PeriphCLKConfig() 215 if (ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() 223 status = ret; in HAL_RCCEx_PeriphCLKConfig() [all …]
|
D | stm32h7rsxx_hal_mce.c | 241 HAL_StatusTypeDef ret = HAL_OK; in HAL_MCE_ConfigNoekeon() local 279 ret = HAL_ERROR; in HAL_MCE_ConfigNoekeon() 303 ret = HAL_ERROR; in HAL_MCE_ConfigNoekeon() 314 return ret; in HAL_MCE_ConfigNoekeon() 329 HAL_StatusTypeDef ret = HAL_ERROR; in HAL_MCE_ConfigAESContext() local 375 ret = HAL_OK; in HAL_MCE_ConfigAESContext() 382 return ret; in HAL_MCE_ConfigAESContext() 399 HAL_StatusTypeDef ret = HAL_ERROR; in HAL_MCE_ConfigRegion() local 440 ret = HAL_OK; in HAL_MCE_ConfigRegion() 446 return ret; in HAL_MCE_ConfigRegion() [all …]
|
D | stm32h7rsxx_ll_usb.c | 85 HAL_StatusTypeDef ret; in USB_CoreInit() local 96 ret = USB_CoreReset(USBx); in USB_CoreInit() 111 ret = USB_CoreReset(USBx); in USB_CoreInit() 125 return ret; in USB_CoreInit() 294 HAL_StatusTypeDef ret = HAL_OK; in USB_DevInit() local 372 ret = HAL_ERROR; in USB_DevInit() 377 ret = HAL_ERROR; in USB_DevInit() 459 return ret; in USB_DevInit() 936 HAL_StatusTypeDef ret = HAL_OK; in USB_EPStopXfer() local 954 ret = HAL_ERROR; in USB_EPStopXfer() [all …]
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/ |
D | hw_pka.c | 69 static uint32_t ret[24] = {0}; variable 602 ret[0]=errorCode; in HW_PKA_ExitWithError() 605 ret[i+16] = bufferSecretKey[i]; in HW_PKA_ExitWithError() 607 HW_PKA_funcCB_LP(PKAMGR_ERROR, ret); in HW_PKA_ExitWithError() 635 ret[i] = bufferSecretKey[i]; in HW_PKA_ProcEnd_StateMachine() 636 HW_PKA_P256_ReadEccScalarMul( (uint32_t *)&ret[8], (uint32_t *)&ret[16] ); in HW_PKA_ProcEnd_StateMachine() 646 HW_PKA_ReadResult( 739, 8, &ret[0] ); in HW_PKA_ProcEnd_StateMachine() 647 HW_PKA_MontgomeryMultiplication( 256, &ret[0], &ret[0], HW_PKA_P256_gfp); in HW_PKA_ProcEnd_StateMachine() 661 HW_PKA_ReadResult( 634, 8, &ret[0]); in HW_PKA_ProcEnd_StateMachine() 662 HW_PKA_MontgomeryMultiplication( 256, &ret[0], &T[0][0], HW_PKA_P256_gfp); in HW_PKA_ProcEnd_StateMachine() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_mce.c | 238 HAL_StatusTypeDef ret = HAL_OK; in HAL_MCE_ConfigNoekeon() local 280 ret = HAL_ERROR; in HAL_MCE_ConfigNoekeon() 308 ret = HAL_ERROR; in HAL_MCE_ConfigNoekeon() 319 return ret; in HAL_MCE_ConfigNoekeon() 334 HAL_StatusTypeDef ret = HAL_ERROR; in HAL_MCE_ConfigAESContext() local 381 ret = HAL_OK; in HAL_MCE_ConfigAESContext() 388 return ret; in HAL_MCE_ConfigAESContext() 405 HAL_StatusTypeDef ret = HAL_ERROR; in HAL_MCE_ConfigRegion() local 444 ret = HAL_OK; in HAL_MCE_ConfigRegion() 450 return ret; in HAL_MCE_ConfigRegion() [all …]
|
D | stm32n6xx_ll_usb.c | 85 HAL_StatusTypeDef ret; in USB_CoreInit() local 94 ret = USB_CoreReset(USBx); in USB_CoreInit() 107 return ret; in USB_CoreInit() 276 HAL_StatusTypeDef ret = HAL_OK; in USB_DevInit() local 331 ret = HAL_ERROR; in USB_DevInit() 336 ret = HAL_ERROR; in USB_DevInit() 418 return ret; in USB_DevInit() 895 HAL_StatusTypeDef ret = HAL_OK; in USB_EPStopXfer() local 913 ret = HAL_ERROR; in USB_EPStopXfer() 932 ret = HAL_ERROR; in USB_EPStopXfer() [all …]
|
D | stm32n6xx_hal_rcc.c | 2029 HAL_StatusTypeDef ret = HAL_OK; in RCC_PLL_Config() local 2135 ret = HAL_ERROR; in RCC_PLL_Config() 2166 return ret; in RCC_PLL_Config() 2177 HAL_StatusTypeDef ret = HAL_OK; in RCC_PLL_Enable() local 2195 return ret; in RCC_PLL_Enable() 2208 uint32_t ret = 0U; in RCC_PLL_IsNewConfig() local 2223 ret = 1U; /* New PLL configuration */ in RCC_PLL_IsNewConfig() 2228 ret = 1U; /* New PLL configuration */ in RCC_PLL_IsNewConfig() 2233 ret = 1U; /* New PLL configuration */ in RCC_PLL_IsNewConfig() 2260 ret = 1U; /* New PLL configuration */ in RCC_PLL_IsNewConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_pwr_ex.c | 643 HAL_StatusTypeDef ret = HAL_OK; in HAL_PWREx_EnableStandbyIORetention() local 656 ret = HAL_ERROR; in HAL_PWREx_EnableStandbyIORetention() 668 ret = HAL_ERROR; in HAL_PWREx_EnableStandbyIORetention() 680 ret = HAL_ERROR; in HAL_PWREx_EnableStandbyIORetention() 692 ret = HAL_ERROR; in HAL_PWREx_EnableStandbyIORetention() 701 ret = HAL_ERROR; in HAL_PWREx_EnableStandbyIORetention() 705 return ret; in HAL_PWREx_EnableStandbyIORetention() 723 HAL_StatusTypeDef ret = HAL_OK; in HAL_PWREx_DisableStandbyIORetention() local 736 ret = HAL_ERROR; in HAL_PWREx_DisableStandbyIORetention() 748 ret = HAL_ERROR; in HAL_PWREx_DisableStandbyIORetention() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc_ex.c | 434 HAL_StatusTypeDef ret = HAL_OK; /* Intermediate status */ in HAL_RCCEx_PeriphCLKConfig() local 614 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig() 620 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig() 633 ret = HAL_ERROR; in HAL_RCCEx_PeriphCLKConfig() 637 if (ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() 645 status = ret; in HAL_RCCEx_PeriphCLKConfig() 666 ret = RCCEx_PLL2_Config(&(pPeriphClkInit->PLL2)); in HAL_RCCEx_PeriphCLKConfig() 672 ret = RCCEx_PLL3_Config(&(pPeriphClkInit->PLL3)); in HAL_RCCEx_PeriphCLKConfig() 684 ret = HAL_ERROR; in HAL_RCCEx_PeriphCLKConfig() 688 if (ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() [all …]
|
D | stm32u5xx_ll_usb.c | 85 HAL_StatusTypeDef ret; in USB_CoreInit() local 95 ret = USB_CoreReset(USBx); in USB_CoreInit() 109 ret = USB_CoreReset(USBx); in USB_CoreInit() 124 return ret; in USB_CoreInit() 293 HAL_StatusTypeDef ret = HAL_OK; in USB_DevInit() local 371 ret = HAL_ERROR; in USB_DevInit() 376 ret = HAL_ERROR; in USB_DevInit() 458 return ret; in USB_DevInit() 935 HAL_StatusTypeDef ret = HAL_OK; in USB_EPStopXfer() local 953 ret = HAL_ERROR; in USB_EPStopXfer() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_rcc_ex.c | 197 HAL_StatusTypeDef ret = HAL_OK; /* Intermediate status */ in HAL_RCCEx_PeriphCLKConfig() local 225 ret = RCCEx_PLLSAI1_Config(&(PeriphClkInit->PLLSAI1), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig() 233 ret = RCCEx_PLLSAI2_Config(&(PeriphClkInit->PLLSAI2), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig() 247 ret = HAL_ERROR; in HAL_RCCEx_PeriphCLKConfig() 251 if(ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() 259 status = ret; in HAL_RCCEx_PeriphCLKConfig() 283 ret = RCCEx_PLLSAI1_Config(&(PeriphClkInit->PLLSAI1), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig() 289 ret = RCCEx_PLLSAI2_Config(&(PeriphClkInit->PLLSAI2), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig() 301 ret = HAL_ERROR; in HAL_RCCEx_PeriphCLKConfig() 305 if(ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() [all …]
|
D | stm32l4xx_ll_usb.c | 85 HAL_StatusTypeDef ret; in USB_CoreInit() local 91 ret = USB_CoreReset(USBx); in USB_CoreInit() 104 return ret; in USB_CoreInit() 269 HAL_StatusTypeDef ret = HAL_OK; in USB_DevInit() local 305 ret = HAL_ERROR; in USB_DevInit() 310 ret = HAL_ERROR; in USB_DevInit() 389 return ret; in USB_DevInit() 821 HAL_StatusTypeDef ret = HAL_OK; in USB_EPStopXfer() local 839 ret = HAL_ERROR; in USB_EPStopXfer() 858 ret = HAL_ERROR; in USB_EPStopXfer() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_rcc_ex.c | 148 HAL_StatusTypeDef ret = HAL_OK; /* Intermediate status */ in HAL_RCCEx_PeriphCLKConfig() local 172 ret = RCCEx_PLLSAI1_Config(&(PeriphClkInit->PLLSAI1), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig() 178 ret = RCCEx_PLLSAI2_Config(&(PeriphClkInit->PLLSAI2), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig() 188 ret = HAL_ERROR; in HAL_RCCEx_PeriphCLKConfig() 192 if (ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() 200 status = ret; in HAL_RCCEx_PeriphCLKConfig() 220 ret = RCCEx_PLLSAI1_Config(&(PeriphClkInit->PLLSAI1), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig() 226 ret = RCCEx_PLLSAI2_Config(&(PeriphClkInit->PLLSAI2), DIVIDER_P_UPDATE); in HAL_RCCEx_PeriphCLKConfig() 236 ret = HAL_ERROR; in HAL_RCCEx_PeriphCLKConfig() 240 if (ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_usb.c | 88 HAL_StatusTypeDef ret; in USB_CoreInit() local 112 ret = USB_CoreReset(USBx); in USB_CoreInit() 145 ret = USB_CoreReset(USBx); in USB_CoreInit() 155 ret = USB_CoreReset(USBx); in USB_CoreInit() 167 return ret; in USB_CoreInit() 336 HAL_StatusTypeDef ret = HAL_OK; in USB_DevInit() local 405 ret = HAL_ERROR; in USB_DevInit() 410 ret = HAL_ERROR; in USB_DevInit() 492 return ret; in USB_DevInit() 969 HAL_StatusTypeDef ret = HAL_OK; in USB_EPStopXfer() local [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_usb.c | 85 HAL_StatusTypeDef ret; in USB_CoreInit() local 101 ret = USB_CoreReset(USBx); in USB_CoreInit() 109 ret = USB_CoreReset(USBx); in USB_CoreInit() 121 return ret; in USB_CoreInit() 290 HAL_StatusTypeDef ret = HAL_OK; in USB_DevInit() local 343 ret = HAL_ERROR; in USB_DevInit() 348 ret = HAL_ERROR; in USB_DevInit() 430 return ret; in USB_DevInit() 907 HAL_StatusTypeDef ret = HAL_OK; in USB_EPStopXfer() local 925 ret = HAL_ERROR; in USB_EPStopXfer() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_usb.c | 85 HAL_StatusTypeDef ret; in USB_CoreInit() local 101 ret = USB_CoreReset(USBx); in USB_CoreInit() 109 ret = USB_CoreReset(USBx); in USB_CoreInit() 129 return ret; in USB_CoreInit() 298 HAL_StatusTypeDef ret = HAL_OK; in USB_DevInit() local 375 ret = HAL_ERROR; in USB_DevInit() 380 ret = HAL_ERROR; in USB_DevInit() 462 return ret; in USB_DevInit() 939 HAL_StatusTypeDef ret = HAL_OK; in USB_EPStopXfer() local 957 ret = HAL_ERROR; in USB_EPStopXfer() [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usb.c | 85 HAL_StatusTypeDef ret; in USB_CoreInit() local 91 ret = USB_CoreReset(USBx); in USB_CoreInit() 96 return ret; in USB_CoreInit() 261 HAL_StatusTypeDef ret = HAL_OK; in USB_DevInit() local 282 ret = HAL_ERROR; in USB_DevInit() 287 ret = HAL_ERROR; in USB_DevInit() 366 return ret; in USB_DevInit() 798 HAL_StatusTypeDef ret = HAL_OK; in USB_EPStopXfer() local 816 ret = HAL_ERROR; in USB_EPStopXfer() 835 ret = HAL_ERROR; in USB_EPStopXfer() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_rcc_ex.c | 150 HAL_StatusTypeDef ret = HAL_OK; /* Intermediate status */ in HAL_RCCEx_PeriphCLKConfig() local 174 ret = RCCEx_PLLSAI1_ConfigNP(&(PeriphClkInit->PLLSAI1)); in HAL_RCCEx_PeriphCLKConfig() 187 ret = HAL_ERROR; in HAL_RCCEx_PeriphCLKConfig() 191 if (ret == HAL_OK) in HAL_RCCEx_PeriphCLKConfig() 199 status = ret; in HAL_RCCEx_PeriphCLKConfig() 250 ret = HAL_TIMEOUT; in HAL_RCCEx_PeriphCLKConfig() 258 status = ret; in HAL_RCCEx_PeriphCLKConfig() 263 status = ret; in HAL_RCCEx_PeriphCLKConfig() 342 ret = RCCEx_PLLSAI1_ConfigNQ(&(PeriphClkInit->PLLSAI1)); in HAL_RCCEx_PeriphCLKConfig() 344 if (ret != HAL_OK) in HAL_RCCEx_PeriphCLKConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_usb.c | 94 HAL_StatusTypeDef ret; in USB_CoreInit() local 103 ret = USB_CoreReset(USBx); in USB_CoreInit() 108 return ret; in USB_CoreInit() 194 HAL_StatusTypeDef ret; in USB_DevInit() local 206 ret = USB_SetCurrentMode(USBx, USB_DEVICE_MODE); in USB_DevInit() 211 return ret; in USB_DevInit() 264 HAL_StatusTypeDef ret = HAL_OK; in USB_ActivateEndpoint() local 289 ret = HAL_ERROR; in USB_ActivateEndpoint() 386 return ret; in USB_ActivateEndpoint() 1121 HAL_StatusTypeDef ret = HAL_OK; in USB_HC_Init() local [all …]
|