Home
last modified time | relevance | path

Searched refs:USART_CR1_UESM (Results 1 – 6 of 6) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart_ex.c465 SET_BIT(huart->Instance->CR1, USART_CR1_UESM); in HAL_UARTEx_EnableStopMode()
488 CLEAR_BIT(huart->Instance->CR1, USART_CR1_UESM); in HAL_UARTEx_DisableStopMode()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart_ex.c465 SET_BIT(huart->Instance->CR1, USART_CR1_UESM); in HAL_UARTEx_EnableStopMode()
488 CLEAR_BIT(huart->Instance->CR1, USART_CR1_UESM); in HAL_UARTEx_DisableStopMode()
/external/arm-trusted-firmware/include/drivers/st/
Dstm32_uart_regs.h27 #define USART_CR1_UESM BIT(1) macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h579 #define UART_ADVFEATURE_STOPMODE_ENABLE USART_CR1_UESM /*!< UART stop mode enable */
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h579 #define UART_ADVFEATURE_STOPMODE_ENABLE USART_CR1_UESM /*!< UART stop mode enable */
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h15864 #define USART_CR1_UESM USART_CR1_UESM_Msk /*!< USART Enable in… macro