bcm2835.h (33b689600f43094a9316a1b582f2286d17bc737b) | bcm2835.h (728436956aa172b24a3212295f8b53feb6479f32) |
---|---|
1/* 2 * Copyright (C) 2015 Broadcom Corporation 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License as 6 * published by the Free Software Foundation version 2. 7 * 8 * This program is distributed "as is" WITHOUT ANY WARRANTY of any --- 31 unchanged lines hidden (view full) --- 40#define BCM2835_CLOCK_VEC 24 41#define BCM2835_CLOCK_HSM 25 42#define BCM2835_CLOCK_SDRAM 26 43#define BCM2835_CLOCK_TSENS 27 44#define BCM2835_CLOCK_EMMC 28 45#define BCM2835_CLOCK_PERI_IMAGE 29 46#define BCM2835_CLOCK_PWM 30 47#define BCM2835_CLOCK_PCM 31 | 1/* 2 * Copyright (C) 2015 Broadcom Corporation 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License as 6 * published by the Free Software Foundation version 2. 7 * 8 * This program is distributed "as is" WITHOUT ANY WARRANTY of any --- 31 unchanged lines hidden (view full) --- 40#define BCM2835_CLOCK_VEC 24 41#define BCM2835_CLOCK_HSM 25 42#define BCM2835_CLOCK_SDRAM 26 43#define BCM2835_CLOCK_TSENS 27 44#define BCM2835_CLOCK_EMMC 28 45#define BCM2835_CLOCK_PERI_IMAGE 29 46#define BCM2835_CLOCK_PWM 30 47#define BCM2835_CLOCK_PCM 31 |
48 49#define BCM2835_PLLA_DSI0 32 50#define BCM2835_PLLA_CCP2 33 51#define BCM2835_PLLD_DSI0 34 52#define BCM2835_PLLD_DSI1 35 |
|