Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_uart/include/hardware/
A Duart.h122 UART_PARITY_ODD enumerator
/external/platform/pico/rp2_common/hardware_uart/
A Duart.c159 …ms_if(UART, parity != UART_PARITY_NONE && parity != UART_PARITY_EVEN && parity != UART_PARITY_ODD); in uart_set_format()
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_uart.h301 #define UART_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS)) /*!< Odd… macro
1078 ((__PARITY__) == UART_PARITY_ODD))
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_uart.h239 #define UART_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS)) macro
957 ((PARITY) == UART_PARITY_ODD))

Completed in 14 milliseconds