update version to v2.0.4

This commit is contained in:
Artery-MCU
2022-04-11 19:32:28 +08:00
parent 07d7347ba4
commit ccd0f1e108
1470 changed files with 213761 additions and 13939 deletions

View File

@@ -1,8 +1,8 @@
/**
**************************************************************************
* @file at32f415_ertc.h
* @version v2.0.3
* @date 2022-02-11
* @version v2.0.4
* @date 2022-04-02
* @brief at32f415 ertc header file
**************************************************************************
* Copyright notice & Disclaimer
@@ -44,8 +44,8 @@ extern "C" {
* @{
*/
/** @defgroup ERTC_interrupts_definition
* @brief ertc interrupt
/** @defgroup ERTC_interrupts_definition
* @brief ertc interrupt
* @{
*/
@@ -59,11 +59,11 @@ extern "C" {
* @}
*/
/** @defgroup ERTC_flags_definition
* @brief ertc flag
/** @defgroup ERTC_flags_definition
* @brief ertc flag
* @{
*/
#define ERTC_ALAWF_FLAG ((uint32_t)0x00000001) /*!< ertc alarm a register allows write flag */
#define ERTC_ALBWF_FLAG ((uint32_t)0x00000002) /*!< ertc alarm b register allows write flag */
#define ERTC_WATWF_FLAG ((uint32_t)0x00000004) /*!< ertc wakeup timer register allows write flag */
@@ -92,11 +92,11 @@ extern "C" {
/**
* @}
*/
/** @defgroup ERTC_exported_types
* @{
*/
/**
* @brief ertc hour mode
*/
@@ -1110,12 +1110,12 @@ typedef struct
} ertc_type;
/**
* @}
*/
#define ERTC ((ertc_type *) ERTC_BASE)
#define ERTC ((ertc_type *) ERTC_BASE)
/** @defgroup ERTC_exported_functions
* @{