#define CRS_POSITION_TRIM (CRS_CR_TRIM_Pos) /* bit position in CR reg */ #define CRS_POSITION_FECAP (CRS_ISR_FECAP_Pos) /* bit position in ISR reg */ #define CRS ...
#define USART_WORDLENGTH_7B (USART_CR1_M1) /*!< 7-bit long USART frame */ #define USART_WORDLENGTH_8B (0x00000000U) /*!< 8-bit long USART frame */ #define USART ...