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_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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user