redid the mcc graphical stuff

This commit is contained in:
2025-02-02 11:11:54 -05:00
parent ea24f650d1
commit 988765e2c2
22 changed files with 948 additions and 184 deletions

View File

@@ -7,9 +7,9 @@
*
* @brief This file contains the deprecated macros or APIs for the TMR1 driver.
*
* @version TMR1 Driver Version 4.0.0
* @version TMR1 Driver Version 4.1.0
*
* @version Package Version 5.0.0
* @version Package Version 5.1.0
*/
/*
<EFBFBD> [2025] Microchip Technology Inc. and its subsidiaries.
@@ -113,5 +113,33 @@
*/
/* cppcheck-suppress misra-c2012-2.5 */
#define TMR_SENSOR_StartSinglePulseAcquisition TMR1_SinglePulseAcquisitionStart
/**
* @ingroup tmr1
* @brief Defines the Custom Name for the \ref TMR1_OverflowInterruptEnable API.
* The TMR1_TMRInterruptEnable will be deprecated in the future release. Use TMR1_OverflowStatusGet instead.
*/
/* cppcheck-suppress misra-c2012-2.5 */
#define TMR1_TMRInterruptEnable TMR1_OverflowInterruptEnable
/**
* @ingroup tmr1
* @brief Defines the Custom Name for the \ref TMR1_OverflowInterruptEnable API.
* The TMR_SENSOR_TMRInterruptEnable will be deprecated in the future release. Use TMR_SENSOR_OverflowStatusGet instead.
*/
/* cppcheck-suppress misra-c2012-2.5 */
#define TMR_SENSOR_TMRInterruptEnable TMR1_OverflowInterruptEnable
/**
* @ingroup tmr1
* @brief Defines the Custom Name for the \ref TMR1_OverflowInterruptDisable API.
* The TMR1_TMRInterruptDisable will be deprecated in the future release. Use TMR1_OverflowStatusGet instead.
*/
/* cppcheck-suppress misra-c2012-2.5 */
#define TMR1_TMRInterruptDisable TMR1_OverflowInterruptDisable
/**
* @ingroup tmr1
* @brief Defines the Custom Name for the \ref TMR1_OverflowInterruptDisable API.
* The TMR_SENSOR_TMRInterruptDisable will be deprecated in the future release. Use TMR_SENSOR_OverflowStatusGet instead.
*/
/* cppcheck-suppress misra-c2012-2.5 */
#define TMR_SENSOR_TMRInterruptDisable TMR1_OverflowInterruptDisable
#endif // TMR1_DEPRECATED_H