/*! * @file apm32f0xx_crs.h * * @brief This file contains all the functions prototypes for the CRS firmware library * * @note It's only for APM32F072 and APM32F091 devices * * @version V1.0.1 * * @date 2021-07-01 * */ #ifndef __CRS_H #define __CRS_H #include "apm32f0xx.h" #ifdef __cplusplus extern "C" { #endif /** @addtogroup Peripherals_Library Standard Peripheral Library @{ */ /** @addtogroup CRS_Driver CRS Driver @{ */ /** @addtogroup CRS_Enumerations Enumerations @{ */ /** * @brief CRS_Interrupt_Sources */ typedef enum { CRS_INT_SYNCOK = ((uint32_t)0x00000001), //!