симулируется упп на stm32f103
This commit is contained in:
@@ -779,33 +779,33 @@ HAL_StatusTypeDef HAL_ADC_DeInit(ADC_HandleTypeDef* hadc)
|
||||
return tmp_hal_status;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Initializes the ADC MSP.
|
||||
* @param hadc: ADC handle
|
||||
* @retval None
|
||||
*/
|
||||
__weak void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc)
|
||||
{
|
||||
/* Prevent unused argument(s) compilation warning */
|
||||
UNUSED(hadc);
|
||||
/* NOTE : This function should not be modified. When the callback is needed,
|
||||
function HAL_ADC_MspInit must be implemented in the user file.
|
||||
*/
|
||||
}
|
||||
///**
|
||||
// * @brief Initializes the ADC MSP.
|
||||
// * @param hadc: ADC handle
|
||||
// * @retval None
|
||||
// */
|
||||
//__weak void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc)
|
||||
//{
|
||||
// /* Prevent unused argument(s) compilation warning */
|
||||
// UNUSED(hadc);
|
||||
// /* NOTE : This function should not be modified. When the callback is needed,
|
||||
// function HAL_ADC_MspInit must be implemented in the user file.
|
||||
// */
|
||||
//}
|
||||
|
||||
/**
|
||||
* @brief DeInitializes the ADC MSP.
|
||||
* @param hadc: ADC handle
|
||||
* @retval None
|
||||
*/
|
||||
__weak void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc)
|
||||
{
|
||||
/* Prevent unused argument(s) compilation warning */
|
||||
UNUSED(hadc);
|
||||
/* NOTE : This function should not be modified. When the callback is needed,
|
||||
function HAL_ADC_MspDeInit must be implemented in the user file.
|
||||
*/
|
||||
}
|
||||
///**
|
||||
// * @brief DeInitializes the ADC MSP.
|
||||
// * @param hadc: ADC handle
|
||||
// * @retval None
|
||||
// */
|
||||
//__weak void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc)
|
||||
//{
|
||||
// /* Prevent unused argument(s) compilation warning */
|
||||
// UNUSED(hadc);
|
||||
// /* NOTE : This function should not be modified. When the callback is needed,
|
||||
// function HAL_ADC_MspDeInit must be implemented in the user file.
|
||||
// */
|
||||
//}
|
||||
|
||||
#if (USE_HAL_ADC_REGISTER_CALLBACKS == 1)
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user