Home
last modified time | relevance | path

Searched defs:USART_PARITY_EVEN (Results 1 – 3 of 3) sorted by relevance

/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
Ddrv_usart.h69 USART_PARITY_EVEN, ///< Even Parity enumerator
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_usart.h218 #define USART_PARITY_EVEN ((uint32_t)USART_CR1_PCE) macro
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_usart.h262 #define USART_PARITY_EVEN USART_CR1_PCE /*!< Even parity */ macro