Type Alias esp32c3::uart0::id::HIGH_SPEED_W

source ·
pub type HIGH_SPEED_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field HIGH_SPEED writer - This bit used to select synchronize mode. 1: Registers are auto synchronized into UART Core clock and UART core should be keep the same with APB clock. 0: After configure registers, software needs to write 1 to UART_REG_UPDATE to synchronize registers.

Aliased Type§

struct HIGH_SPEED_W<'a, REG> { /* private fields */ }