[][src]Type Definition esp32::uart::AT_CMD_CHAR

type AT_CMD_CHAR = Reg<u32, _AT_CMD_CHAR>;

UART_AT_CMD_CHAR

This register you can read, reset, write, write_with_zero, modify. See API.

For information about avaliable fields see at_cmd_char module

Trait Implementations

impl Readable for AT_CMD_CHAR[src]

read() method returns at_cmd_char::R reader structure

impl ResetValue for AT_CMD_CHAR[src]

Register AT_CMD_CHAR reset()'s with value 0

type Type = u32

Register size

impl Writable for AT_CMD_CHAR[src]

write(|w| ..) method takes at_cmd_char::W writer structure