| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54606/ |
| D | system_LPC54606.c | 68 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 69 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 148 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54113/ |
| D | system_LPC54113.c | 57 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 58 #define PLL_PDEC_VAL_M (0x3FFUL << PLL_PDEC_VAL_P) 135 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018/ |
| D | system_LPC54S018.c | 57 #define PLL_PDEC_VAL_P (0) /* PDEC is in bits 6:0 */ macro 58 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 138 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018M/ |
| D | system_LPC54S018M.c | 57 #define PLL_PDEC_VAL_P (0) /* PDEC is in bits 6:0 */ macro 58 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 138 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54616/ |
| D | system_LPC54616.c | 66 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 67 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 146 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S016/ |
| D | system_LPC54S016.c | 59 #define PLL_PDEC_VAL_P (0) /* PDEC is in bits 6:0 */ macro 60 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 139 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54628/ |
| D | system_LPC54628.c | 62 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 63 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 142 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54016/ |
| D | system_LPC54016.c | 66 #define PLL_PDEC_VAL_P (0) /* PDEC is in bits 6:0 */ macro 67 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 146 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54018/ |
| D | system_LPC54018.c | 64 #define PLL_PDEC_VAL_P (0) /* PDEC is in bits 6:0 */ macro 65 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 145 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S005/ |
| D | system_LPC54S005.c | 57 #define PLL_PDEC_VAL_P (0) /* PDEC is in bits 6:0 */ macro 58 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 138 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54618/ |
| D | system_LPC54618.c | 64 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 65 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 144 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54114/ |
| D | system_LPC54114_cm0plus.c | 57 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 58 #define PLL_PDEC_VAL_M (0x3FFUL << PLL_PDEC_VAL_P) 135 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| D | system_LPC54114_cm4.c | 57 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 58 #define PLL_PDEC_VAL_M (0x3FFUL << PLL_PDEC_VAL_P) 135 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54607/ |
| D | system_LPC54607.c | 65 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 66 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 145 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54018M/ |
| D | system_LPC54018M.c | 64 #define PLL_PDEC_VAL_P (0) /* PDEC is in bits 6:0 */ macro 65 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 145 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54005/ |
| D | system_LPC54005.c | 64 #define PLL_PDEC_VAL_P (0) /* PDEC is in bits 6:0 */ macro 65 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 145 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC51U68/ |
| D | system_LPC51U68.c | 57 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 58 #define PLL_PDEC_VAL_M (0x3FFUL << PLL_PDEC_VAL_P) 136 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54608/ |
| D | system_LPC54608.c | 64 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 65 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 144 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54605/ |
| D | system_LPC54605.c | 68 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 69 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 148 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54114/drivers/ |
| D | fsl_clock.c | 35 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 36 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 53 #define PLL_PDEC_VAL_SET(value) (((unsigned long)(value) << PLL_PDEC_VAL_P) & PLL_PDEC_VAL_M) 814 return x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P); in pllEncodeP() 843 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54113/drivers/ |
| D | fsl_clock.c | 35 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 36 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 53 #define PLL_PDEC_VAL_SET(value) (((unsigned long)(value) << PLL_PDEC_VAL_P) & PLL_PDEC_VAL_M) 814 return x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P); in pllEncodeP() 843 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC51U68/drivers/ |
| D | fsl_clock.c | 35 #define PLL_PDEC_VAL_P (0U) /* PDEC is in bits 6:0 */ macro 36 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 53 #define PLL_PDEC_VAL_SET(value) (((unsigned long)(value) << PLL_PDEC_VAL_P) & PLL_PDEC_VAL_M) 716 return x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P); in pllEncodeP() 745 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54606/drivers/ |
| D | fsl_clock.c | 34 #define PLL_PDEC_VAL_P (0U) /*!< PDEC is in bits 6:0 */ macro 35 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 64 #define PLL_PDEC_VAL_SET(value) (((unsigned long)(value) << PLL_PDEC_VAL_P) & PLL_PDEC_VAL_M) 1188 return x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P); in pllEncodeP() 1217 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018M/drivers/ |
| D | fsl_clock.c | 34 #define PLL_PDEC_VAL_P (0U) /*!< PDEC is in bits 6:0 */ macro 35 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 68 #define PLL_PDEC_VAL_SET(value) (((unsigned long)(value) << PLL_PDEC_VAL_P) & PLL_PDEC_VAL_M) 1179 return x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P); in pllEncodeP() 1208 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54018/drivers/ |
| D | fsl_clock.c | 34 #define PLL_PDEC_VAL_P (0U) /*!< PDEC is in bits 6:0 */ macro 35 #define PLL_PDEC_VAL_M (0x7FUL << PLL_PDEC_VAL_P) 68 #define PLL_PDEC_VAL_SET(value) (((unsigned long)(value) << PLL_PDEC_VAL_P) & PLL_PDEC_VAL_M) 1179 return x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P); in pllEncodeP() 1208 if ((x & (PLL_PDEC_VAL_M >> PLL_PDEC_VAL_P)) == PDEC) in pllDecodeP()
|