This commit is contained in:
Markus Fröschle
2012-10-14 19:59:08 +00:00
parent dfadd62504
commit 00b0bd6b48
3 changed files with 6 additions and 16 deletions

View File

@@ -143,8 +143,8 @@ copy_firetos:
/* interrupts */
* (uint32_t *) 0xf0010004 = 0L; /* disable all interrupts */
MCF_EPORT_EPPAR = 0xaaa8; /* all interrupts on falling edge */
* (uint32_t *) 0xf0010004 = 0L; /* disable all interrupts */
MCF_EPORT_EPPAR = 0xaaa8; /* all interrupts on falling edge */
MCF_GPT0_GMS = MCF_GPT_GMS_ICT(1) | /* timer 0 on, video change capture on rising edge */
MCF_GPT_GMS_IEN |