Home
last modified time | relevance | path

Searched refs:USART_CR2_STOP_1 (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/include/drivers/st/
Dstm32_uart_regs.h74 #define USART_CR2_STOP_1 BIT(13) macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h316 #define UART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< UART frame w…
317 #define UART_STOPBITS_2 USART_CR2_STOP_1 /*!< UART frame w…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h316 #define UART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< UART frame w…
317 #define UART_STOPBITS_2 USART_CR2_STOP_1 /*!< UART frame w…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h15962 #define USART_CR2_STOP_1 (0x2U << USART_CR2_STOP_Pos) /*!< 0x00002000 */ macro