2002-11-20 Marcel Telka <marcel@telka.sk>

* ucb1400.h: Added UCB1400_ADCC_AI_* declarations (suggested by Juraj Fabo).


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@271 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent b165bbbaf8
commit 44a86c48c1

@ -1,3 +1,7 @@
2002-11-20 Marcel Telka <marcel@telka.sk>
* ucb1400.h: Added UCB1400_ADCC_AI_* declarations (suggested by Juraj Fabo).
2002-11-09 Marcel Telka <marcel@telka.sk>
* arm/pxa2x0/dma.h: Added DINT register bits.

@ -2,6 +2,7 @@ Changes in include since version 0.2:
* Changes in PXA2X0 support:
- added DINT register bits
* Added UCB1400_ADCC_AI_* declarations for UCB1400 (suggested by Juraj Fabo)
include-0.2 (2002-11-08):

@ -103,6 +103,15 @@
#define UCB1400_ADCC_VREFB bit(1)
#define UCB1400_ADCC_ASE bit(0)
#define UCB1400_ADCC_AI_TSPX UCB1400_ADCC_AI(0x0)
#define UCB1400_ADCC_AI_TSMX UCB1400_ADCC_AI(0x1)
#define UCB1400_ADCC_AI_TSPY UCB1400_ADCC_AI(0x2)
#define UCB1400_ADCC_AI_TSMY UCB1400_ADCC_AI(0x3)
#define UCB1400_ADCC_AI_AD0 UCB1400_ADCC_AI(0x4)
#define UCB1400_ADCC_AI_AD1 UCB1400_ADCC_AI(0x5)
#define UCB1400_ADCC_AI_AD2 UCB1400_ADCC_AI(0x6)
#define UCB1400_ADCC_AI_AD3 UCB1400_ADCC_AI(0x7)
/* UCB1400_ADC_Data bits - see 12.18 in [1] */
#define UCB1400_ADCD_ADV bit(15)

Loading…
Cancel
Save