mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-21 00:48:14 +00:00
soc: update the csv headers for esp32s3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright 2017-2018 Espressif Systems (Shanghai) PTE LTD
|
||||
// Copyright 2017-2021 Espressif Systems (Shanghai) PTE LTD
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
@@ -15,10 +15,10 @@
|
||||
#define _SOC_RTC_IO_STRUCT_H_
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include "soc.h"
|
||||
|
||||
typedef volatile struct {
|
||||
union {
|
||||
@@ -126,8 +126,7 @@ typedef volatile struct {
|
||||
uint32_t xpd : 1; /*TOUCH_XPD*/
|
||||
uint32_t tie_opt : 1; /*TOUCH_TIE_OPT*/
|
||||
uint32_t start : 1; /*TOUCH_START*/
|
||||
uint32_t dac: 3; /*TOUCH_DAC*/
|
||||
uint32_t reserved26: 1;
|
||||
uint32_t reserved23 : 4;
|
||||
uint32_t rue : 1; /*RUE*/
|
||||
uint32_t rde : 1; /*RDE*/
|
||||
uint32_t drv : 2; /*DRV*/
|
||||
|
Reference in New Issue
Block a user