Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/drivers/st/
Dstm32_uart_regs.h104 #define USART_CR3_DEP BIT(15) macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart_ex.c227 MODIFY_REG(huart->Instance->CR3, USART_CR3_DEP, Polarity); in HAL_RS485Ex_Init()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart_ex.c227 MODIFY_REG(huart->Instance->CR3, USART_CR3_DEP, Polarity); in HAL_RS485Ex_Init()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h615 #define UART_DE_POLARITY_LOW USART_CR3_DEP /*!< Driver enable signal is ac…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h615 #define UART_DE_POLARITY_LOW USART_CR3_DEP /*!< Driver enable signal is ac…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h16044 #define USART_CR3_DEP USART_CR3_DEP_Msk /*!< Driver Enable P… macro