Enum zinc_hal_lpc11xx::ioregs::UART_acr_autorestart
[−]
[src]
pub enum UART_acr_autorestart {
NoRestart,
RestartOnTimeout,
}Variants
NoRestart | No restart |
RestartOnTimeout | Restart in case of time-out (counter restarts at next UART Rx falling edge) |