Skip to content

Commit

Permalink
Merge pull request #486 from monte-monte/patch-1
Browse files Browse the repository at this point in the history
Add USART1_REMAP_1
  • Loading branch information
cnlohr authored Jan 3, 2025
2 parents 3e513db + b3450fb commit 3e6bddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ch32v003fun/ch32v003fun.h
Original file line number Diff line number Diff line change
Expand Up @@ -5530,6 +5530,7 @@ typedef struct
#define AFIO_PCFR1_SPI1_REMAP ((uint32_t)0x00000001) /* SPI1 remapping */
#define AFIO_PCFR1_I2C1_REMAP ((uint32_t)0x00000002) /* I2C1 remapping */
#define AFIO_PCFR1_USART1_REMAP ((uint32_t)0x00000004) /* USART1 remapping */
#define AFIO_PCFR1_USART1_REMAP_1 ((uint32_t)0x00200000) /* USART1 remapping higher bit */
#define AFIO_PCFR1_USART2_REMAP ((uint32_t)0x00000008) /* USART2 remapping */

#define AFIO_PCFR1_USART3_REMAP ((uint32_t)0x00000030) /* USART3_REMAP[1:0] bits (USART3 remapping) */
Expand Down

0 comments on commit 3e6bddc

Please sign in to comment.