![]() |
LPCOpen Platform for LPC18XX/43XX microcontrollers
18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
|
PLL Parameter strucutre.
Definition at line 80 of file clock_18xx_43xx.h.
#include "clock_18xx_43xx.h"
Data Fields | |
| int | ctrl |
| CHIP_CGU_CLKIN_T | srcin |
| int | nsel |
| int | psel |
| int | msel |
| uint32_t | fin |
| uint32_t | fout |
| uint32_t | fcco |
| int ctrl |
Control register value
Definition at line 81 of file clock_18xx_43xx.h.
| uint32_t fcco |
CCO frequency
Definition at line 88 of file clock_18xx_43xx.h.
| uint32_t fin |
Input frequency
Definition at line 86 of file clock_18xx_43xx.h.
| uint32_t fout |
Output frequency
Definition at line 87 of file clock_18xx_43xx.h.
| int msel |
M-Div value
Definition at line 85 of file clock_18xx_43xx.h.
| int nsel |
Pre-Div value
Definition at line 83 of file clock_18xx_43xx.h.
| int psel |
Post-Div Value
Definition at line 84 of file clock_18xx_43xx.h.
| CHIP_CGU_CLKIN_T srcin |
Input clock Source see CHIP_CGU_CLKIN_T
Definition at line 82 of file clock_18xx_43xx.h.
1.8.3.1