Type Definition esp32c3::uart::UART_CLK_CONF [−][src]
type UART_CLK_CONF = Reg<u32, _UART_CLK_CONF>;
UART_CLK_CONF
This register you can read
, reset
, write
, write_with_zero
, modify
. See API.
For information about available fields see uart_clk_conf module
Trait Implementations
impl Readable for UART_CLK_CONF
[src]
read()
method returns uart_clk_conf::R reader structure
impl ResetValue for UART_CLK_CONF
[src]
Register UART_CLK_CONF reset()
's with value 0
impl Writable for UART_CLK_CONF
[src]
write(|w| ..)
method takes uart_clk_conf::W writer structure