![]() |
Altera SoCAL
16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
|
Contains fields that indicate the PLL lock status.
Fields are only reset by a cold reset.
Register Layout
Bits | Access | Reset | Description |
---|---|---|---|
[0] | RW | 0x0 | Main PLL Achieved Lock |
[1] | RW | 0x0 | Peripheral PLL Achieved Lock |
[2] | RW | 0x0 | SDRAM PLL Achieved Lock |
[3] | RW | 0x0 | Main PLL Lost Lock |
[4] | RW | 0x0 | Peripheral PLL Lost Lock |
[5] | RW | 0x0 | SDRAM PLL Lost Lock |
[6] | R | Unknown | Main PLL Current Lock Status |
[7] | R | Unknown | Peripheral PLL Current Lock Status |
[8] | R | Unknown | SDRAM PLL Current Lock Status |
[31:9] | ??? | 0x0 | UNDEFINED |
Field : Main PLL Achieved Lock - mainpllachieved | |
If 1, the Main PLL has achieved lock at least once since this bit was cleared. If 0, the Main PLL has not achieved lock since this bit was cleared. Field Access Macros: | |
#define | ALT_CLKMGR_INTER_MAINPLLACHIEVED_LSB 0 |
#define | ALT_CLKMGR_INTER_MAINPLLACHIEVED_MSB 0 |
#define | ALT_CLKMGR_INTER_MAINPLLACHIEVED_WIDTH 1 |
#define | ALT_CLKMGR_INTER_MAINPLLACHIEVED_SET_MSK 0x00000001 |
#define | ALT_CLKMGR_INTER_MAINPLLACHIEVED_CLR_MSK 0xfffffffe |
#define | ALT_CLKMGR_INTER_MAINPLLACHIEVED_RESET 0x0 |
#define | ALT_CLKMGR_INTER_MAINPLLACHIEVED_GET(value) (((value) & 0x00000001) >> 0) |
#define | ALT_CLKMGR_INTER_MAINPLLACHIEVED_SET(value) (((value) << 0) & 0x00000001) |
Field : Peripheral PLL Achieved Lock - perpllachieved | |
If 1, the Peripheral PLL has achieved lock at least once since this bit was cleared. If 0, the Peripheral PLL has not achieved lock since this bit was cleared. Field Access Macros: | |
#define | ALT_CLKMGR_INTER_PERPLLACHIEVED_LSB 1 |
#define | ALT_CLKMGR_INTER_PERPLLACHIEVED_MSB 1 |
#define | ALT_CLKMGR_INTER_PERPLLACHIEVED_WIDTH 1 |
#define | ALT_CLKMGR_INTER_PERPLLACHIEVED_SET_MSK 0x00000002 |
#define | ALT_CLKMGR_INTER_PERPLLACHIEVED_CLR_MSK 0xfffffffd |
#define | ALT_CLKMGR_INTER_PERPLLACHIEVED_RESET 0x0 |
#define | ALT_CLKMGR_INTER_PERPLLACHIEVED_GET(value) (((value) & 0x00000002) >> 1) |
#define | ALT_CLKMGR_INTER_PERPLLACHIEVED_SET(value) (((value) << 1) & 0x00000002) |
Field : SDRAM PLL Achieved Lock - sdrpllachieved | |
If 1, the SDRAM PLL has achieved lock at least once since this bit was cleared. If 0, the SDRAM PLL has not achieved lock since this bit was cleared. Field Access Macros: | |
#define | ALT_CLKMGR_INTER_SDRPLLACHIEVED_LSB 2 |
#define | ALT_CLKMGR_INTER_SDRPLLACHIEVED_MSB 2 |
#define | ALT_CLKMGR_INTER_SDRPLLACHIEVED_WIDTH 1 |
#define | ALT_CLKMGR_INTER_SDRPLLACHIEVED_SET_MSK 0x00000004 |
#define | ALT_CLKMGR_INTER_SDRPLLACHIEVED_CLR_MSK 0xfffffffb |
#define | ALT_CLKMGR_INTER_SDRPLLACHIEVED_RESET 0x0 |
#define | ALT_CLKMGR_INTER_SDRPLLACHIEVED_GET(value) (((value) & 0x00000004) >> 2) |
#define | ALT_CLKMGR_INTER_SDRPLLACHIEVED_SET(value) (((value) << 2) & 0x00000004) |
Field : Main PLL Lost Lock - mainplllost | |
If 1, the Main PLL has lost lock at least once since this bit was cleared. If 0, the Main PLL has not lost lock since this bit was cleared. Field Access Macros: | |
#define | ALT_CLKMGR_INTER_MAINPLLLOST_LSB 3 |
#define | ALT_CLKMGR_INTER_MAINPLLLOST_MSB 3 |
#define | ALT_CLKMGR_INTER_MAINPLLLOST_WIDTH 1 |
#define | ALT_CLKMGR_INTER_MAINPLLLOST_SET_MSK 0x00000008 |
#define | ALT_CLKMGR_INTER_MAINPLLLOST_CLR_MSK 0xfffffff7 |
#define | ALT_CLKMGR_INTER_MAINPLLLOST_RESET 0x0 |
#define | ALT_CLKMGR_INTER_MAINPLLLOST_GET(value) (((value) & 0x00000008) >> 3) |
#define | ALT_CLKMGR_INTER_MAINPLLLOST_SET(value) (((value) << 3) & 0x00000008) |
Field : Peripheral PLL Lost Lock - perplllost | |
If 1, the Peripheral PLL has lost lock at least once since this bit was cleared. If 0, the Peripheral PLL has not lost lock since this bit was cleared. Field Access Macros: | |
#define | ALT_CLKMGR_INTER_PERPLLLOST_LSB 4 |
#define | ALT_CLKMGR_INTER_PERPLLLOST_MSB 4 |
#define | ALT_CLKMGR_INTER_PERPLLLOST_WIDTH 1 |
#define | ALT_CLKMGR_INTER_PERPLLLOST_SET_MSK 0x00000010 |
#define | ALT_CLKMGR_INTER_PERPLLLOST_CLR_MSK 0xffffffef |
#define | ALT_CLKMGR_INTER_PERPLLLOST_RESET 0x0 |
#define | ALT_CLKMGR_INTER_PERPLLLOST_GET(value) (((value) & 0x00000010) >> 4) |
#define | ALT_CLKMGR_INTER_PERPLLLOST_SET(value) (((value) << 4) & 0x00000010) |
Field : SDRAM PLL Lost Lock - sdrplllost | |
If 1, the SDRAM PLL has lost lock at least once since this bit was cleared. If 0, the SDRAM PLL has not lost lock since this bit was cleared. Field Access Macros: | |
#define | ALT_CLKMGR_INTER_SDRPLLLOST_LSB 5 |
#define | ALT_CLKMGR_INTER_SDRPLLLOST_MSB 5 |
#define | ALT_CLKMGR_INTER_SDRPLLLOST_WIDTH 1 |
#define | ALT_CLKMGR_INTER_SDRPLLLOST_SET_MSK 0x00000020 |
#define | ALT_CLKMGR_INTER_SDRPLLLOST_CLR_MSK 0xffffffdf |
#define | ALT_CLKMGR_INTER_SDRPLLLOST_RESET 0x0 |
#define | ALT_CLKMGR_INTER_SDRPLLLOST_GET(value) (((value) & 0x00000020) >> 5) |
#define | ALT_CLKMGR_INTER_SDRPLLLOST_SET(value) (((value) << 5) & 0x00000020) |
Field : Main PLL Current Lock Status - mainplllocked | |
If 1, the Main PLL is currently locked. If 0, the Main PLL is currently not locked. Field Access Macros: | |
#define | ALT_CLKMGR_INTER_MAINPLLLOCKED_LSB 6 |
#define | ALT_CLKMGR_INTER_MAINPLLLOCKED_MSB 6 |
#define | ALT_CLKMGR_INTER_MAINPLLLOCKED_WIDTH 1 |
#define | ALT_CLKMGR_INTER_MAINPLLLOCKED_SET_MSK 0x00000040 |
#define | ALT_CLKMGR_INTER_MAINPLLLOCKED_CLR_MSK 0xffffffbf |
#define | ALT_CLKMGR_INTER_MAINPLLLOCKED_RESET 0x0 |
#define | ALT_CLKMGR_INTER_MAINPLLLOCKED_GET(value) (((value) & 0x00000040) >> 6) |
#define | ALT_CLKMGR_INTER_MAINPLLLOCKED_SET(value) (((value) << 6) & 0x00000040) |
Field : Peripheral PLL Current Lock Status - perplllocked | |
If 1, the Peripheral PLL is currently locked. If 0, the Peripheral PLL is currently not locked. Field Access Macros: | |
#define | ALT_CLKMGR_INTER_PERPLLLOCKED_LSB 7 |
#define | ALT_CLKMGR_INTER_PERPLLLOCKED_MSB 7 |
#define | ALT_CLKMGR_INTER_PERPLLLOCKED_WIDTH 1 |
#define | ALT_CLKMGR_INTER_PERPLLLOCKED_SET_MSK 0x00000080 |
#define | ALT_CLKMGR_INTER_PERPLLLOCKED_CLR_MSK 0xffffff7f |
#define | ALT_CLKMGR_INTER_PERPLLLOCKED_RESET 0x0 |
#define | ALT_CLKMGR_INTER_PERPLLLOCKED_GET(value) (((value) & 0x00000080) >> 7) |
#define | ALT_CLKMGR_INTER_PERPLLLOCKED_SET(value) (((value) << 7) & 0x00000080) |
Field : SDRAM PLL Current Lock Status - sdrplllocked | |
If 1, the SDRAM PLL is currently locked. If 0, the SDRAM PLL is currently not locked. Field Access Macros: | |
#define | ALT_CLKMGR_INTER_SDRPLLLOCKED_LSB 8 |
#define | ALT_CLKMGR_INTER_SDRPLLLOCKED_MSB 8 |
#define | ALT_CLKMGR_INTER_SDRPLLLOCKED_WIDTH 1 |
#define | ALT_CLKMGR_INTER_SDRPLLLOCKED_SET_MSK 0x00000100 |
#define | ALT_CLKMGR_INTER_SDRPLLLOCKED_CLR_MSK 0xfffffeff |
#define | ALT_CLKMGR_INTER_SDRPLLLOCKED_RESET 0x0 |
#define | ALT_CLKMGR_INTER_SDRPLLLOCKED_GET(value) (((value) & 0x00000100) >> 8) |
#define | ALT_CLKMGR_INTER_SDRPLLLOCKED_SET(value) (((value) << 8) & 0x00000100) |
Data Structures | |
struct | ALT_CLKMGR_INTER_s |
Macros | |
#define | ALT_CLKMGR_INTER_OFST 0x8 |
Typedefs | |
typedef struct ALT_CLKMGR_INTER_s | ALT_CLKMGR_INTER_t |
struct ALT_CLKMGR_INTER_s |
WARNING: The C register and register group struct declarations are provided for convenience and illustrative purposes. They should, however, be used with caution as the C language standard provides no guarantees about the alignment or atomicity of device memory accesses. The recommended practice for writing hardware drivers is to use the SoCAL access macros and alt_read_word() and alt_write_word() functions.
The struct declaration for register ALT_CLKMGR_INTER.
Data Fields | ||
---|---|---|
uint32_t | mainpllachieved: 1 | Main PLL Achieved Lock |
uint32_t | perpllachieved: 1 | Peripheral PLL Achieved Lock |
uint32_t | sdrpllachieved: 1 | SDRAM PLL Achieved Lock |
uint32_t | mainplllost: 1 | Main PLL Lost Lock |
uint32_t | perplllost: 1 | Peripheral PLL Lost Lock |
uint32_t | sdrplllost: 1 | SDRAM PLL Lost Lock |
const uint32_t | mainplllocked: 1 | Main PLL Current Lock Status |
const uint32_t | perplllocked: 1 | Peripheral PLL Current Lock Status |
const uint32_t | sdrplllocked: 1 | SDRAM PLL Current Lock Status |
uint32_t | __pad0__: 23 | UNDEFINED |
#define ALT_CLKMGR_INTER_MAINPLLACHIEVED_LSB 0 |
The Least Significant Bit (LSB) position of the ALT_CLKMGR_INTER_MAINPLLACHIEVED register field.
#define ALT_CLKMGR_INTER_MAINPLLACHIEVED_MSB 0 |
The Most Significant Bit (MSB) position of the ALT_CLKMGR_INTER_MAINPLLACHIEVED register field.
#define ALT_CLKMGR_INTER_MAINPLLACHIEVED_WIDTH 1 |
The width in bits of the ALT_CLKMGR_INTER_MAINPLLACHIEVED register field.
#define ALT_CLKMGR_INTER_MAINPLLACHIEVED_SET_MSK 0x00000001 |
The mask used to set the ALT_CLKMGR_INTER_MAINPLLACHIEVED register field value.
#define ALT_CLKMGR_INTER_MAINPLLACHIEVED_CLR_MSK 0xfffffffe |
The mask used to clear the ALT_CLKMGR_INTER_MAINPLLACHIEVED register field value.
#define ALT_CLKMGR_INTER_MAINPLLACHIEVED_RESET 0x0 |
The reset value of the ALT_CLKMGR_INTER_MAINPLLACHIEVED register field.
#define ALT_CLKMGR_INTER_MAINPLLACHIEVED_GET | ( | value | ) | (((value) & 0x00000001) >> 0) |
Extracts the ALT_CLKMGR_INTER_MAINPLLACHIEVED field value from a register.
#define ALT_CLKMGR_INTER_MAINPLLACHIEVED_SET | ( | value | ) | (((value) << 0) & 0x00000001) |
Produces a ALT_CLKMGR_INTER_MAINPLLACHIEVED register field value suitable for setting the register.
#define ALT_CLKMGR_INTER_PERPLLACHIEVED_LSB 1 |
The Least Significant Bit (LSB) position of the ALT_CLKMGR_INTER_PERPLLACHIEVED register field.
#define ALT_CLKMGR_INTER_PERPLLACHIEVED_MSB 1 |
The Most Significant Bit (MSB) position of the ALT_CLKMGR_INTER_PERPLLACHIEVED register field.
#define ALT_CLKMGR_INTER_PERPLLACHIEVED_WIDTH 1 |
The width in bits of the ALT_CLKMGR_INTER_PERPLLACHIEVED register field.
#define ALT_CLKMGR_INTER_PERPLLACHIEVED_SET_MSK 0x00000002 |
The mask used to set the ALT_CLKMGR_INTER_PERPLLACHIEVED register field value.
#define ALT_CLKMGR_INTER_PERPLLACHIEVED_CLR_MSK 0xfffffffd |
The mask used to clear the ALT_CLKMGR_INTER_PERPLLACHIEVED register field value.
#define ALT_CLKMGR_INTER_PERPLLACHIEVED_RESET 0x0 |
The reset value of the ALT_CLKMGR_INTER_PERPLLACHIEVED register field.
#define ALT_CLKMGR_INTER_PERPLLACHIEVED_GET | ( | value | ) | (((value) & 0x00000002) >> 1) |
Extracts the ALT_CLKMGR_INTER_PERPLLACHIEVED field value from a register.
#define ALT_CLKMGR_INTER_PERPLLACHIEVED_SET | ( | value | ) | (((value) << 1) & 0x00000002) |
Produces a ALT_CLKMGR_INTER_PERPLLACHIEVED register field value suitable for setting the register.
#define ALT_CLKMGR_INTER_SDRPLLACHIEVED_LSB 2 |
The Least Significant Bit (LSB) position of the ALT_CLKMGR_INTER_SDRPLLACHIEVED register field.
#define ALT_CLKMGR_INTER_SDRPLLACHIEVED_MSB 2 |
The Most Significant Bit (MSB) position of the ALT_CLKMGR_INTER_SDRPLLACHIEVED register field.
#define ALT_CLKMGR_INTER_SDRPLLACHIEVED_WIDTH 1 |
The width in bits of the ALT_CLKMGR_INTER_SDRPLLACHIEVED register field.
#define ALT_CLKMGR_INTER_SDRPLLACHIEVED_SET_MSK 0x00000004 |
The mask used to set the ALT_CLKMGR_INTER_SDRPLLACHIEVED register field value.
#define ALT_CLKMGR_INTER_SDRPLLACHIEVED_CLR_MSK 0xfffffffb |
The mask used to clear the ALT_CLKMGR_INTER_SDRPLLACHIEVED register field value.
#define ALT_CLKMGR_INTER_SDRPLLACHIEVED_RESET 0x0 |
The reset value of the ALT_CLKMGR_INTER_SDRPLLACHIEVED register field.
#define ALT_CLKMGR_INTER_SDRPLLACHIEVED_GET | ( | value | ) | (((value) & 0x00000004) >> 2) |
Extracts the ALT_CLKMGR_INTER_SDRPLLACHIEVED field value from a register.
#define ALT_CLKMGR_INTER_SDRPLLACHIEVED_SET | ( | value | ) | (((value) << 2) & 0x00000004) |
Produces a ALT_CLKMGR_INTER_SDRPLLACHIEVED register field value suitable for setting the register.
#define ALT_CLKMGR_INTER_MAINPLLLOST_LSB 3 |
The Least Significant Bit (LSB) position of the ALT_CLKMGR_INTER_MAINPLLLOST register field.
#define ALT_CLKMGR_INTER_MAINPLLLOST_MSB 3 |
The Most Significant Bit (MSB) position of the ALT_CLKMGR_INTER_MAINPLLLOST register field.
#define ALT_CLKMGR_INTER_MAINPLLLOST_WIDTH 1 |
The width in bits of the ALT_CLKMGR_INTER_MAINPLLLOST register field.
#define ALT_CLKMGR_INTER_MAINPLLLOST_SET_MSK 0x00000008 |
The mask used to set the ALT_CLKMGR_INTER_MAINPLLLOST register field value.
#define ALT_CLKMGR_INTER_MAINPLLLOST_CLR_MSK 0xfffffff7 |
The mask used to clear the ALT_CLKMGR_INTER_MAINPLLLOST register field value.
#define ALT_CLKMGR_INTER_MAINPLLLOST_RESET 0x0 |
The reset value of the ALT_CLKMGR_INTER_MAINPLLLOST register field.
#define ALT_CLKMGR_INTER_MAINPLLLOST_GET | ( | value | ) | (((value) & 0x00000008) >> 3) |
Extracts the ALT_CLKMGR_INTER_MAINPLLLOST field value from a register.
#define ALT_CLKMGR_INTER_MAINPLLLOST_SET | ( | value | ) | (((value) << 3) & 0x00000008) |
Produces a ALT_CLKMGR_INTER_MAINPLLLOST register field value suitable for setting the register.
#define ALT_CLKMGR_INTER_PERPLLLOST_LSB 4 |
The Least Significant Bit (LSB) position of the ALT_CLKMGR_INTER_PERPLLLOST register field.
#define ALT_CLKMGR_INTER_PERPLLLOST_MSB 4 |
The Most Significant Bit (MSB) position of the ALT_CLKMGR_INTER_PERPLLLOST register field.
#define ALT_CLKMGR_INTER_PERPLLLOST_WIDTH 1 |
The width in bits of the ALT_CLKMGR_INTER_PERPLLLOST register field.
#define ALT_CLKMGR_INTER_PERPLLLOST_SET_MSK 0x00000010 |
The mask used to set the ALT_CLKMGR_INTER_PERPLLLOST register field value.
#define ALT_CLKMGR_INTER_PERPLLLOST_CLR_MSK 0xffffffef |
The mask used to clear the ALT_CLKMGR_INTER_PERPLLLOST register field value.
#define ALT_CLKMGR_INTER_PERPLLLOST_RESET 0x0 |
The reset value of the ALT_CLKMGR_INTER_PERPLLLOST register field.
#define ALT_CLKMGR_INTER_PERPLLLOST_GET | ( | value | ) | (((value) & 0x00000010) >> 4) |
Extracts the ALT_CLKMGR_INTER_PERPLLLOST field value from a register.
#define ALT_CLKMGR_INTER_PERPLLLOST_SET | ( | value | ) | (((value) << 4) & 0x00000010) |
Produces a ALT_CLKMGR_INTER_PERPLLLOST register field value suitable for setting the register.
#define ALT_CLKMGR_INTER_SDRPLLLOST_LSB 5 |
The Least Significant Bit (LSB) position of the ALT_CLKMGR_INTER_SDRPLLLOST register field.
#define ALT_CLKMGR_INTER_SDRPLLLOST_MSB 5 |
The Most Significant Bit (MSB) position of the ALT_CLKMGR_INTER_SDRPLLLOST register field.
#define ALT_CLKMGR_INTER_SDRPLLLOST_WIDTH 1 |
The width in bits of the ALT_CLKMGR_INTER_SDRPLLLOST register field.
#define ALT_CLKMGR_INTER_SDRPLLLOST_SET_MSK 0x00000020 |
The mask used to set the ALT_CLKMGR_INTER_SDRPLLLOST register field value.
#define ALT_CLKMGR_INTER_SDRPLLLOST_CLR_MSK 0xffffffdf |
The mask used to clear the ALT_CLKMGR_INTER_SDRPLLLOST register field value.
#define ALT_CLKMGR_INTER_SDRPLLLOST_RESET 0x0 |
The reset value of the ALT_CLKMGR_INTER_SDRPLLLOST register field.
#define ALT_CLKMGR_INTER_SDRPLLLOST_GET | ( | value | ) | (((value) & 0x00000020) >> 5) |
Extracts the ALT_CLKMGR_INTER_SDRPLLLOST field value from a register.
#define ALT_CLKMGR_INTER_SDRPLLLOST_SET | ( | value | ) | (((value) << 5) & 0x00000020) |
Produces a ALT_CLKMGR_INTER_SDRPLLLOST register field value suitable for setting the register.
#define ALT_CLKMGR_INTER_MAINPLLLOCKED_LSB 6 |
The Least Significant Bit (LSB) position of the ALT_CLKMGR_INTER_MAINPLLLOCKED register field.
#define ALT_CLKMGR_INTER_MAINPLLLOCKED_MSB 6 |
The Most Significant Bit (MSB) position of the ALT_CLKMGR_INTER_MAINPLLLOCKED register field.
#define ALT_CLKMGR_INTER_MAINPLLLOCKED_WIDTH 1 |
The width in bits of the ALT_CLKMGR_INTER_MAINPLLLOCKED register field.
#define ALT_CLKMGR_INTER_MAINPLLLOCKED_SET_MSK 0x00000040 |
The mask used to set the ALT_CLKMGR_INTER_MAINPLLLOCKED register field value.
#define ALT_CLKMGR_INTER_MAINPLLLOCKED_CLR_MSK 0xffffffbf |
The mask used to clear the ALT_CLKMGR_INTER_MAINPLLLOCKED register field value.
#define ALT_CLKMGR_INTER_MAINPLLLOCKED_RESET 0x0 |
The reset value of the ALT_CLKMGR_INTER_MAINPLLLOCKED register field is UNKNOWN.
#define ALT_CLKMGR_INTER_MAINPLLLOCKED_GET | ( | value | ) | (((value) & 0x00000040) >> 6) |
Extracts the ALT_CLKMGR_INTER_MAINPLLLOCKED field value from a register.
#define ALT_CLKMGR_INTER_MAINPLLLOCKED_SET | ( | value | ) | (((value) << 6) & 0x00000040) |
Produces a ALT_CLKMGR_INTER_MAINPLLLOCKED register field value suitable for setting the register.
#define ALT_CLKMGR_INTER_PERPLLLOCKED_LSB 7 |
The Least Significant Bit (LSB) position of the ALT_CLKMGR_INTER_PERPLLLOCKED register field.
#define ALT_CLKMGR_INTER_PERPLLLOCKED_MSB 7 |
The Most Significant Bit (MSB) position of the ALT_CLKMGR_INTER_PERPLLLOCKED register field.
#define ALT_CLKMGR_INTER_PERPLLLOCKED_WIDTH 1 |
The width in bits of the ALT_CLKMGR_INTER_PERPLLLOCKED register field.
#define ALT_CLKMGR_INTER_PERPLLLOCKED_SET_MSK 0x00000080 |
The mask used to set the ALT_CLKMGR_INTER_PERPLLLOCKED register field value.
#define ALT_CLKMGR_INTER_PERPLLLOCKED_CLR_MSK 0xffffff7f |
The mask used to clear the ALT_CLKMGR_INTER_PERPLLLOCKED register field value.
#define ALT_CLKMGR_INTER_PERPLLLOCKED_RESET 0x0 |
The reset value of the ALT_CLKMGR_INTER_PERPLLLOCKED register field is UNKNOWN.
#define ALT_CLKMGR_INTER_PERPLLLOCKED_GET | ( | value | ) | (((value) & 0x00000080) >> 7) |
Extracts the ALT_CLKMGR_INTER_PERPLLLOCKED field value from a register.
#define ALT_CLKMGR_INTER_PERPLLLOCKED_SET | ( | value | ) | (((value) << 7) & 0x00000080) |
Produces a ALT_CLKMGR_INTER_PERPLLLOCKED register field value suitable for setting the register.
#define ALT_CLKMGR_INTER_SDRPLLLOCKED_LSB 8 |
The Least Significant Bit (LSB) position of the ALT_CLKMGR_INTER_SDRPLLLOCKED register field.
#define ALT_CLKMGR_INTER_SDRPLLLOCKED_MSB 8 |
The Most Significant Bit (MSB) position of the ALT_CLKMGR_INTER_SDRPLLLOCKED register field.
#define ALT_CLKMGR_INTER_SDRPLLLOCKED_WIDTH 1 |
The width in bits of the ALT_CLKMGR_INTER_SDRPLLLOCKED register field.
#define ALT_CLKMGR_INTER_SDRPLLLOCKED_SET_MSK 0x00000100 |
The mask used to set the ALT_CLKMGR_INTER_SDRPLLLOCKED register field value.
#define ALT_CLKMGR_INTER_SDRPLLLOCKED_CLR_MSK 0xfffffeff |
The mask used to clear the ALT_CLKMGR_INTER_SDRPLLLOCKED register field value.
#define ALT_CLKMGR_INTER_SDRPLLLOCKED_RESET 0x0 |
The reset value of the ALT_CLKMGR_INTER_SDRPLLLOCKED register field is UNKNOWN.
#define ALT_CLKMGR_INTER_SDRPLLLOCKED_GET | ( | value | ) | (((value) & 0x00000100) >> 8) |
Extracts the ALT_CLKMGR_INTER_SDRPLLLOCKED field value from a register.
#define ALT_CLKMGR_INTER_SDRPLLLOCKED_SET | ( | value | ) | (((value) << 8) & 0x00000100) |
Produces a ALT_CLKMGR_INTER_SDRPLLLOCKED register field value suitable for setting the register.
#define ALT_CLKMGR_INTER_OFST 0x8 |
The byte offset of the ALT_CLKMGR_INTER register from the beginning of the component.
typedef struct ALT_CLKMGR_INTER_s ALT_CLKMGR_INTER_t |
The typedef declaration for register ALT_CLKMGR_INTER.