Searched refs:PL011_LCRH_PARITY_ODD (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/drivers/serial/ | ||
D | uart_pl011_registers.h | 91 #define PL011_LCRH_PARITY_ODD (PL011_LCRH_PEN) macro |
D | uart_pl011.c | 218 lcrh |= PL011_LCRH_PARITY_ODD; in pl011_runtime_configure_internal() |