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_gpio.h
* @version v2.0.3
* @date 2022-02-11
* @version v2.0.4
* @date 2022-04-02
* @brief at32f415 gpio header file
**************************************************************************
* Copyright notice & Disclaimer
@@ -47,7 +47,7 @@ extern "C" {
/** @defgroup GPIO_pins_number_definition
* @{
*/
#define GPIO_PINS_0 0x0001 /*!< gpio pins number 0 */
#define GPIO_PINS_1 0x0002 /*!< gpio pins number 1 */
#define GPIO_PINS_2 0x0004 /*!< gpio pins number 2 */
@@ -666,7 +666,7 @@ typedef struct
{
__IO uint32_t tmr9_gmux : 4; /* [3:0] */
__IO uint32_t tmr10_gmux : 4; /* [7:4] */
__IO uint32_t tmr11_gmux : 4; /* [11:8] */
__IO uint32_t tmr11_gmux : 4; /* [11:8] */
__IO uint32_t reserved1 : 20;/* [31:12] */
} remap3_bit;
};
@@ -757,7 +757,7 @@ typedef struct
__IO uint32_t tmr1_bk1_cmp_gmux : 2; /* [1:0] */
__IO uint32_t tmr1_ch1_cmp_gmux : 2; /* [3:2] */
__IO uint32_t tmr2_ch4_cmp_gmux : 2; /* [5:4] */
__IO uint32_t tmr3_ch1_cmp_gmux : 2; /* [7:6] */
__IO uint32_t tmr3_ch1_cmp_gmux : 2; /* [7:6] */
__IO uint32_t reserved1 : 24;/* [31:8] */
} remap8_bit;
};