| /** |
| * Copyright (c) 2021 Raspberry Pi (Trading) Ltd. |
| * |
| * SPDX-License-Identifier: BSD-3-Clause |
| */ |
| // ============================================================================= |
| // Register block : RESETS |
| // Version : 1 |
| // Bus type : apb |
| // Description : None |
| // ============================================================================= |
| #ifndef HARDWARE_REGS_RESETS_DEFINED |
| #define HARDWARE_REGS_RESETS_DEFINED |
| // ============================================================================= |
| // Register : RESETS_RESET |
| // Description : Reset control. If a bit is set it means the peripheral is in |
| // reset. 0 means the peripheral's reset is deasserted. |
| #define RESETS_RESET_OFFSET 0x00000000 |
| #define RESETS_RESET_BITS 0x01ffffff |
| #define RESETS_RESET_RESET 0x01ffffff |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_USBCTRL |
| // Description : None |
| #define RESETS_RESET_USBCTRL_RESET 0x1 |
| #define RESETS_RESET_USBCTRL_BITS 0x01000000 |
| #define RESETS_RESET_USBCTRL_MSB 24 |
| #define RESETS_RESET_USBCTRL_LSB 24 |
| #define RESETS_RESET_USBCTRL_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_UART1 |
| // Description : None |
| #define RESETS_RESET_UART1_RESET 0x1 |
| #define RESETS_RESET_UART1_BITS 0x00800000 |
| #define RESETS_RESET_UART1_MSB 23 |
| #define RESETS_RESET_UART1_LSB 23 |
| #define RESETS_RESET_UART1_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_UART0 |
| // Description : None |
| #define RESETS_RESET_UART0_RESET 0x1 |
| #define RESETS_RESET_UART0_BITS 0x00400000 |
| #define RESETS_RESET_UART0_MSB 22 |
| #define RESETS_RESET_UART0_LSB 22 |
| #define RESETS_RESET_UART0_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_TIMER |
| // Description : None |
| #define RESETS_RESET_TIMER_RESET 0x1 |
| #define RESETS_RESET_TIMER_BITS 0x00200000 |
| #define RESETS_RESET_TIMER_MSB 21 |
| #define RESETS_RESET_TIMER_LSB 21 |
| #define RESETS_RESET_TIMER_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_TBMAN |
| // Description : None |
| #define RESETS_RESET_TBMAN_RESET 0x1 |
| #define RESETS_RESET_TBMAN_BITS 0x00100000 |
| #define RESETS_RESET_TBMAN_MSB 20 |
| #define RESETS_RESET_TBMAN_LSB 20 |
| #define RESETS_RESET_TBMAN_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_SYSINFO |
| // Description : None |
| #define RESETS_RESET_SYSINFO_RESET 0x1 |
| #define RESETS_RESET_SYSINFO_BITS 0x00080000 |
| #define RESETS_RESET_SYSINFO_MSB 19 |
| #define RESETS_RESET_SYSINFO_LSB 19 |
| #define RESETS_RESET_SYSINFO_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_SYSCFG |
| // Description : None |
| #define RESETS_RESET_SYSCFG_RESET 0x1 |
| #define RESETS_RESET_SYSCFG_BITS 0x00040000 |
| #define RESETS_RESET_SYSCFG_MSB 18 |
| #define RESETS_RESET_SYSCFG_LSB 18 |
| #define RESETS_RESET_SYSCFG_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_SPI1 |
| // Description : None |
| #define RESETS_RESET_SPI1_RESET 0x1 |
| #define RESETS_RESET_SPI1_BITS 0x00020000 |
| #define RESETS_RESET_SPI1_MSB 17 |
| #define RESETS_RESET_SPI1_LSB 17 |
| #define RESETS_RESET_SPI1_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_SPI0 |
| // Description : None |
| #define RESETS_RESET_SPI0_RESET 0x1 |
| #define RESETS_RESET_SPI0_BITS 0x00010000 |
| #define RESETS_RESET_SPI0_MSB 16 |
| #define RESETS_RESET_SPI0_LSB 16 |
| #define RESETS_RESET_SPI0_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_RTC |
| // Description : None |
| #define RESETS_RESET_RTC_RESET 0x1 |
| #define RESETS_RESET_RTC_BITS 0x00008000 |
| #define RESETS_RESET_RTC_MSB 15 |
| #define RESETS_RESET_RTC_LSB 15 |
| #define RESETS_RESET_RTC_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_PWM |
| // Description : None |
| #define RESETS_RESET_PWM_RESET 0x1 |
| #define RESETS_RESET_PWM_BITS 0x00004000 |
| #define RESETS_RESET_PWM_MSB 14 |
| #define RESETS_RESET_PWM_LSB 14 |
| #define RESETS_RESET_PWM_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_PLL_USB |
| // Description : None |
| #define RESETS_RESET_PLL_USB_RESET 0x1 |
| #define RESETS_RESET_PLL_USB_BITS 0x00002000 |
| #define RESETS_RESET_PLL_USB_MSB 13 |
| #define RESETS_RESET_PLL_USB_LSB 13 |
| #define RESETS_RESET_PLL_USB_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_PLL_SYS |
| // Description : None |
| #define RESETS_RESET_PLL_SYS_RESET 0x1 |
| #define RESETS_RESET_PLL_SYS_BITS 0x00001000 |
| #define RESETS_RESET_PLL_SYS_MSB 12 |
| #define RESETS_RESET_PLL_SYS_LSB 12 |
| #define RESETS_RESET_PLL_SYS_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_PIO1 |
| // Description : None |
| #define RESETS_RESET_PIO1_RESET 0x1 |
| #define RESETS_RESET_PIO1_BITS 0x00000800 |
| #define RESETS_RESET_PIO1_MSB 11 |
| #define RESETS_RESET_PIO1_LSB 11 |
| #define RESETS_RESET_PIO1_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_PIO0 |
| // Description : None |
| #define RESETS_RESET_PIO0_RESET 0x1 |
| #define RESETS_RESET_PIO0_BITS 0x00000400 |
| #define RESETS_RESET_PIO0_MSB 10 |
| #define RESETS_RESET_PIO0_LSB 10 |
| #define RESETS_RESET_PIO0_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_PADS_QSPI |
| // Description : None |
| #define RESETS_RESET_PADS_QSPI_RESET 0x1 |
| #define RESETS_RESET_PADS_QSPI_BITS 0x00000200 |
| #define RESETS_RESET_PADS_QSPI_MSB 9 |
| #define RESETS_RESET_PADS_QSPI_LSB 9 |
| #define RESETS_RESET_PADS_QSPI_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_PADS_BANK0 |
| // Description : None |
| #define RESETS_RESET_PADS_BANK0_RESET 0x1 |
| #define RESETS_RESET_PADS_BANK0_BITS 0x00000100 |
| #define RESETS_RESET_PADS_BANK0_MSB 8 |
| #define RESETS_RESET_PADS_BANK0_LSB 8 |
| #define RESETS_RESET_PADS_BANK0_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_JTAG |
| // Description : None |
| #define RESETS_RESET_JTAG_RESET 0x1 |
| #define RESETS_RESET_JTAG_BITS 0x00000080 |
| #define RESETS_RESET_JTAG_MSB 7 |
| #define RESETS_RESET_JTAG_LSB 7 |
| #define RESETS_RESET_JTAG_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_IO_QSPI |
| // Description : None |
| #define RESETS_RESET_IO_QSPI_RESET 0x1 |
| #define RESETS_RESET_IO_QSPI_BITS 0x00000040 |
| #define RESETS_RESET_IO_QSPI_MSB 6 |
| #define RESETS_RESET_IO_QSPI_LSB 6 |
| #define RESETS_RESET_IO_QSPI_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_IO_BANK0 |
| // Description : None |
| #define RESETS_RESET_IO_BANK0_RESET 0x1 |
| #define RESETS_RESET_IO_BANK0_BITS 0x00000020 |
| #define RESETS_RESET_IO_BANK0_MSB 5 |
| #define RESETS_RESET_IO_BANK0_LSB 5 |
| #define RESETS_RESET_IO_BANK0_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_I2C1 |
| // Description : None |
| #define RESETS_RESET_I2C1_RESET 0x1 |
| #define RESETS_RESET_I2C1_BITS 0x00000010 |
| #define RESETS_RESET_I2C1_MSB 4 |
| #define RESETS_RESET_I2C1_LSB 4 |
| #define RESETS_RESET_I2C1_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_I2C0 |
| // Description : None |
| #define RESETS_RESET_I2C0_RESET 0x1 |
| #define RESETS_RESET_I2C0_BITS 0x00000008 |
| #define RESETS_RESET_I2C0_MSB 3 |
| #define RESETS_RESET_I2C0_LSB 3 |
| #define RESETS_RESET_I2C0_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DMA |
| // Description : None |
| #define RESETS_RESET_DMA_RESET 0x1 |
| #define RESETS_RESET_DMA_BITS 0x00000004 |
| #define RESETS_RESET_DMA_MSB 2 |
| #define RESETS_RESET_DMA_LSB 2 |
| #define RESETS_RESET_DMA_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_BUSCTRL |
| // Description : None |
| #define RESETS_RESET_BUSCTRL_RESET 0x1 |
| #define RESETS_RESET_BUSCTRL_BITS 0x00000002 |
| #define RESETS_RESET_BUSCTRL_MSB 1 |
| #define RESETS_RESET_BUSCTRL_LSB 1 |
| #define RESETS_RESET_BUSCTRL_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_ADC |
| // Description : None |
| #define RESETS_RESET_ADC_RESET 0x1 |
| #define RESETS_RESET_ADC_BITS 0x00000001 |
| #define RESETS_RESET_ADC_MSB 0 |
| #define RESETS_RESET_ADC_LSB 0 |
| #define RESETS_RESET_ADC_ACCESS "RW" |
| // ============================================================================= |
| // Register : RESETS_WDSEL |
| // Description : Watchdog select. If a bit is set then the watchdog will reset |
| // this peripheral when the watchdog fires. |
| #define RESETS_WDSEL_OFFSET 0x00000004 |
| #define RESETS_WDSEL_BITS 0x01ffffff |
| #define RESETS_WDSEL_RESET 0x00000000 |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_USBCTRL |
| // Description : None |
| #define RESETS_WDSEL_USBCTRL_RESET 0x0 |
| #define RESETS_WDSEL_USBCTRL_BITS 0x01000000 |
| #define RESETS_WDSEL_USBCTRL_MSB 24 |
| #define RESETS_WDSEL_USBCTRL_LSB 24 |
| #define RESETS_WDSEL_USBCTRL_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_UART1 |
| // Description : None |
| #define RESETS_WDSEL_UART1_RESET 0x0 |
| #define RESETS_WDSEL_UART1_BITS 0x00800000 |
| #define RESETS_WDSEL_UART1_MSB 23 |
| #define RESETS_WDSEL_UART1_LSB 23 |
| #define RESETS_WDSEL_UART1_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_UART0 |
| // Description : None |
| #define RESETS_WDSEL_UART0_RESET 0x0 |
| #define RESETS_WDSEL_UART0_BITS 0x00400000 |
| #define RESETS_WDSEL_UART0_MSB 22 |
| #define RESETS_WDSEL_UART0_LSB 22 |
| #define RESETS_WDSEL_UART0_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_TIMER |
| // Description : None |
| #define RESETS_WDSEL_TIMER_RESET 0x0 |
| #define RESETS_WDSEL_TIMER_BITS 0x00200000 |
| #define RESETS_WDSEL_TIMER_MSB 21 |
| #define RESETS_WDSEL_TIMER_LSB 21 |
| #define RESETS_WDSEL_TIMER_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_TBMAN |
| // Description : None |
| #define RESETS_WDSEL_TBMAN_RESET 0x0 |
| #define RESETS_WDSEL_TBMAN_BITS 0x00100000 |
| #define RESETS_WDSEL_TBMAN_MSB 20 |
| #define RESETS_WDSEL_TBMAN_LSB 20 |
| #define RESETS_WDSEL_TBMAN_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_SYSINFO |
| // Description : None |
| #define RESETS_WDSEL_SYSINFO_RESET 0x0 |
| #define RESETS_WDSEL_SYSINFO_BITS 0x00080000 |
| #define RESETS_WDSEL_SYSINFO_MSB 19 |
| #define RESETS_WDSEL_SYSINFO_LSB 19 |
| #define RESETS_WDSEL_SYSINFO_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_SYSCFG |
| // Description : None |
| #define RESETS_WDSEL_SYSCFG_RESET 0x0 |
| #define RESETS_WDSEL_SYSCFG_BITS 0x00040000 |
| #define RESETS_WDSEL_SYSCFG_MSB 18 |
| #define RESETS_WDSEL_SYSCFG_LSB 18 |
| #define RESETS_WDSEL_SYSCFG_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_SPI1 |
| // Description : None |
| #define RESETS_WDSEL_SPI1_RESET 0x0 |
| #define RESETS_WDSEL_SPI1_BITS 0x00020000 |
| #define RESETS_WDSEL_SPI1_MSB 17 |
| #define RESETS_WDSEL_SPI1_LSB 17 |
| #define RESETS_WDSEL_SPI1_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_SPI0 |
| // Description : None |
| #define RESETS_WDSEL_SPI0_RESET 0x0 |
| #define RESETS_WDSEL_SPI0_BITS 0x00010000 |
| #define RESETS_WDSEL_SPI0_MSB 16 |
| #define RESETS_WDSEL_SPI0_LSB 16 |
| #define RESETS_WDSEL_SPI0_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_RTC |
| // Description : None |
| #define RESETS_WDSEL_RTC_RESET 0x0 |
| #define RESETS_WDSEL_RTC_BITS 0x00008000 |
| #define RESETS_WDSEL_RTC_MSB 15 |
| #define RESETS_WDSEL_RTC_LSB 15 |
| #define RESETS_WDSEL_RTC_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_PWM |
| // Description : None |
| #define RESETS_WDSEL_PWM_RESET 0x0 |
| #define RESETS_WDSEL_PWM_BITS 0x00004000 |
| #define RESETS_WDSEL_PWM_MSB 14 |
| #define RESETS_WDSEL_PWM_LSB 14 |
| #define RESETS_WDSEL_PWM_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_PLL_USB |
| // Description : None |
| #define RESETS_WDSEL_PLL_USB_RESET 0x0 |
| #define RESETS_WDSEL_PLL_USB_BITS 0x00002000 |
| #define RESETS_WDSEL_PLL_USB_MSB 13 |
| #define RESETS_WDSEL_PLL_USB_LSB 13 |
| #define RESETS_WDSEL_PLL_USB_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_PLL_SYS |
| // Description : None |
| #define RESETS_WDSEL_PLL_SYS_RESET 0x0 |
| #define RESETS_WDSEL_PLL_SYS_BITS 0x00001000 |
| #define RESETS_WDSEL_PLL_SYS_MSB 12 |
| #define RESETS_WDSEL_PLL_SYS_LSB 12 |
| #define RESETS_WDSEL_PLL_SYS_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_PIO1 |
| // Description : None |
| #define RESETS_WDSEL_PIO1_RESET 0x0 |
| #define RESETS_WDSEL_PIO1_BITS 0x00000800 |
| #define RESETS_WDSEL_PIO1_MSB 11 |
| #define RESETS_WDSEL_PIO1_LSB 11 |
| #define RESETS_WDSEL_PIO1_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_PIO0 |
| // Description : None |
| #define RESETS_WDSEL_PIO0_RESET 0x0 |
| #define RESETS_WDSEL_PIO0_BITS 0x00000400 |
| #define RESETS_WDSEL_PIO0_MSB 10 |
| #define RESETS_WDSEL_PIO0_LSB 10 |
| #define RESETS_WDSEL_PIO0_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_PADS_QSPI |
| // Description : None |
| #define RESETS_WDSEL_PADS_QSPI_RESET 0x0 |
| #define RESETS_WDSEL_PADS_QSPI_BITS 0x00000200 |
| #define RESETS_WDSEL_PADS_QSPI_MSB 9 |
| #define RESETS_WDSEL_PADS_QSPI_LSB 9 |
| #define RESETS_WDSEL_PADS_QSPI_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_PADS_BANK0 |
| // Description : None |
| #define RESETS_WDSEL_PADS_BANK0_RESET 0x0 |
| #define RESETS_WDSEL_PADS_BANK0_BITS 0x00000100 |
| #define RESETS_WDSEL_PADS_BANK0_MSB 8 |
| #define RESETS_WDSEL_PADS_BANK0_LSB 8 |
| #define RESETS_WDSEL_PADS_BANK0_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_JTAG |
| // Description : None |
| #define RESETS_WDSEL_JTAG_RESET 0x0 |
| #define RESETS_WDSEL_JTAG_BITS 0x00000080 |
| #define RESETS_WDSEL_JTAG_MSB 7 |
| #define RESETS_WDSEL_JTAG_LSB 7 |
| #define RESETS_WDSEL_JTAG_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_IO_QSPI |
| // Description : None |
| #define RESETS_WDSEL_IO_QSPI_RESET 0x0 |
| #define RESETS_WDSEL_IO_QSPI_BITS 0x00000040 |
| #define RESETS_WDSEL_IO_QSPI_MSB 6 |
| #define RESETS_WDSEL_IO_QSPI_LSB 6 |
| #define RESETS_WDSEL_IO_QSPI_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_IO_BANK0 |
| // Description : None |
| #define RESETS_WDSEL_IO_BANK0_RESET 0x0 |
| #define RESETS_WDSEL_IO_BANK0_BITS 0x00000020 |
| #define RESETS_WDSEL_IO_BANK0_MSB 5 |
| #define RESETS_WDSEL_IO_BANK0_LSB 5 |
| #define RESETS_WDSEL_IO_BANK0_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_I2C1 |
| // Description : None |
| #define RESETS_WDSEL_I2C1_RESET 0x0 |
| #define RESETS_WDSEL_I2C1_BITS 0x00000010 |
| #define RESETS_WDSEL_I2C1_MSB 4 |
| #define RESETS_WDSEL_I2C1_LSB 4 |
| #define RESETS_WDSEL_I2C1_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_I2C0 |
| // Description : None |
| #define RESETS_WDSEL_I2C0_RESET 0x0 |
| #define RESETS_WDSEL_I2C0_BITS 0x00000008 |
| #define RESETS_WDSEL_I2C0_MSB 3 |
| #define RESETS_WDSEL_I2C0_LSB 3 |
| #define RESETS_WDSEL_I2C0_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_DMA |
| // Description : None |
| #define RESETS_WDSEL_DMA_RESET 0x0 |
| #define RESETS_WDSEL_DMA_BITS 0x00000004 |
| #define RESETS_WDSEL_DMA_MSB 2 |
| #define RESETS_WDSEL_DMA_LSB 2 |
| #define RESETS_WDSEL_DMA_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_BUSCTRL |
| // Description : None |
| #define RESETS_WDSEL_BUSCTRL_RESET 0x0 |
| #define RESETS_WDSEL_BUSCTRL_BITS 0x00000002 |
| #define RESETS_WDSEL_BUSCTRL_MSB 1 |
| #define RESETS_WDSEL_BUSCTRL_LSB 1 |
| #define RESETS_WDSEL_BUSCTRL_ACCESS "RW" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_WDSEL_ADC |
| // Description : None |
| #define RESETS_WDSEL_ADC_RESET 0x0 |
| #define RESETS_WDSEL_ADC_BITS 0x00000001 |
| #define RESETS_WDSEL_ADC_MSB 0 |
| #define RESETS_WDSEL_ADC_LSB 0 |
| #define RESETS_WDSEL_ADC_ACCESS "RW" |
| // ============================================================================= |
| // Register : RESETS_RESET_DONE |
| // Description : Reset done. If a bit is set then a reset done signal has been |
| // returned by the peripheral. This indicates that the |
| // peripheral's registers are ready to be accessed. |
| #define RESETS_RESET_DONE_OFFSET 0x00000008 |
| #define RESETS_RESET_DONE_BITS 0x01ffffff |
| #define RESETS_RESET_DONE_RESET 0x00000000 |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_USBCTRL |
| // Description : None |
| #define RESETS_RESET_DONE_USBCTRL_RESET 0x0 |
| #define RESETS_RESET_DONE_USBCTRL_BITS 0x01000000 |
| #define RESETS_RESET_DONE_USBCTRL_MSB 24 |
| #define RESETS_RESET_DONE_USBCTRL_LSB 24 |
| #define RESETS_RESET_DONE_USBCTRL_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_UART1 |
| // Description : None |
| #define RESETS_RESET_DONE_UART1_RESET 0x0 |
| #define RESETS_RESET_DONE_UART1_BITS 0x00800000 |
| #define RESETS_RESET_DONE_UART1_MSB 23 |
| #define RESETS_RESET_DONE_UART1_LSB 23 |
| #define RESETS_RESET_DONE_UART1_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_UART0 |
| // Description : None |
| #define RESETS_RESET_DONE_UART0_RESET 0x0 |
| #define RESETS_RESET_DONE_UART0_BITS 0x00400000 |
| #define RESETS_RESET_DONE_UART0_MSB 22 |
| #define RESETS_RESET_DONE_UART0_LSB 22 |
| #define RESETS_RESET_DONE_UART0_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_TIMER |
| // Description : None |
| #define RESETS_RESET_DONE_TIMER_RESET 0x0 |
| #define RESETS_RESET_DONE_TIMER_BITS 0x00200000 |
| #define RESETS_RESET_DONE_TIMER_MSB 21 |
| #define RESETS_RESET_DONE_TIMER_LSB 21 |
| #define RESETS_RESET_DONE_TIMER_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_TBMAN |
| // Description : None |
| #define RESETS_RESET_DONE_TBMAN_RESET 0x0 |
| #define RESETS_RESET_DONE_TBMAN_BITS 0x00100000 |
| #define RESETS_RESET_DONE_TBMAN_MSB 20 |
| #define RESETS_RESET_DONE_TBMAN_LSB 20 |
| #define RESETS_RESET_DONE_TBMAN_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_SYSINFO |
| // Description : None |
| #define RESETS_RESET_DONE_SYSINFO_RESET 0x0 |
| #define RESETS_RESET_DONE_SYSINFO_BITS 0x00080000 |
| #define RESETS_RESET_DONE_SYSINFO_MSB 19 |
| #define RESETS_RESET_DONE_SYSINFO_LSB 19 |
| #define RESETS_RESET_DONE_SYSINFO_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_SYSCFG |
| // Description : None |
| #define RESETS_RESET_DONE_SYSCFG_RESET 0x0 |
| #define RESETS_RESET_DONE_SYSCFG_BITS 0x00040000 |
| #define RESETS_RESET_DONE_SYSCFG_MSB 18 |
| #define RESETS_RESET_DONE_SYSCFG_LSB 18 |
| #define RESETS_RESET_DONE_SYSCFG_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_SPI1 |
| // Description : None |
| #define RESETS_RESET_DONE_SPI1_RESET 0x0 |
| #define RESETS_RESET_DONE_SPI1_BITS 0x00020000 |
| #define RESETS_RESET_DONE_SPI1_MSB 17 |
| #define RESETS_RESET_DONE_SPI1_LSB 17 |
| #define RESETS_RESET_DONE_SPI1_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_SPI0 |
| // Description : None |
| #define RESETS_RESET_DONE_SPI0_RESET 0x0 |
| #define RESETS_RESET_DONE_SPI0_BITS 0x00010000 |
| #define RESETS_RESET_DONE_SPI0_MSB 16 |
| #define RESETS_RESET_DONE_SPI0_LSB 16 |
| #define RESETS_RESET_DONE_SPI0_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_RTC |
| // Description : None |
| #define RESETS_RESET_DONE_RTC_RESET 0x0 |
| #define RESETS_RESET_DONE_RTC_BITS 0x00008000 |
| #define RESETS_RESET_DONE_RTC_MSB 15 |
| #define RESETS_RESET_DONE_RTC_LSB 15 |
| #define RESETS_RESET_DONE_RTC_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_PWM |
| // Description : None |
| #define RESETS_RESET_DONE_PWM_RESET 0x0 |
| #define RESETS_RESET_DONE_PWM_BITS 0x00004000 |
| #define RESETS_RESET_DONE_PWM_MSB 14 |
| #define RESETS_RESET_DONE_PWM_LSB 14 |
| #define RESETS_RESET_DONE_PWM_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_PLL_USB |
| // Description : None |
| #define RESETS_RESET_DONE_PLL_USB_RESET 0x0 |
| #define RESETS_RESET_DONE_PLL_USB_BITS 0x00002000 |
| #define RESETS_RESET_DONE_PLL_USB_MSB 13 |
| #define RESETS_RESET_DONE_PLL_USB_LSB 13 |
| #define RESETS_RESET_DONE_PLL_USB_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_PLL_SYS |
| // Description : None |
| #define RESETS_RESET_DONE_PLL_SYS_RESET 0x0 |
| #define RESETS_RESET_DONE_PLL_SYS_BITS 0x00001000 |
| #define RESETS_RESET_DONE_PLL_SYS_MSB 12 |
| #define RESETS_RESET_DONE_PLL_SYS_LSB 12 |
| #define RESETS_RESET_DONE_PLL_SYS_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_PIO1 |
| // Description : None |
| #define RESETS_RESET_DONE_PIO1_RESET 0x0 |
| #define RESETS_RESET_DONE_PIO1_BITS 0x00000800 |
| #define RESETS_RESET_DONE_PIO1_MSB 11 |
| #define RESETS_RESET_DONE_PIO1_LSB 11 |
| #define RESETS_RESET_DONE_PIO1_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_PIO0 |
| // Description : None |
| #define RESETS_RESET_DONE_PIO0_RESET 0x0 |
| #define RESETS_RESET_DONE_PIO0_BITS 0x00000400 |
| #define RESETS_RESET_DONE_PIO0_MSB 10 |
| #define RESETS_RESET_DONE_PIO0_LSB 10 |
| #define RESETS_RESET_DONE_PIO0_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_PADS_QSPI |
| // Description : None |
| #define RESETS_RESET_DONE_PADS_QSPI_RESET 0x0 |
| #define RESETS_RESET_DONE_PADS_QSPI_BITS 0x00000200 |
| #define RESETS_RESET_DONE_PADS_QSPI_MSB 9 |
| #define RESETS_RESET_DONE_PADS_QSPI_LSB 9 |
| #define RESETS_RESET_DONE_PADS_QSPI_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_PADS_BANK0 |
| // Description : None |
| #define RESETS_RESET_DONE_PADS_BANK0_RESET 0x0 |
| #define RESETS_RESET_DONE_PADS_BANK0_BITS 0x00000100 |
| #define RESETS_RESET_DONE_PADS_BANK0_MSB 8 |
| #define RESETS_RESET_DONE_PADS_BANK0_LSB 8 |
| #define RESETS_RESET_DONE_PADS_BANK0_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_JTAG |
| // Description : None |
| #define RESETS_RESET_DONE_JTAG_RESET 0x0 |
| #define RESETS_RESET_DONE_JTAG_BITS 0x00000080 |
| #define RESETS_RESET_DONE_JTAG_MSB 7 |
| #define RESETS_RESET_DONE_JTAG_LSB 7 |
| #define RESETS_RESET_DONE_JTAG_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_IO_QSPI |
| // Description : None |
| #define RESETS_RESET_DONE_IO_QSPI_RESET 0x0 |
| #define RESETS_RESET_DONE_IO_QSPI_BITS 0x00000040 |
| #define RESETS_RESET_DONE_IO_QSPI_MSB 6 |
| #define RESETS_RESET_DONE_IO_QSPI_LSB 6 |
| #define RESETS_RESET_DONE_IO_QSPI_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_IO_BANK0 |
| // Description : None |
| #define RESETS_RESET_DONE_IO_BANK0_RESET 0x0 |
| #define RESETS_RESET_DONE_IO_BANK0_BITS 0x00000020 |
| #define RESETS_RESET_DONE_IO_BANK0_MSB 5 |
| #define RESETS_RESET_DONE_IO_BANK0_LSB 5 |
| #define RESETS_RESET_DONE_IO_BANK0_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_I2C1 |
| // Description : None |
| #define RESETS_RESET_DONE_I2C1_RESET 0x0 |
| #define RESETS_RESET_DONE_I2C1_BITS 0x00000010 |
| #define RESETS_RESET_DONE_I2C1_MSB 4 |
| #define RESETS_RESET_DONE_I2C1_LSB 4 |
| #define RESETS_RESET_DONE_I2C1_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_I2C0 |
| // Description : None |
| #define RESETS_RESET_DONE_I2C0_RESET 0x0 |
| #define RESETS_RESET_DONE_I2C0_BITS 0x00000008 |
| #define RESETS_RESET_DONE_I2C0_MSB 3 |
| #define RESETS_RESET_DONE_I2C0_LSB 3 |
| #define RESETS_RESET_DONE_I2C0_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_DMA |
| // Description : None |
| #define RESETS_RESET_DONE_DMA_RESET 0x0 |
| #define RESETS_RESET_DONE_DMA_BITS 0x00000004 |
| #define RESETS_RESET_DONE_DMA_MSB 2 |
| #define RESETS_RESET_DONE_DMA_LSB 2 |
| #define RESETS_RESET_DONE_DMA_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_BUSCTRL |
| // Description : None |
| #define RESETS_RESET_DONE_BUSCTRL_RESET 0x0 |
| #define RESETS_RESET_DONE_BUSCTRL_BITS 0x00000002 |
| #define RESETS_RESET_DONE_BUSCTRL_MSB 1 |
| #define RESETS_RESET_DONE_BUSCTRL_LSB 1 |
| #define RESETS_RESET_DONE_BUSCTRL_ACCESS "RO" |
| // ----------------------------------------------------------------------------- |
| // Field : RESETS_RESET_DONE_ADC |
| // Description : None |
| #define RESETS_RESET_DONE_ADC_RESET 0x0 |
| #define RESETS_RESET_DONE_ADC_BITS 0x00000001 |
| #define RESETS_RESET_DONE_ADC_MSB 0 |
| #define RESETS_RESET_DONE_ADC_LSB 0 |
| #define RESETS_RESET_DONE_ADC_ACCESS "RO" |
| // ============================================================================= |
| #endif // HARDWARE_REGS_RESETS_DEFINED |