Home
last modified time | relevance | path

Searched refs:UART_CCR_CHAR_Pos (Results 1 – 2 of 2) sorted by relevance

/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_uart.h266 #define UART_CCR_CHAR_Pos (4) macro
267 #define UART_CCR_CHAR (0x03U << UART_CCR_CHAR_Pos) ///< UART width bit
268 #define UART_CCR_CHAR_5b (0x00U << UART_CCR_CHAR_Pos) ///< UART Word Leng…
269 #define UART_CCR_CHAR_6b (0x01U << UART_CCR_CHAR_Pos) ///< UART Word Leng…
270 #define UART_CCR_CHAR_7b (0x02U << UART_CCR_CHAR_Pos) ///< UART Word Leng…
271 #define UART_CCR_CHAR_8b (0x03U << UART_CCR_CHAR_Pos) ///< UART Word Leng…
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_uart.h47 UART_WordLength_6b = 1U << UART_CCR_CHAR_Pos,
48 UART_WordLength_7b = 2U << UART_CCR_CHAR_Pos,
49 UART_WordLength_8b = 3U << UART_CCR_CHAR_Pos

Completed in 8 milliseconds