|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | scbRegs_t |
| struct | scbRegs_t.mam |
| struct | scbRegs_t.pll |
| struct | scbRegs_t.p |
| struct | scbRegs_t.ext |
Macros | |
| #define | MAMCR_OFF 0 |
| #define | MAMCR_PART 1 |
| #define | MAMCR_FULL 2 |
| #define | MAMTIM_CYCLES (((CCLK) + 19999999) / 20000000) |
| #define | MEMMAP_BBLK 0 |
| #define | MEMMAP_FLASH 1 |
| #define | MEMMAP_SRAM 2 |
| #define | CCLK (FOSC * PLL_MUL) |
| #define | FCCO_MAX (320000000) |
| #define | PLL_DIV (FCCO_MAX / (2 * CCLK)) |
| #define | FCCO (FOSC * PLL_MUL * 2 * PLL_DIV) |
| #define | PLLCON_PLLE (1 << 0) |
| #define | PLLCON_PLLC (1 << 1) |
| #define | PLLCFG_MSEL ((PLL_MUL - 1) << 0) |
| #define | PLLCFG_PSEL ((PLL_DIV - 1) << 5) |
| #define | PLLSTAT_LOCK (1 << 10) |
| #define | VPBDIV_VALUE (PBSD_BITS & 0x03) |
| struct scbRegs_t |
| struct scbRegs_t.mam |
| struct scbRegs_t.pll |
| struct scbRegs_t.p |
| struct scbRegs_t.ext |