Type Alias esp32c3::uart0::id::HIGH_SPEED_R

source ·
pub type HIGH_SPEED_R = BitReader;
Expand description

Field HIGH_SPEED reader - 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_R { /* private fields */ }