|
IBL Configuration
|
This structure is used to control the programming of the device PLL. More...
#include <ibl.h>
Data Fields | |
| bool | doEnable |
| Uint32 | prediv |
| Uint32 | mult |
| Uint32 | postdiv |
| Uint32 | pllOutFreqMhz |
This structure is used to control the programming of the device PLL.
The system PLLs are optionally configured
| bool doEnable |
If true the PLL is configured
| Uint32 mult |
The pll multiplier
| Uint32 pllOutFreqMhz |
The resulting output frequency, required for timer setup
| Uint32 postdiv |
The pll post divider
| Uint32 prediv |
The pll pre-divisor
1.7.4