mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
uart: support update_reg and PCR clock for all uart devices
This commit is contained in:
@@ -16,7 +16,7 @@ extern "C" {
|
||||
*/
|
||||
typedef union {
|
||||
struct {
|
||||
/** rxfifo_rd_byte : RO; bitpos: [7:0]; default: 0;
|
||||
/** rxfifo_rd_byte : RO; bitpos: [31:0]; default: 0;
|
||||
* UART $n accesses FIFO via this register.
|
||||
*/
|
||||
uint32_t rxfifo_rd_byte:32;
|
||||
|
Reference in New Issue
Block a user