mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
feat(soc): added soc support for esp32p4, part3
This commit is contained in:
@@ -14,7 +14,7 @@ extern "C" {
|
||||
/** Type of rx_cfg0 register
|
||||
* Parallel RX module configuration register0.
|
||||
*/
|
||||
typedef union {
|
||||
typedef volatile union {
|
||||
struct {
|
||||
/** rx_eof_gen_sel : R/W; bitpos: [0]; default: 0;
|
||||
* Write 0 to select eof generated manchnism by configured data byte length. Write 1
|
||||
|
Reference in New Issue
Block a user