mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 18:40:59 +02:00
change(hal): update lpperiph structure file and support rtcio for esp32h4beta5
This commit is contained in:
@@ -14,7 +14,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_OUT_REG register
|
/** LP_GPIO_OUT_REG register
|
||||||
* LP_GPIO output register
|
* LP_GPIO output register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_OUT_REG (DR_REG_LP_BASE + 0x4)
|
#define LP_GPIO_OUT_REG (DR_REG_LP_GPIO_BASE + 0x4)
|
||||||
/** LP_GPIO_OUT_DATA_ORIG : R/W/WTC; bitpos: [5:0]; default: 0;
|
/** LP_GPIO_OUT_DATA_ORIG : R/W/WTC; bitpos: [5:0]; default: 0;
|
||||||
* Configures the output value of LP_GPIO0 ~ 5 output in simple LP_GPIO output mode.
|
* Configures the output value of LP_GPIO0 ~ 5 output in simple LP_GPIO output mode.
|
||||||
* 0: Low level
|
* 0: Low level
|
||||||
@@ -30,7 +30,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_OUT_W1TS_REG register
|
/** LP_GPIO_OUT_W1TS_REG register
|
||||||
* LP_GPIO output set register
|
* LP_GPIO output set register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_OUT_W1TS_REG (DR_REG_LP_BASE + 0x8)
|
#define LP_GPIO_OUT_W1TS_REG (DR_REG_LP_GPIO_BASE + 0x8)
|
||||||
/** LP_GPIO_OUT_W1TS : WT; bitpos: [5:0]; default: 0;
|
/** LP_GPIO_OUT_W1TS : WT; bitpos: [5:0]; default: 0;
|
||||||
* Configures whether or not to set the output register LP_GPIO_OUT_REG of LP_GPIO0 ~
|
* Configures whether or not to set the output register LP_GPIO_OUT_REG of LP_GPIO0 ~
|
||||||
* LP_GPIO5.
|
* LP_GPIO5.
|
||||||
@@ -47,7 +47,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_OUT_W1TC_REG register
|
/** LP_GPIO_OUT_W1TC_REG register
|
||||||
* LP_GPIO output clear register
|
* LP_GPIO output clear register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_OUT_W1TC_REG (DR_REG_LP_BASE + 0xc)
|
#define LP_GPIO_OUT_W1TC_REG (DR_REG_LP_GPIO_BASE + 0xc)
|
||||||
/** LP_GPIO_OUT_W1TC : WT; bitpos: [5:0]; default: 0;
|
/** LP_GPIO_OUT_W1TC : WT; bitpos: [5:0]; default: 0;
|
||||||
* Configures whether or not to clear the output register LP_GPIO_OUT_REG of LP_GPIO0
|
* Configures whether or not to clear the output register LP_GPIO_OUT_REG of LP_GPIO0
|
||||||
* ~ LP_GPIO5 output.
|
* ~ LP_GPIO5 output.
|
||||||
@@ -64,7 +64,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_ENABLE_REG register
|
/** LP_GPIO_ENABLE_REG register
|
||||||
* LP_GPIO output enable register
|
* LP_GPIO output enable register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_ENABLE_REG (DR_REG_LP_BASE + 0x10)
|
#define LP_GPIO_ENABLE_REG (DR_REG_LP_GPIO_BASE + 0x10)
|
||||||
/** LP_GPIO_ENABLE_DATA : R/W/WTC; bitpos: [5:0]; default: 0;
|
/** LP_GPIO_ENABLE_DATA : R/W/WTC; bitpos: [5:0]; default: 0;
|
||||||
* Configures whether or not to enable the output of LP_GPIO0 ~ LP_GPIO5.
|
* Configures whether or not to enable the output of LP_GPIO0 ~ LP_GPIO5.
|
||||||
* 0: Not enable
|
* 0: Not enable
|
||||||
@@ -79,7 +79,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_ENABLE_W1TS_REG register
|
/** LP_GPIO_ENABLE_W1TS_REG register
|
||||||
* LP_GPIO output enable set register
|
* LP_GPIO output enable set register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_ENABLE_W1TS_REG (DR_REG_LP_BASE + 0x14)
|
#define LP_GPIO_ENABLE_W1TS_REG (DR_REG_LP_GPIO_BASE + 0x14)
|
||||||
/** LP_GPIO_ENABLE_W1TS : WT; bitpos: [5:0]; default: 0;
|
/** LP_GPIO_ENABLE_W1TS : WT; bitpos: [5:0]; default: 0;
|
||||||
* Configures whether or not to set the output enable register LP_GPIO_ENABLE_REG of
|
* Configures whether or not to set the output enable register LP_GPIO_ENABLE_REG of
|
||||||
* LP_GPIO0 ~ LP_GPIO5.
|
* LP_GPIO0 ~ LP_GPIO5.
|
||||||
@@ -96,7 +96,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_ENABLE_W1TC_REG register
|
/** LP_GPIO_ENABLE_W1TC_REG register
|
||||||
* LP_GPIO output enable clear register
|
* LP_GPIO output enable clear register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_ENABLE_W1TC_REG (DR_REG_LP_BASE + 0x18)
|
#define LP_GPIO_ENABLE_W1TC_REG (DR_REG_LP_GPIO_BASE + 0x18)
|
||||||
/** LP_GPIO_ENABLE_W1TC : WT; bitpos: [5:0]; default: 0;
|
/** LP_GPIO_ENABLE_W1TC : WT; bitpos: [5:0]; default: 0;
|
||||||
* Configures whether or not to clear the output enable register LP_GPIO_ENABLE_REG of
|
* Configures whether or not to clear the output enable register LP_GPIO_ENABLE_REG of
|
||||||
* LP_GPIO0 ~ LP_GPIO5.
|
* LP_GPIO0 ~ LP_GPIO5.
|
||||||
@@ -113,7 +113,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_IN_REG register
|
/** LP_GPIO_IN_REG register
|
||||||
* LP_GPIO input register
|
* LP_GPIO input register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_IN_REG (DR_REG_LP_BASE + 0x1c)
|
#define LP_GPIO_IN_REG (DR_REG_LP_GPIO_BASE + 0x1c)
|
||||||
/** LP_GPIO_IN_DATA_NEXT : RO; bitpos: [5:0]; default: 0;
|
/** LP_GPIO_IN_DATA_NEXT : RO; bitpos: [5:0]; default: 0;
|
||||||
* Represents the input value of LP_GPIO0 ~ LP_GPIO5. Each bit represents a pin input
|
* Represents the input value of LP_GPIO0 ~ LP_GPIO5. Each bit represents a pin input
|
||||||
* value:
|
* value:
|
||||||
@@ -129,7 +129,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_STATUS_REG register
|
/** LP_GPIO_STATUS_REG register
|
||||||
* LP_GPIO interrupt status register
|
* LP_GPIO interrupt status register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_STATUS_REG (DR_REG_LP_BASE + 0x20)
|
#define LP_GPIO_STATUS_REG (DR_REG_LP_GPIO_BASE + 0x20)
|
||||||
/** LP_GPIO_STATUS_INTERRUPT : R/W/WTC; bitpos: [5:0]; default: 0;
|
/** LP_GPIO_STATUS_INTERRUPT : R/W/WTC; bitpos: [5:0]; default: 0;
|
||||||
* The interrupt status of LP_GPIO0 ~ LP_GPIO5, can be configured by the software.
|
* The interrupt status of LP_GPIO0 ~ LP_GPIO5, can be configured by the software.
|
||||||
*
|
*
|
||||||
@@ -150,7 +150,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_STATUS_W1TS_REG register
|
/** LP_GPIO_STATUS_W1TS_REG register
|
||||||
* LP_GPIO interrupt status set register
|
* LP_GPIO interrupt status set register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_STATUS_W1TS_REG (DR_REG_LP_BASE + 0x24)
|
#define LP_GPIO_STATUS_W1TS_REG (DR_REG_LP_GPIO_BASE + 0x24)
|
||||||
/** LP_GPIO_STATUS_W1TS : WT; bitpos: [5:0]; default: 0;
|
/** LP_GPIO_STATUS_W1TS : WT; bitpos: [5:0]; default: 0;
|
||||||
* Configures whether or not to set the interrupt status register
|
* Configures whether or not to set the interrupt status register
|
||||||
* LP_GPIO_STATUS_INTERRUPT of LP_GPIO0 ~ LP_GPIO5.
|
* LP_GPIO_STATUS_INTERRUPT of LP_GPIO0 ~ LP_GPIO5.
|
||||||
@@ -168,7 +168,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_STATUS_W1TC_REG register
|
/** LP_GPIO_STATUS_W1TC_REG register
|
||||||
* LP_GPIO interrupt status clear register
|
* LP_GPIO interrupt status clear register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_STATUS_W1TC_REG (DR_REG_LP_BASE + 0x28)
|
#define LP_GPIO_STATUS_W1TC_REG (DR_REG_LP_GPIO_BASE + 0x28)
|
||||||
/** LP_GPIO_STATUS_W1TC : WT; bitpos: [5:0]; default: 0;
|
/** LP_GPIO_STATUS_W1TC : WT; bitpos: [5:0]; default: 0;
|
||||||
* Configures whether or not to clear the interrupt status register
|
* Configures whether or not to clear the interrupt status register
|
||||||
* LP_GPIO_STATUS_INTERRUPT of LP_GPIO0 ~ LP_GPIO5.
|
* LP_GPIO_STATUS_INTERRUPT of LP_GPIO0 ~ LP_GPIO5.
|
||||||
@@ -186,7 +186,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_STATUS_NEXT_REG register
|
/** LP_GPIO_STATUS_NEXT_REG register
|
||||||
* LP_GPIO interrupt source register
|
* LP_GPIO interrupt source register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_STATUS_NEXT_REG (DR_REG_LP_BASE + 0x2c)
|
#define LP_GPIO_STATUS_NEXT_REG (DR_REG_LP_GPIO_BASE + 0x2c)
|
||||||
/** LP_GPIO_STATUS_INTERRUPT_NEXT : RO; bitpos: [5:0]; default: 0;
|
/** LP_GPIO_STATUS_INTERRUPT_NEXT : RO; bitpos: [5:0]; default: 0;
|
||||||
* Represents the interrupt source signal of LP_GPIO0 ~ LP_GPIO5.
|
* Represents the interrupt source signal of LP_GPIO0 ~ LP_GPIO5.
|
||||||
* Bit0 ~ bit24 are corresponding to LP_GPIO0 ~ LP_GPIO5. Bitxx ~ bitxx is invalid.
|
* Bit0 ~ bit24 are corresponding to LP_GPIO0 ~ LP_GPIO5. Bitxx ~ bitxx is invalid.
|
||||||
@@ -204,7 +204,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_PIN0_REG register
|
/** LP_GPIO_PIN0_REG register
|
||||||
* LP_GPIO0 configuration register
|
* LP_GPIO0 configuration register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_PIN0_REG (DR_REG_LP_BASE + 0x30)
|
#define LP_GPIO_PIN0_REG (DR_REG_LP_GPIO_BASE + 0x30)
|
||||||
/** LP_GPIO_PIN0_SYNC2_BYPASS : R/W; bitpos: [1:0]; default: 0;
|
/** LP_GPIO_PIN0_SYNC2_BYPASS : R/W; bitpos: [1:0]; default: 0;
|
||||||
* Configures whether or not to synchronize LP_GPIO input data on either edge of LP IO
|
* Configures whether or not to synchronize LP_GPIO input data on either edge of LP IO
|
||||||
* MUX operating clock for the second-level synchronization.
|
* MUX operating clock for the second-level synchronization.
|
||||||
@@ -272,7 +272,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_PIN1_REG register
|
/** LP_GPIO_PIN1_REG register
|
||||||
* LP_GPIO1 configuration register
|
* LP_GPIO1 configuration register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_PIN1_REG (DR_REG_LP_BASE + 0x34)
|
#define LP_GPIO_PIN1_REG (DR_REG_LP_GPIO_BASE + 0x34)
|
||||||
/** LP_GPIO_PIN1_SYNC2_BYPASS : R/W; bitpos: [1:0]; default: 0;
|
/** LP_GPIO_PIN1_SYNC2_BYPASS : R/W; bitpos: [1:0]; default: 0;
|
||||||
* Configures whether or not to synchronize LP_GPIO input data on either edge of LP IO
|
* Configures whether or not to synchronize LP_GPIO input data on either edge of LP IO
|
||||||
* MUX operating clock for the second-level synchronization.
|
* MUX operating clock for the second-level synchronization.
|
||||||
@@ -340,7 +340,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_PIN2_REG register
|
/** LP_GPIO_PIN2_REG register
|
||||||
* LP_GPIO2 configuration register
|
* LP_GPIO2 configuration register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_PIN2_REG (DR_REG_LP_BASE + 0x38)
|
#define LP_GPIO_PIN2_REG (DR_REG_LP_GPIO_BASE + 0x38)
|
||||||
/** LP_GPIO_PIN2_SYNC2_BYPASS : R/W; bitpos: [1:0]; default: 0;
|
/** LP_GPIO_PIN2_SYNC2_BYPASS : R/W; bitpos: [1:0]; default: 0;
|
||||||
* Configures whether or not to synchronize LP_GPIO input data on either edge of LP IO
|
* Configures whether or not to synchronize LP_GPIO input data on either edge of LP IO
|
||||||
* MUX operating clock for the second-level synchronization.
|
* MUX operating clock for the second-level synchronization.
|
||||||
@@ -408,7 +408,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_PIN3_REG register
|
/** LP_GPIO_PIN3_REG register
|
||||||
* LP_GPIO3 configuration register
|
* LP_GPIO3 configuration register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_PIN3_REG (DR_REG_LP_BASE + 0x3c)
|
#define LP_GPIO_PIN3_REG (DR_REG_LP_GPIO_BASE + 0x3c)
|
||||||
/** LP_GPIO_PIN3_SYNC2_BYPASS : R/W; bitpos: [1:0]; default: 0;
|
/** LP_GPIO_PIN3_SYNC2_BYPASS : R/W; bitpos: [1:0]; default: 0;
|
||||||
* Configures whether or not to synchronize LP_GPIO input data on either edge of LP IO
|
* Configures whether or not to synchronize LP_GPIO input data on either edge of LP IO
|
||||||
* MUX operating clock for the second-level synchronization.
|
* MUX operating clock for the second-level synchronization.
|
||||||
@@ -476,7 +476,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_PIN4_REG register
|
/** LP_GPIO_PIN4_REG register
|
||||||
* LP_GPIO4 configuration register
|
* LP_GPIO4 configuration register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_PIN4_REG (DR_REG_LP_BASE + 0x40)
|
#define LP_GPIO_PIN4_REG (DR_REG_LP_GPIO_BASE + 0x40)
|
||||||
/** LP_GPIO_PIN4_SYNC2_BYPASS : R/W; bitpos: [1:0]; default: 0;
|
/** LP_GPIO_PIN4_SYNC2_BYPASS : R/W; bitpos: [1:0]; default: 0;
|
||||||
* Configures whether or not to synchronize LP_GPIO input data on either edge of LP IO
|
* Configures whether or not to synchronize LP_GPIO input data on either edge of LP IO
|
||||||
* MUX operating clock for the second-level synchronization.
|
* MUX operating clock for the second-level synchronization.
|
||||||
@@ -544,7 +544,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_PIN5_REG register
|
/** LP_GPIO_PIN5_REG register
|
||||||
* LP_GPIO5 configuration register
|
* LP_GPIO5 configuration register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_PIN5_REG (DR_REG_LP_BASE + 0x44)
|
#define LP_GPIO_PIN5_REG (DR_REG_LP_GPIO_BASE + 0x44)
|
||||||
/** LP_GPIO_PIN5_SYNC2_BYPASS : R/W; bitpos: [1:0]; default: 0;
|
/** LP_GPIO_PIN5_SYNC2_BYPASS : R/W; bitpos: [1:0]; default: 0;
|
||||||
* Configures whether or not to synchronize LP_GPIO input data on either edge of LP IO
|
* Configures whether or not to synchronize LP_GPIO input data on either edge of LP IO
|
||||||
* MUX operating clock for the second-level synchronization.
|
* MUX operating clock for the second-level synchronization.
|
||||||
@@ -612,7 +612,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_FUNC0_OUT_SEL_CFG_REG register
|
/** LP_GPIO_FUNC0_OUT_SEL_CFG_REG register
|
||||||
* Configuration register for LP_GPIO0 output
|
* Configuration register for LP_GPIO0 output
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_FUNC0_OUT_SEL_CFG_REG (DR_REG_LP_BASE + 0x2b0)
|
#define LP_GPIO_FUNC0_OUT_SEL_CFG_REG (DR_REG_LP_GPIO_BASE + 0x2b0)
|
||||||
/** LP_GPIO_FUNC0_OUT_INV_SEL : R/W; bitpos: [0]; default: 0;
|
/** LP_GPIO_FUNC0_OUT_INV_SEL : R/W; bitpos: [0]; default: 0;
|
||||||
* Configures whether or not to invert the output value.
|
* Configures whether or not to invert the output value.
|
||||||
* 0: Not invert
|
* 0: Not invert
|
||||||
@@ -635,7 +635,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_FUNC1_OUT_SEL_CFG_REG register
|
/** LP_GPIO_FUNC1_OUT_SEL_CFG_REG register
|
||||||
* Configuration register for LP_GPIO1 output
|
* Configuration register for LP_GPIO1 output
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_FUNC1_OUT_SEL_CFG_REG (DR_REG_LP_BASE + 0x2b4)
|
#define LP_GPIO_FUNC1_OUT_SEL_CFG_REG (DR_REG_LP_GPIO_BASE + 0x2b4)
|
||||||
/** LP_GPIO_FUNC1_OUT_INV_SEL : R/W; bitpos: [0]; default: 0;
|
/** LP_GPIO_FUNC1_OUT_INV_SEL : R/W; bitpos: [0]; default: 0;
|
||||||
* Configures whether or not to invert the output value.
|
* Configures whether or not to invert the output value.
|
||||||
* 0: Not invert
|
* 0: Not invert
|
||||||
@@ -658,7 +658,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_FUNC2_OUT_SEL_CFG_REG register
|
/** LP_GPIO_FUNC2_OUT_SEL_CFG_REG register
|
||||||
* Configuration register for LP_GPIO2 output
|
* Configuration register for LP_GPIO2 output
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_FUNC2_OUT_SEL_CFG_REG (DR_REG_LP_BASE + 0x2b8)
|
#define LP_GPIO_FUNC2_OUT_SEL_CFG_REG (DR_REG_LP_GPIO_BASE + 0x2b8)
|
||||||
/** LP_GPIO_FUNC2_OUT_INV_SEL : R/W; bitpos: [0]; default: 0;
|
/** LP_GPIO_FUNC2_OUT_INV_SEL : R/W; bitpos: [0]; default: 0;
|
||||||
* Configures whether or not to invert the output value.
|
* Configures whether or not to invert the output value.
|
||||||
* 0: Not invert
|
* 0: Not invert
|
||||||
@@ -681,7 +681,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_FUNC3_OUT_SEL_CFG_REG register
|
/** LP_GPIO_FUNC3_OUT_SEL_CFG_REG register
|
||||||
* Configuration register for LP_GPIO3 output
|
* Configuration register for LP_GPIO3 output
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_FUNC3_OUT_SEL_CFG_REG (DR_REG_LP_BASE + 0x2bc)
|
#define LP_GPIO_FUNC3_OUT_SEL_CFG_REG (DR_REG_LP_GPIO_BASE + 0x2bc)
|
||||||
/** LP_GPIO_FUNC3_OUT_INV_SEL : R/W; bitpos: [0]; default: 0;
|
/** LP_GPIO_FUNC3_OUT_INV_SEL : R/W; bitpos: [0]; default: 0;
|
||||||
* Configures whether or not to invert the output value.
|
* Configures whether or not to invert the output value.
|
||||||
* 0: Not invert
|
* 0: Not invert
|
||||||
@@ -704,7 +704,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_FUNC4_OUT_SEL_CFG_REG register
|
/** LP_GPIO_FUNC4_OUT_SEL_CFG_REG register
|
||||||
* Configuration register for LP_GPIO4 output
|
* Configuration register for LP_GPIO4 output
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_FUNC4_OUT_SEL_CFG_REG (DR_REG_LP_BASE + 0x2c0)
|
#define LP_GPIO_FUNC4_OUT_SEL_CFG_REG (DR_REG_LP_GPIO_BASE + 0x2c0)
|
||||||
/** LP_GPIO_FUNC4_OUT_INV_SEL : R/W; bitpos: [0]; default: 0;
|
/** LP_GPIO_FUNC4_OUT_INV_SEL : R/W; bitpos: [0]; default: 0;
|
||||||
* Configures whether or not to invert the output value.
|
* Configures whether or not to invert the output value.
|
||||||
* 0: Not invert
|
* 0: Not invert
|
||||||
@@ -727,7 +727,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_FUNC5_OUT_SEL_CFG_REG register
|
/** LP_GPIO_FUNC5_OUT_SEL_CFG_REG register
|
||||||
* Configuration register for LP_GPIO5 output
|
* Configuration register for LP_GPIO5 output
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_FUNC5_OUT_SEL_CFG_REG (DR_REG_LP_BASE + 0x2c4)
|
#define LP_GPIO_FUNC5_OUT_SEL_CFG_REG (DR_REG_LP_GPIO_BASE + 0x2c4)
|
||||||
/** LP_GPIO_FUNC5_OUT_INV_SEL : R/W; bitpos: [0]; default: 0;
|
/** LP_GPIO_FUNC5_OUT_INV_SEL : R/W; bitpos: [0]; default: 0;
|
||||||
* Configures whether or not to invert the output value.
|
* Configures whether or not to invert the output value.
|
||||||
* 0: Not invert
|
* 0: Not invert
|
||||||
@@ -750,7 +750,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_CLOCK_GATE_REG register
|
/** LP_GPIO_CLOCK_GATE_REG register
|
||||||
* LP_GPIO clock gate register
|
* LP_GPIO clock gate register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_CLOCK_GATE_REG (DR_REG_LP_BASE + 0x3f8)
|
#define LP_GPIO_CLOCK_GATE_REG (DR_REG_LP_GPIO_BASE + 0x3f8)
|
||||||
/** LP_GPIO_CLK_EN : R/W; bitpos: [0]; default: 1;
|
/** LP_GPIO_CLK_EN : R/W; bitpos: [0]; default: 1;
|
||||||
* Configures whether or not to enable clock gate.
|
* Configures whether or not to enable clock gate.
|
||||||
* 0: Not enable
|
* 0: Not enable
|
||||||
@@ -764,7 +764,7 @@ extern "C" {
|
|||||||
/** LP_GPIO_DATE_REG register
|
/** LP_GPIO_DATE_REG register
|
||||||
* LP_GPIO version register
|
* LP_GPIO version register
|
||||||
*/
|
*/
|
||||||
#define LP_GPIO_DATE_REG (DR_REG_LP_BASE + 0x3fc)
|
#define LP_GPIO_DATE_REG (DR_REG_LP_GPIO_BASE + 0x3fc)
|
||||||
/** LP_GPIO_DATE : R/W; bitpos: [27:0]; default: 37769744;
|
/** LP_GPIO_DATE : R/W; bitpos: [27:0]; default: 37769744;
|
||||||
* Version control register.
|
* Version control register.
|
||||||
*/
|
*/
|
||||||
|
@@ -14,7 +14,7 @@ extern "C" {
|
|||||||
/** LP_IO_MUX_GPIO0_REG register
|
/** LP_IO_MUX_GPIO0_REG register
|
||||||
* LP IO MUX configuration register for LP_GPIO0
|
* LP IO MUX configuration register for LP_GPIO0
|
||||||
*/
|
*/
|
||||||
#define LP_IO_MUX_GPIO0_REG (DR_REG_LP_BASE + 0x0)
|
#define LP_IO_MUX_GPIO0_REG (DR_REG_LP_IO_MUX_BASE + 0x0)
|
||||||
/** LP_IO_MUX_GPIO0_MCU_OE : R/W; bitpos: [0]; default: 0;
|
/** LP_IO_MUX_GPIO0_MCU_OE : R/W; bitpos: [0]; default: 0;
|
||||||
* Configures whether or not to enable the output of LP_GPIO0 in sleep mode.
|
* Configures whether or not to enable the output of LP_GPIO0 in sleep mode.
|
||||||
* 0: Disable
|
* 0: Disable
|
||||||
@@ -151,7 +151,7 @@ extern "C" {
|
|||||||
/** LP_IO_MUX_GPIO1_REG register
|
/** LP_IO_MUX_GPIO1_REG register
|
||||||
* LP IO MUX configuration register for LP_GPIO1
|
* LP IO MUX configuration register for LP_GPIO1
|
||||||
*/
|
*/
|
||||||
#define LP_IO_MUX_GPIO1_REG (DR_REG_LP_BASE + 0x4)
|
#define LP_IO_MUX_GPIO1_REG (DR_REG_LP_IO_MUX_BASE + 0x4)
|
||||||
/** LP_IO_MUX_GPIO1_MCU_OE : R/W; bitpos: [0]; default: 0;
|
/** LP_IO_MUX_GPIO1_MCU_OE : R/W; bitpos: [0]; default: 0;
|
||||||
* Configures whether or not to enable the output of LP_GPIO1 in sleep mode.
|
* Configures whether or not to enable the output of LP_GPIO1 in sleep mode.
|
||||||
* 0: Disable
|
* 0: Disable
|
||||||
@@ -288,7 +288,7 @@ extern "C" {
|
|||||||
/** LP_IO_MUX_GPIO2_REG register
|
/** LP_IO_MUX_GPIO2_REG register
|
||||||
* LP IO MUX configuration register for LP_GPIO2
|
* LP IO MUX configuration register for LP_GPIO2
|
||||||
*/
|
*/
|
||||||
#define LP_IO_MUX_GPIO2_REG (DR_REG_LP_BASE + 0x8)
|
#define LP_IO_MUX_GPIO2_REG (DR_REG_LP_IO_MUX_BASE + 0x8)
|
||||||
/** LP_IO_MUX_GPIO2_MCU_OE : R/W; bitpos: [0]; default: 0;
|
/** LP_IO_MUX_GPIO2_MCU_OE : R/W; bitpos: [0]; default: 0;
|
||||||
* Configures whether or not to enable the output of LP_GPIO2 in sleep mode.
|
* Configures whether or not to enable the output of LP_GPIO2 in sleep mode.
|
||||||
* 0: Disable
|
* 0: Disable
|
||||||
@@ -425,7 +425,7 @@ extern "C" {
|
|||||||
/** LP_IO_MUX_GPIO3_REG register
|
/** LP_IO_MUX_GPIO3_REG register
|
||||||
* LP IO MUX configuration register for LP_GPIO3
|
* LP IO MUX configuration register for LP_GPIO3
|
||||||
*/
|
*/
|
||||||
#define LP_IO_MUX_GPIO3_REG (DR_REG_LP_BASE + 0xc)
|
#define LP_IO_MUX_GPIO3_REG (DR_REG_LP_IO_MUX_BASE + 0xc)
|
||||||
/** LP_IO_MUX_GPIO3_MCU_OE : R/W; bitpos: [0]; default: 0;
|
/** LP_IO_MUX_GPIO3_MCU_OE : R/W; bitpos: [0]; default: 0;
|
||||||
* Configures whether or not to enable the output of LP_GPIO3 in sleep mode.
|
* Configures whether or not to enable the output of LP_GPIO3 in sleep mode.
|
||||||
* 0: Disable
|
* 0: Disable
|
||||||
@@ -562,7 +562,7 @@ extern "C" {
|
|||||||
/** LP_IO_MUX_GPIO4_REG register
|
/** LP_IO_MUX_GPIO4_REG register
|
||||||
* LP IO MUX configuration register for LP_GPIO4
|
* LP IO MUX configuration register for LP_GPIO4
|
||||||
*/
|
*/
|
||||||
#define LP_IO_MUX_GPIO4_REG (DR_REG_LP_BASE + 0x10)
|
#define LP_IO_MUX_GPIO4_REG (DR_REG_LP_IO_MUX_BASE + 0x10)
|
||||||
/** LP_IO_MUX_GPIO4_MCU_OE : R/W; bitpos: [0]; default: 0;
|
/** LP_IO_MUX_GPIO4_MCU_OE : R/W; bitpos: [0]; default: 0;
|
||||||
* Configures whether or not to enable the output of LP_GPIO4 in sleep mode.
|
* Configures whether or not to enable the output of LP_GPIO4 in sleep mode.
|
||||||
* 0: Disable
|
* 0: Disable
|
||||||
@@ -699,7 +699,7 @@ extern "C" {
|
|||||||
/** LP_IO_MUX_GPIO5_REG register
|
/** LP_IO_MUX_GPIO5_REG register
|
||||||
* LP IO MUX configuration register for LP_GPIO5
|
* LP IO MUX configuration register for LP_GPIO5
|
||||||
*/
|
*/
|
||||||
#define LP_IO_MUX_GPIO5_REG (DR_REG_LP_BASE + 0x14)
|
#define LP_IO_MUX_GPIO5_REG (DR_REG_LP_IO_MUX_BASE + 0x14)
|
||||||
/** LP_IO_MUX_GPIO5_MCU_OE : R/W; bitpos: [0]; default: 0;
|
/** LP_IO_MUX_GPIO5_MCU_OE : R/W; bitpos: [0]; default: 0;
|
||||||
* Configures whether or not to enable the output of LP_GPIO5 in sleep mode.
|
* Configures whether or not to enable the output of LP_GPIO5 in sleep mode.
|
||||||
* 0: Disable
|
* 0: Disable
|
||||||
@@ -836,7 +836,7 @@ extern "C" {
|
|||||||
/** LP_IO_MUX_DATE_REG register
|
/** LP_IO_MUX_DATE_REG register
|
||||||
* Version control register
|
* Version control register
|
||||||
*/
|
*/
|
||||||
#define LP_IO_MUX_DATE_REG (DR_REG_LP_BASE + 0x1fc)
|
#define LP_IO_MUX_DATE_REG (DR_REG_LP_IO_MUX_BASE + 0x1fc)
|
||||||
/** LP_IO_MUX_REG_DATE : R/W; bitpos: [27:0]; default: 37769744;
|
/** LP_IO_MUX_REG_DATE : R/W; bitpos: [27:0]; default: 37769744;
|
||||||
* Version control register
|
* Version control register
|
||||||
*/
|
*/
|
||||||
|
@@ -14,7 +14,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_TAR0_LOW_REG register
|
/** LP_TIMER_TAR0_LOW_REG register
|
||||||
* RTC timer threshold low bits register0
|
* RTC timer threshold low bits register0
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_TAR0_LOW_REG (DR_REG_LP_BASE + 0x0)
|
#define LP_TIMER_TAR0_LOW_REG (DR_REG_LP_TIMER_BASE + 0x0)
|
||||||
/** LP_TIMER_MAIN_TIMER_TAR_LOW0 : R/W; bitpos: [31:0]; default: 0;
|
/** LP_TIMER_MAIN_TIMER_TAR_LOW0 : R/W; bitpos: [31:0]; default: 0;
|
||||||
* Configures the lower 32 bits of the trigger threshold for the RTC timer compare0.
|
* Configures the lower 32 bits of the trigger threshold for the RTC timer compare0.
|
||||||
*/
|
*/
|
||||||
@@ -26,7 +26,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_TAR0_HIGH_REG register
|
/** LP_TIMER_TAR0_HIGH_REG register
|
||||||
* RTC timer enable register0
|
* RTC timer enable register0
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_TAR0_HIGH_REG (DR_REG_LP_BASE + 0x4)
|
#define LP_TIMER_TAR0_HIGH_REG (DR_REG_LP_TIMER_BASE + 0x4)
|
||||||
/** LP_TIMER_MAIN_TIMER_TAR_HIGH0 : R/W; bitpos: [15:0]; default: 0;
|
/** LP_TIMER_MAIN_TIMER_TAR_HIGH0 : R/W; bitpos: [15:0]; default: 0;
|
||||||
* Configures the higher 16 bits of the trigger threshold for the RTC timer compare0
|
* Configures the higher 16 bits of the trigger threshold for the RTC timer compare0
|
||||||
*/
|
*/
|
||||||
@@ -47,7 +47,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_TAR1_LOW_REG register
|
/** LP_TIMER_TAR1_LOW_REG register
|
||||||
* RTC timer threshold low bits register1
|
* RTC timer threshold low bits register1
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_TAR1_LOW_REG (DR_REG_LP_BASE + 0x8)
|
#define LP_TIMER_TAR1_LOW_REG (DR_REG_LP_TIMER_BASE + 0x8)
|
||||||
/** LP_TIMER_MAIN_TIMER_TAR_LOW1 : R/W; bitpos: [31:0]; default: 0;
|
/** LP_TIMER_MAIN_TIMER_TAR_LOW1 : R/W; bitpos: [31:0]; default: 0;
|
||||||
* Configures the lower 32 bits of the trigger threshold for the RTC timer compare1.
|
* Configures the lower 32 bits of the trigger threshold for the RTC timer compare1.
|
||||||
*/
|
*/
|
||||||
@@ -59,7 +59,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_TAR1_HIGH_REG register
|
/** LP_TIMER_TAR1_HIGH_REG register
|
||||||
* RTC timer threshold high bits register0
|
* RTC timer threshold high bits register0
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_TAR1_HIGH_REG (DR_REG_LP_BASE + 0xc)
|
#define LP_TIMER_TAR1_HIGH_REG (DR_REG_LP_TIMER_BASE + 0xc)
|
||||||
/** LP_TIMER_MAIN_TIMER_TAR_HIGH1 : R/W; bitpos: [15:0]; default: 0;
|
/** LP_TIMER_MAIN_TIMER_TAR_HIGH1 : R/W; bitpos: [15:0]; default: 0;
|
||||||
* Configures the higher 16 bits of the trigger threshold for the RTC timer compare1
|
* Configures the higher 16 bits of the trigger threshold for the RTC timer compare1
|
||||||
*/
|
*/
|
||||||
@@ -80,7 +80,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_UPDATE_REG register
|
/** LP_TIMER_UPDATE_REG register
|
||||||
* RTC timer update control register
|
* RTC timer update control register
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_UPDATE_REG (DR_REG_LP_BASE + 0x10)
|
#define LP_TIMER_UPDATE_REG (DR_REG_LP_TIMER_BASE + 0x10)
|
||||||
/** LP_TIMER_MAIN_TIMER_UPDATE : WT; bitpos: [27]; default: 0;
|
/** LP_TIMER_MAIN_TIMER_UPDATE : WT; bitpos: [27]; default: 0;
|
||||||
* Triggers timer by software
|
* Triggers timer by software
|
||||||
*/
|
*/
|
||||||
@@ -123,7 +123,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_MAIN_BUF0_LOW_REG register
|
/** LP_TIMER_MAIN_BUF0_LOW_REG register
|
||||||
* RTC timer buffer0 low bits register
|
* RTC timer buffer0 low bits register
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_MAIN_BUF0_LOW_REG (DR_REG_LP_BASE + 0x14)
|
#define LP_TIMER_MAIN_BUF0_LOW_REG (DR_REG_LP_TIMER_BASE + 0x14)
|
||||||
/** LP_TIMER_MAIN_TIMER_BUF0_LOW : RO; bitpos: [31:0]; default: 0;
|
/** LP_TIMER_MAIN_TIMER_BUF0_LOW : RO; bitpos: [31:0]; default: 0;
|
||||||
* RTC timer buffer0 low bits register
|
* RTC timer buffer0 low bits register
|
||||||
*/
|
*/
|
||||||
@@ -135,7 +135,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_MAIN_BUF0_HIGH_REG register
|
/** LP_TIMER_MAIN_BUF0_HIGH_REG register
|
||||||
* RTC timer buffer0 high bits register
|
* RTC timer buffer0 high bits register
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_MAIN_BUF0_HIGH_REG (DR_REG_LP_BASE + 0x18)
|
#define LP_TIMER_MAIN_BUF0_HIGH_REG (DR_REG_LP_TIMER_BASE + 0x18)
|
||||||
/** LP_TIMER_MAIN_TIMER_BUF0_HIGH : RO; bitpos: [15:0]; default: 0;
|
/** LP_TIMER_MAIN_TIMER_BUF0_HIGH : RO; bitpos: [15:0]; default: 0;
|
||||||
* RTC timer buffer0 high bits register
|
* RTC timer buffer0 high bits register
|
||||||
*/
|
*/
|
||||||
@@ -147,7 +147,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_MAIN_BUF1_LOW_REG register
|
/** LP_TIMER_MAIN_BUF1_LOW_REG register
|
||||||
* RTC timer buffer1 low bits register
|
* RTC timer buffer1 low bits register
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_MAIN_BUF1_LOW_REG (DR_REG_LP_BASE + 0x1c)
|
#define LP_TIMER_MAIN_BUF1_LOW_REG (DR_REG_LP_TIMER_BASE + 0x1c)
|
||||||
/** LP_TIMER_MAIN_TIMER_BUF1_LOW : RO; bitpos: [31:0]; default: 0;
|
/** LP_TIMER_MAIN_TIMER_BUF1_LOW : RO; bitpos: [31:0]; default: 0;
|
||||||
* RTC timer buffer1 low bits register
|
* RTC timer buffer1 low bits register
|
||||||
*/
|
*/
|
||||||
@@ -159,7 +159,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_MAIN_BUF1_HIGH_REG register
|
/** LP_TIMER_MAIN_BUF1_HIGH_REG register
|
||||||
* RTC timer buffer1 high bits register
|
* RTC timer buffer1 high bits register
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_MAIN_BUF1_HIGH_REG (DR_REG_LP_BASE + 0x20)
|
#define LP_TIMER_MAIN_BUF1_HIGH_REG (DR_REG_LP_TIMER_BASE + 0x20)
|
||||||
/** LP_TIMER_MAIN_TIMER_BUF1_HIGH : RO; bitpos: [15:0]; default: 0;
|
/** LP_TIMER_MAIN_TIMER_BUF1_HIGH : RO; bitpos: [15:0]; default: 0;
|
||||||
* RTC timer buffer1 high bits register
|
* RTC timer buffer1 high bits register
|
||||||
*/
|
*/
|
||||||
@@ -171,7 +171,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_INT_RAW_REG register
|
/** LP_TIMER_INT_RAW_REG register
|
||||||
* RTC timer interrupt raw register
|
* RTC timer interrupt raw register
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_INT_RAW_REG (DR_REG_LP_BASE + 0x28)
|
#define LP_TIMER_INT_RAW_REG (DR_REG_LP_TIMER_BASE + 0x28)
|
||||||
/** LP_TIMER_OVERFLOW_RAW : R/WTC/SS; bitpos: [30]; default: 0;
|
/** LP_TIMER_OVERFLOW_RAW : R/WTC/SS; bitpos: [30]; default: 0;
|
||||||
* Triggered when counter register of RTC main timer overflow.
|
* Triggered when counter register of RTC main timer overflow.
|
||||||
*/
|
*/
|
||||||
@@ -190,7 +190,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_INT_ST_REG register
|
/** LP_TIMER_INT_ST_REG register
|
||||||
* RTC timer interrupt status register
|
* RTC timer interrupt status register
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_INT_ST_REG (DR_REG_LP_BASE + 0x2c)
|
#define LP_TIMER_INT_ST_REG (DR_REG_LP_TIMER_BASE + 0x2c)
|
||||||
/** LP_TIMER_OVERFLOW_ST : RO; bitpos: [30]; default: 0;
|
/** LP_TIMER_OVERFLOW_ST : RO; bitpos: [30]; default: 0;
|
||||||
* Status of RTC main timer overflow interrupt .
|
* Status of RTC main timer overflow interrupt .
|
||||||
*/
|
*/
|
||||||
@@ -209,7 +209,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_INT_ENA_REG register
|
/** LP_TIMER_INT_ENA_REG register
|
||||||
* RTC timer interrupt enable register
|
* RTC timer interrupt enable register
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_INT_ENA_REG (DR_REG_LP_BASE + 0x30)
|
#define LP_TIMER_INT_ENA_REG (DR_REG_LP_TIMER_BASE + 0x30)
|
||||||
/** LP_TIMER_OVERFLOW_ENA : R/W; bitpos: [30]; default: 0;
|
/** LP_TIMER_OVERFLOW_ENA : R/W; bitpos: [30]; default: 0;
|
||||||
* Enable the RTC main timer overflow interrupt..
|
* Enable the RTC main timer overflow interrupt..
|
||||||
* 0 : Disable
|
* 0 : Disable
|
||||||
@@ -232,7 +232,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_INT_CLR_REG register
|
/** LP_TIMER_INT_CLR_REG register
|
||||||
* RTC timer interrupt clear register
|
* RTC timer interrupt clear register
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_INT_CLR_REG (DR_REG_LP_BASE + 0x34)
|
#define LP_TIMER_INT_CLR_REG (DR_REG_LP_TIMER_BASE + 0x34)
|
||||||
/** LP_TIMER_OVERFLOW_CLR : WT; bitpos: [30]; default: 0;
|
/** LP_TIMER_OVERFLOW_CLR : WT; bitpos: [30]; default: 0;
|
||||||
* Clear the RTC main timer overflow raw interrupt..
|
* Clear the RTC main timer overflow raw interrupt..
|
||||||
*/
|
*/
|
||||||
@@ -251,7 +251,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_LP_INT_RAW_REG register
|
/** LP_TIMER_LP_INT_RAW_REG register
|
||||||
* RTC timer interrupt raw register(For ULP)
|
* RTC timer interrupt raw register(For ULP)
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_LP_INT_RAW_REG (DR_REG_LP_BASE + 0x38)
|
#define LP_TIMER_LP_INT_RAW_REG (DR_REG_LP_TIMER_BASE + 0x38)
|
||||||
/** LP_TIMER_MAIN_TIMER_OVERFLOW_LP_INT_RAW : R/WTC/SS; bitpos: [30]; default: 0;
|
/** LP_TIMER_MAIN_TIMER_OVERFLOW_LP_INT_RAW : R/WTC/SS; bitpos: [30]; default: 0;
|
||||||
* Triggered when counter register of RTC main timer overflow
|
* Triggered when counter register of RTC main timer overflow
|
||||||
*/
|
*/
|
||||||
@@ -270,7 +270,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_LP_INT_ST_REG register
|
/** LP_TIMER_LP_INT_ST_REG register
|
||||||
* RTC timer interrupt status register(For ULP)
|
* RTC timer interrupt status register(For ULP)
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_LP_INT_ST_REG (DR_REG_LP_BASE + 0x3c)
|
#define LP_TIMER_LP_INT_ST_REG (DR_REG_LP_TIMER_BASE + 0x3c)
|
||||||
/** LP_TIMER_MAIN_TIMER_OVERFLOW_LP_INT_ST : RO; bitpos: [30]; default: 0;
|
/** LP_TIMER_MAIN_TIMER_OVERFLOW_LP_INT_ST : RO; bitpos: [30]; default: 0;
|
||||||
* Status of RTC main timer overflow interrupt .
|
* Status of RTC main timer overflow interrupt .
|
||||||
*/
|
*/
|
||||||
@@ -289,7 +289,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_LP_INT_ENA_REG register
|
/** LP_TIMER_LP_INT_ENA_REG register
|
||||||
* RTC timer interrupt enable register(For ULP)
|
* RTC timer interrupt enable register(For ULP)
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_LP_INT_ENA_REG (DR_REG_LP_BASE + 0x40)
|
#define LP_TIMER_LP_INT_ENA_REG (DR_REG_LP_TIMER_BASE + 0x40)
|
||||||
/** LP_TIMER_MAIN_TIMER_OVERFLOW_LP_INT_ENA : R/W; bitpos: [30]; default: 0;
|
/** LP_TIMER_MAIN_TIMER_OVERFLOW_LP_INT_ENA : R/W; bitpos: [30]; default: 0;
|
||||||
* Enable the RTC main timer overflow interrupt..
|
* Enable the RTC main timer overflow interrupt..
|
||||||
* 0 : Disable
|
* 0 : Disable
|
||||||
@@ -312,7 +312,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_LP_INT_CLR_REG register
|
/** LP_TIMER_LP_INT_CLR_REG register
|
||||||
* RTC timer interrupt clear register(For ULP)
|
* RTC timer interrupt clear register(For ULP)
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_LP_INT_CLR_REG (DR_REG_LP_BASE + 0x44)
|
#define LP_TIMER_LP_INT_CLR_REG (DR_REG_LP_TIMER_BASE + 0x44)
|
||||||
/** LP_TIMER_MAIN_TIMER_OVERFLOW_LP_INT_CLR : WT; bitpos: [30]; default: 0;
|
/** LP_TIMER_MAIN_TIMER_OVERFLOW_LP_INT_CLR : WT; bitpos: [30]; default: 0;
|
||||||
* Clear the RTC main timer overflow clear interrupt..
|
* Clear the RTC main timer overflow clear interrupt..
|
||||||
*/
|
*/
|
||||||
@@ -331,7 +331,7 @@ extern "C" {
|
|||||||
/** LP_TIMER_DATE_REG register
|
/** LP_TIMER_DATE_REG register
|
||||||
* Date register
|
* Date register
|
||||||
*/
|
*/
|
||||||
#define LP_TIMER_DATE_REG (DR_REG_LP_BASE + 0x3fc)
|
#define LP_TIMER_DATE_REG (DR_REG_LP_TIMER_BASE + 0x3fc)
|
||||||
/** LP_TIMER_DATE : R/W; bitpos: [30:0]; default: 36769936;
|
/** LP_TIMER_DATE : R/W; bitpos: [30:0]; default: 36769936;
|
||||||
* Version data
|
* Version data
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user