mc_parameters.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /**
  2. ******************************************************************************
  3. * @file mc_parameters.h
  4. * @author Motor Control SDK Team, ST Microelectronics
  5. * @brief This file provides declarations of HW parameters specific to the
  6. * configuration of the subsystem.
  7. *
  8. ******************************************************************************
  9. * @attention
  10. *
  11. * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
  12. * All rights reserved.</center></h2>
  13. *
  14. * This software component is licensed by ST under Ultimate Liberty license
  15. * SLA0044, the "License"; You may not use this file except in compliance with
  16. * the License. You may obtain a copy of the License at:
  17. * www.st.com/SLA0044
  18. *
  19. ******************************************************************************
  20. */
  21. #ifndef MC_PARAMETERS_H
  22. #define MC_PARAMETERS_H
  23. #include "r3_2_f1xx_pwm_curr_fdbk.h"
  24. /* USER CODE BEGIN Additional include */
  25. /* USER CODE END Additional include */
  26. extern const R3_2_Params_t R3_2_ParamsM1;
  27. /* USER CODE BEGIN Additional extern */
  28. /* USER CODE END Additional extern */
  29. #endif /* MC_PARAMETERS_H */
  30. /******************* (C) COPYRIGHT 2019 STMicroelectronics *****END OF FILE****/