123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961 |
- #ifndef __HW_SYS_CTRL_H__
- #define __HW_SYS_CTRL_H__
- #define SYS_CTRL_CLOCK_CTRL 0x400D2000
-
-
-
-
-
- #define SYS_CTRL_CLOCK_STA 0x400D2004
-
-
- #define SYS_CTRL_RCGCGPT 0x400D2008
-
-
-
-
-
-
- #define SYS_CTRL_SCGCGPT 0x400D200C
-
-
-
-
-
-
- #define SYS_CTRL_DCGCGPT 0x400D2010
-
-
-
-
-
- #define SYS_CTRL_SRGPT 0x400D2014
-
- #define SYS_CTRL_RCGCSSI 0x400D2018
-
-
-
-
-
-
- #define SYS_CTRL_SCGCSSI 0x400D201C
-
-
-
-
-
-
- #define SYS_CTRL_DCGCSSI 0x400D2020
-
-
-
-
-
- #define SYS_CTRL_SRSSI 0x400D2024
-
- #define SYS_CTRL_RCGCUART 0x400D2028
-
-
-
-
-
-
- #define SYS_CTRL_SCGCUART 0x400D202C
-
-
-
-
-
-
- #define SYS_CTRL_DCGCUART 0x400D2030
-
-
-
-
-
- #define SYS_CTRL_SRUART 0x400D2034
-
- #define SYS_CTRL_RCGCI2C 0x400D2038
-
-
-
-
-
-
- #define SYS_CTRL_SCGCI2C 0x400D203C
-
-
-
-
-
-
- #define SYS_CTRL_DCGCI2C 0x400D2040
-
-
-
-
-
- #define SYS_CTRL_SRI2C 0x400D2044
-
- #define SYS_CTRL_RCGCSEC 0x400D2048
-
-
-
-
-
-
- #define SYS_CTRL_SCGCSEC 0x400D204C
-
-
-
-
-
-
- #define SYS_CTRL_DCGCSEC 0x400D2050
-
-
-
-
-
-
- #define SYS_CTRL_SRSEC 0x400D2054
-
- #define SYS_CTRL_PMCTL 0x400D2058
-
-
-
-
-
-
- #define SYS_CTRL_SRCRC 0x400D205C
-
- #define SYS_CTRL_PWRDBG 0x400D2074
- #define SYS_CTRL_CLD 0x400D2080
-
- #define SYS_CTRL_IWE 0x400D2094
-
- #define SYS_CTRL_I_MAP 0x400D2098
-
- #define SYS_CTRL_RCGCRFC 0x400D20A8
-
-
-
-
-
-
- #define SYS_CTRL_SCGCRFC 0x400D20AC
-
-
-
-
-
-
- #define SYS_CTRL_DCGCRFC 0x400D20B0
-
-
-
-
-
- #define SYS_CTRL_EMUOVR 0x400D20B4
-
-
-
- #define SYS_CTRL_CLOCK_CTRL_OSC32K_CALDIS \
- 0x02000000
-
-
-
- #define SYS_CTRL_CLOCK_CTRL_OSC32K_CALDIS_M \
- 0x02000000
- #define SYS_CTRL_CLOCK_CTRL_OSC32K_CALDIS_S 25
- #define SYS_CTRL_CLOCK_CTRL_OSC32K \
- 0x01000000
-
-
-
- #define SYS_CTRL_CLOCK_CTRL_OSC32K_M \
- 0x01000000
- #define SYS_CTRL_CLOCK_CTRL_OSC32K_S 24
- #define SYS_CTRL_CLOCK_CTRL_AMP_DET \
- 0x00200000
-
-
-
-
- #define SYS_CTRL_CLOCK_CTRL_AMP_DET_M \
- 0x00200000
- #define SYS_CTRL_CLOCK_CTRL_AMP_DET_S 21
- #define SYS_CTRL_CLOCK_CTRL_OSC_PD \
- 0x00020000
-
-
-
-
- #define SYS_CTRL_CLOCK_CTRL_OSC_PD_M \
- 0x00020000
- #define SYS_CTRL_CLOCK_CTRL_OSC_PD_S 17
- #define SYS_CTRL_CLOCK_CTRL_OSC 0x00010000
-
-
-
- #define SYS_CTRL_CLOCK_CTRL_OSC_M \
- 0x00010000
- #define SYS_CTRL_CLOCK_CTRL_OSC_S 16
- #define SYS_CTRL_CLOCK_CTRL_IO_DIV_M \
- 0x00000700
-
-
-
-
- #define SYS_CTRL_CLOCK_CTRL_IO_DIV_S 8
- #define SYS_CTRL_CLOCK_CTRL_SYS_DIV_M \
- 0x00000007
-
-
-
-
-
- #define SYS_CTRL_CLOCK_CTRL_SYS_DIV_S 0
- #define SYS_CTRL_CLOCK_STA_SYNC_32K \
- 0x04000000
-
-
- #define SYS_CTRL_CLOCK_STA_SYNC_32K_M \
- 0x04000000
- #define SYS_CTRL_CLOCK_STA_SYNC_32K_S 26
- #define SYS_CTRL_CLOCK_STA_OSC32K_CALDIS \
- 0x02000000
-
-
- #define SYS_CTRL_CLOCK_STA_OSC32K_CALDIS_M \
- 0x02000000
- #define SYS_CTRL_CLOCK_STA_OSC32K_CALDIS_S 25
- #define SYS_CTRL_CLOCK_STA_OSC32K \
- 0x01000000
-
-
-
- #define SYS_CTRL_CLOCK_STA_OSC32K_M \
- 0x01000000
- #define SYS_CTRL_CLOCK_STA_OSC32K_S 24
- #define SYS_CTRL_CLOCK_STA_RST_M \
- 0x00C00000
-
-
- #define SYS_CTRL_CLOCK_STA_RST_S 22
- #define SYS_CTRL_CLOCK_STA_SOURCE_CHANGE \
- 0x00100000
-
-
-
-
-
-
- #define SYS_CTRL_CLOCK_STA_SOURCE_CHANGE_M \
- 0x00100000
- #define SYS_CTRL_CLOCK_STA_SOURCE_CHANGE_S 20
- #define SYS_CTRL_CLOCK_STA_XOSC_STB \
- 0x00080000
-
-
-
- #define SYS_CTRL_CLOCK_STA_XOSC_STB_M \
- 0x00080000
- #define SYS_CTRL_CLOCK_STA_XOSC_STB_S 19
- #define SYS_CTRL_CLOCK_STA_HSOSC_STB \
- 0x00040000
-
-
-
- #define SYS_CTRL_CLOCK_STA_HSOSC_STB_M \
- 0x00040000
- #define SYS_CTRL_CLOCK_STA_HSOSC_STB_S 18
- #define SYS_CTRL_CLOCK_STA_OSC_PD \
- 0x00020000
-
-
-
-
- #define SYS_CTRL_CLOCK_STA_OSC_PD_M \
- 0x00020000
- #define SYS_CTRL_CLOCK_STA_OSC_PD_S 17
- #define SYS_CTRL_CLOCK_STA_OSC 0x00010000
-
-
- #define SYS_CTRL_CLOCK_STA_OSC_M \
- 0x00010000
- #define SYS_CTRL_CLOCK_STA_OSC_S 16
- #define SYS_CTRL_CLOCK_STA_IO_DIV_M \
- 0x00000700
-
-
-
-
-
-
- #define SYS_CTRL_CLOCK_STA_IO_DIV_S 8
- #define SYS_CTRL_CLOCK_STA_RTCLK_FREQ_M \
- 0x00000018
-
-
-
-
- #define SYS_CTRL_CLOCK_STA_RTCLK_FREQ_S 3
- #define SYS_CTRL_CLOCK_STA_SYS_DIV_M \
- 0x00000007
-
-
-
-
-
-
- #define SYS_CTRL_CLOCK_STA_SYS_DIV_S 0
- #define SYS_CTRL_RCGCGPT_GPT3 0x00000008
-
- #define SYS_CTRL_RCGCGPT_GPT3_M 0x00000008
- #define SYS_CTRL_RCGCGPT_GPT3_S 3
- #define SYS_CTRL_RCGCGPT_GPT2 0x00000004
-
- #define SYS_CTRL_RCGCGPT_GPT2_M 0x00000004
- #define SYS_CTRL_RCGCGPT_GPT2_S 2
- #define SYS_CTRL_RCGCGPT_GPT1 0x00000002
-
- #define SYS_CTRL_RCGCGPT_GPT1_M 0x00000002
- #define SYS_CTRL_RCGCGPT_GPT1_S 1
- #define SYS_CTRL_RCGCGPT_GPT0 0x00000001
-
- #define SYS_CTRL_RCGCGPT_GPT0_M 0x00000001
- #define SYS_CTRL_RCGCGPT_GPT0_S 0
- #define SYS_CTRL_SCGCGPT_GPT3 0x00000008
-
- #define SYS_CTRL_SCGCGPT_GPT3_M 0x00000008
- #define SYS_CTRL_SCGCGPT_GPT3_S 3
- #define SYS_CTRL_SCGCGPT_GPT2 0x00000004
-
- #define SYS_CTRL_SCGCGPT_GPT2_M 0x00000004
- #define SYS_CTRL_SCGCGPT_GPT2_S 2
- #define SYS_CTRL_SCGCGPT_GPT1 0x00000002
-
- #define SYS_CTRL_SCGCGPT_GPT1_M 0x00000002
- #define SYS_CTRL_SCGCGPT_GPT1_S 1
- #define SYS_CTRL_SCGCGPT_GPT0 0x00000001
-
- #define SYS_CTRL_SCGCGPT_GPT0_M 0x00000001
- #define SYS_CTRL_SCGCGPT_GPT0_S 0
- #define SYS_CTRL_DCGCGPT_GPT3 0x00000008
-
- #define SYS_CTRL_DCGCGPT_GPT3_M 0x00000008
- #define SYS_CTRL_DCGCGPT_GPT3_S 3
- #define SYS_CTRL_DCGCGPT_GPT2 0x00000004
-
- #define SYS_CTRL_DCGCGPT_GPT2_M 0x00000004
- #define SYS_CTRL_DCGCGPT_GPT2_S 2
- #define SYS_CTRL_DCGCGPT_GPT1 0x00000002
-
- #define SYS_CTRL_DCGCGPT_GPT1_M 0x00000002
- #define SYS_CTRL_DCGCGPT_GPT1_S 1
- #define SYS_CTRL_DCGCGPT_GPT0 0x00000001
-
- #define SYS_CTRL_DCGCGPT_GPT0_M 0x00000001
- #define SYS_CTRL_DCGCGPT_GPT0_S 0
- #define SYS_CTRL_SRGPT_GPT3 0x00000008
-
- #define SYS_CTRL_SRGPT_GPT3_M 0x00000008
- #define SYS_CTRL_SRGPT_GPT3_S 3
- #define SYS_CTRL_SRGPT_GPT2 0x00000004
-
- #define SYS_CTRL_SRGPT_GPT2_M 0x00000004
- #define SYS_CTRL_SRGPT_GPT2_S 2
- #define SYS_CTRL_SRGPT_GPT1 0x00000002
-
- #define SYS_CTRL_SRGPT_GPT1_M 0x00000002
- #define SYS_CTRL_SRGPT_GPT1_S 1
- #define SYS_CTRL_SRGPT_GPT0 0x00000001
-
- #define SYS_CTRL_SRGPT_GPT0_M 0x00000001
- #define SYS_CTRL_SRGPT_GPT0_S 0
- #define SYS_CTRL_RCGCSSI_SSI1 0x00000002
-
- #define SYS_CTRL_RCGCSSI_SSI1_M 0x00000002
- #define SYS_CTRL_RCGCSSI_SSI1_S 1
- #define SYS_CTRL_RCGCSSI_SSI0 0x00000001
-
- #define SYS_CTRL_RCGCSSI_SSI0_M 0x00000001
- #define SYS_CTRL_RCGCSSI_SSI0_S 0
- #define SYS_CTRL_SCGCSSI_SSI1 0x00000002
-
- #define SYS_CTRL_SCGCSSI_SSI1_M 0x00000002
- #define SYS_CTRL_SCGCSSI_SSI1_S 1
- #define SYS_CTRL_SCGCSSI_SSI0 0x00000001
-
- #define SYS_CTRL_SCGCSSI_SSI0_M 0x00000001
- #define SYS_CTRL_SCGCSSI_SSI0_S 0
- #define SYS_CTRL_DCGCSSI_SSI1 0x00000002
-
- #define SYS_CTRL_DCGCSSI_SSI1_M 0x00000002
- #define SYS_CTRL_DCGCSSI_SSI1_S 1
- #define SYS_CTRL_DCGCSSI_SSI0 0x00000001
-
- #define SYS_CTRL_DCGCSSI_SSI0_M 0x00000001
- #define SYS_CTRL_DCGCSSI_SSI0_S 0
- #define SYS_CTRL_SRSSI_SSI1 0x00000002
-
- #define SYS_CTRL_SRSSI_SSI1_M 0x00000002
- #define SYS_CTRL_SRSSI_SSI1_S 1
- #define SYS_CTRL_SRSSI_SSI0 0x00000001
-
- #define SYS_CTRL_SRSSI_SSI0_M 0x00000001
- #define SYS_CTRL_SRSSI_SSI0_S 0
- #define SYS_CTRL_RCGCUART_UART1 0x00000002
-
- #define SYS_CTRL_RCGCUART_UART1_M \
- 0x00000002
- #define SYS_CTRL_RCGCUART_UART1_S 1
- #define SYS_CTRL_RCGCUART_UART0 0x00000001
-
- #define SYS_CTRL_RCGCUART_UART0_M \
- 0x00000001
- #define SYS_CTRL_RCGCUART_UART0_S 0
- #define SYS_CTRL_SCGCUART_UART1 0x00000002
-
- #define SYS_CTRL_SCGCUART_UART1_M \
- 0x00000002
- #define SYS_CTRL_SCGCUART_UART1_S 1
- #define SYS_CTRL_SCGCUART_UART0 0x00000001
-
- #define SYS_CTRL_SCGCUART_UART0_M \
- 0x00000001
- #define SYS_CTRL_SCGCUART_UART0_S 0
- #define SYS_CTRL_DCGCUART_UART1 0x00000002
-
- #define SYS_CTRL_DCGCUART_UART1_M \
- 0x00000002
- #define SYS_CTRL_DCGCUART_UART1_S 1
- #define SYS_CTRL_DCGCUART_UART0 0x00000001
-
- #define SYS_CTRL_DCGCUART_UART0_M \
- 0x00000001
- #define SYS_CTRL_DCGCUART_UART0_S 0
- #define SYS_CTRL_SRUART_UART1 0x00000002
-
- #define SYS_CTRL_SRUART_UART1_M 0x00000002
- #define SYS_CTRL_SRUART_UART1_S 1
- #define SYS_CTRL_SRUART_UART0 0x00000001
-
- #define SYS_CTRL_SRUART_UART0_M 0x00000001
- #define SYS_CTRL_SRUART_UART0_S 0
- #define SYS_CTRL_RCGCI2C_I2C0 0x00000001
-
- #define SYS_CTRL_RCGCI2C_I2C0_M 0x00000001
- #define SYS_CTRL_RCGCI2C_I2C0_S 0
- #define SYS_CTRL_SCGCI2C_I2C0 0x00000001
-
- #define SYS_CTRL_SCGCI2C_I2C0_M 0x00000001
- #define SYS_CTRL_SCGCI2C_I2C0_S 0
- #define SYS_CTRL_DCGCI2C_I2C0 0x00000001
-
- #define SYS_CTRL_DCGCI2C_I2C0_M 0x00000001
- #define SYS_CTRL_DCGCI2C_I2C0_S 0
- #define SYS_CTRL_SRI2C_I2C0 0x00000001
-
- #define SYS_CTRL_SRI2C_I2C0_M 0x00000001
- #define SYS_CTRL_SRI2C_I2C0_S 0
- #define SYS_CTRL_RCGCSEC_AES 0x00000002
-
- #define SYS_CTRL_RCGCSEC_AES_M 0x00000002
- #define SYS_CTRL_RCGCSEC_AES_S 1
- #define SYS_CTRL_RCGCSEC_PKA 0x00000001
-
- #define SYS_CTRL_RCGCSEC_PKA_M 0x00000001
- #define SYS_CTRL_RCGCSEC_PKA_S 0
- #define SYS_CTRL_SCGCSEC_AES 0x00000002
-
- #define SYS_CTRL_SCGCSEC_AES_M 0x00000002
- #define SYS_CTRL_SCGCSEC_AES_S 1
- #define SYS_CTRL_SCGCSEC_PKA 0x00000001
-
- #define SYS_CTRL_SCGCSEC_PKA_M 0x00000001
- #define SYS_CTRL_SCGCSEC_PKA_S 0
- #define SYS_CTRL_DCGCSEC_AES 0x00000002
-
- #define SYS_CTRL_DCGCSEC_AES_M 0x00000002
- #define SYS_CTRL_DCGCSEC_AES_S 1
- #define SYS_CTRL_DCGCSEC_PKA 0x00000001
-
- #define SYS_CTRL_DCGCSEC_PKA_M 0x00000001
- #define SYS_CTRL_DCGCSEC_PKA_S 0
- #define SYS_CTRL_SRSEC_AES 0x00000002
-
- #define SYS_CTRL_SRSEC_AES_M 0x00000002
- #define SYS_CTRL_SRSEC_AES_S 1
- #define SYS_CTRL_SRSEC_PKA 0x00000001
-
- #define SYS_CTRL_SRSEC_PKA_M 0x00000001
- #define SYS_CTRL_SRSEC_PKA_S 0
- #define SYS_CTRL_PMCTL_PM_M 0x00000003
-
- #define SYS_CTRL_PMCTL_PM_S 0
- #define SYS_CTRL_SRCRC_CRC_REN_USB \
- 0x00000100
-
-
- #define SYS_CTRL_SRCRC_CRC_REN_USB_M \
- 0x00000100
- #define SYS_CTRL_SRCRC_CRC_REN_USB_S 8
- #define SYS_CTRL_SRCRC_CRC_REN_RF \
- 0x00000001
-
-
- #define SYS_CTRL_SRCRC_CRC_REN_RF_M \
- 0x00000001
- #define SYS_CTRL_SRCRC_CRC_REN_RF_S 0
- #define SYS_CTRL_PWRDBG_FORCE_WARM_RESET \
- 0x00000008
-
-
-
-
- #define SYS_CTRL_PWRDBG_FORCE_WARM_RESET_M \
- 0x00000008
- #define SYS_CTRL_PWRDBG_FORCE_WARM_RESET_S 3
- #define SYS_CTRL_CLD_VALID 0x00000100
-
-
-
-
- #define SYS_CTRL_CLD_VALID_M 0x00000100
- #define SYS_CTRL_CLD_VALID_S 8
- #define SYS_CTRL_CLD_EN 0x00000001
-
-
-
- #define SYS_CTRL_CLD_EN_M 0x00000001
- #define SYS_CTRL_CLD_EN_S 0
- #define SYS_CTRL_IWE_SM_TIMER_IWE \
- 0x00000020
-
-
- #define SYS_CTRL_IWE_SM_TIMER_IWE_M \
- 0x00000020
- #define SYS_CTRL_IWE_SM_TIMER_IWE_S 5
- #define SYS_CTRL_IWE_USB_IWE 0x00000010
-
-
- #define SYS_CTRL_IWE_USB_IWE_M 0x00000010
- #define SYS_CTRL_IWE_USB_IWE_S 4
- #define SYS_CTRL_IWE_PORT_D_IWE 0x00000008
-
-
- #define SYS_CTRL_IWE_PORT_D_IWE_M \
- 0x00000008
- #define SYS_CTRL_IWE_PORT_D_IWE_S 3
- #define SYS_CTRL_IWE_PORT_C_IWE 0x00000004
-
-
- #define SYS_CTRL_IWE_PORT_C_IWE_M \
- 0x00000004
- #define SYS_CTRL_IWE_PORT_C_IWE_S 2
- #define SYS_CTRL_IWE_PORT_B_IWE 0x00000002
-
-
- #define SYS_CTRL_IWE_PORT_B_IWE_M \
- 0x00000002
- #define SYS_CTRL_IWE_PORT_B_IWE_S 1
- #define SYS_CTRL_IWE_PORT_A_IWE 0x00000001
-
-
- #define SYS_CTRL_IWE_PORT_A_IWE_M \
- 0x00000001
- #define SYS_CTRL_IWE_PORT_A_IWE_S 0
- #define SYS_CTRL_I_MAP_ALTMAP 0x00000001
-
-
-
- #define SYS_CTRL_I_MAP_ALTMAP_M 0x00000001
- #define SYS_CTRL_I_MAP_ALTMAP_S 0
- #define SYS_CTRL_RCGCRFC_RFC0 0x00000001
-
- #define SYS_CTRL_RCGCRFC_RFC0_M 0x00000001
- #define SYS_CTRL_RCGCRFC_RFC0_S 0
- #define SYS_CTRL_SCGCRFC_RFC0 0x00000001
-
- #define SYS_CTRL_SCGCRFC_RFC0_M 0x00000001
- #define SYS_CTRL_SCGCRFC_RFC0_S 0
- #define SYS_CTRL_DCGCRFC_RFC0 0x00000001
-
- #define SYS_CTRL_DCGCRFC_RFC0_M 0x00000001
- #define SYS_CTRL_DCGCRFC_RFC0_S 0
- #define SYS_CTRL_EMUOVR_ICEPICK_FORCE_CLOCK_CG \
- 0x00000080
-
-
-
-
-
-
-
-
- #define SYS_CTRL_EMUOVR_ICEPICK_FORCE_CLOCK_CG_M \
- 0x00000080
- #define SYS_CTRL_EMUOVR_ICEPICK_FORCE_CLOCK_CG_S 7
- #define SYS_CTRL_EMUOVR_ICEPICK_FORCE_POWER_CG \
- 0x00000040
-
-
-
-
-
-
-
-
- #define SYS_CTRL_EMUOVR_ICEPICK_FORCE_POWER_CG_M \
- 0x00000040
- #define SYS_CTRL_EMUOVR_ICEPICK_FORCE_POWER_CG_S 6
- #define SYS_CTRL_EMUOVR_ICEPICK_INHIBIT_SLEEP_CG \
- 0x00000020
-
-
-
-
-
-
-
-
- #define SYS_CTRL_EMUOVR_ICEPICK_INHIBIT_SLEEP_CG_M \
- 0x00000020
- #define SYS_CTRL_EMUOVR_ICEPICK_INHIBIT_SLEEP_CG_S 5
- #define SYS_CTRL_EMUOVR_ICEMELTER_WKUP_CG \
- 0x00000010
-
-
-
-
-
-
-
- #define SYS_CTRL_EMUOVR_ICEMELTER_WKUP_CG_M \
- 0x00000010
- #define SYS_CTRL_EMUOVR_ICEMELTER_WKUP_CG_S 4
- #define SYS_CTRL_EMUOVR_ICEPICK_FORCE_CLOCK_PM \
- 0x00000008
-
-
-
-
-
-
-
-
-
- #define SYS_CTRL_EMUOVR_ICEPICK_FORCE_CLOCK_PM_M \
- 0x00000008
- #define SYS_CTRL_EMUOVR_ICEPICK_FORCE_CLOCK_PM_S 3
- #define SYS_CTRL_EMUOVR_ICEPICK_FORCE_POWER_PM \
- 0x00000004
-
-
-
-
-
-
-
-
-
- #define SYS_CTRL_EMUOVR_ICEPICK_FORCE_POWER_PM_M \
- 0x00000004
- #define SYS_CTRL_EMUOVR_ICEPICK_FORCE_POWER_PM_S 2
- #define SYS_CTRL_EMUOVR_ICEPICK_INHIBIT_SLEEP_PM \
- 0x00000002
-
-
-
-
-
-
-
-
-
- #define SYS_CTRL_EMUOVR_ICEPICK_INHIBIT_SLEEP_PM_M \
- 0x00000002
- #define SYS_CTRL_EMUOVR_ICEPICK_INHIBIT_SLEEP_PM_S 1
- #define SYS_CTRL_EMUOVR_ICEMELTER_WKUP_PM \
- 0x00000001
-
-
-
-
-
-
-
-
- #define SYS_CTRL_EMUOVR_ICEMELTER_WKUP_PM_M \
- 0x00000001
- #define SYS_CTRL_EMUOVR_ICEMELTER_WKUP_PM_S 0
- #endif
|