mirror of
https://github.com/ArteryTek/AT32F415_Firmware_Library.git
synced 2026-05-21 01:12:20 +00:00
update version to v2.0.4
This commit is contained in:
@@ -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
|
||||
* @{
|
||||
|
||||
Reference in New Issue
Block a user