Enum zinc_hal_lpc11xx::ioregs::UART_lcr_pe
[−]
[src]
pub enum UART_lcr_pe {
Disabled,
Enabled,
}Variants
Disabled | Disable parity generation and checking. |
Enabled | Enable parity generation and checking. |