Subversion Repositories NaviCtrl

Rev

Rev 41 | Rev 136 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 41 Rev 134
Line 185... Line 185...
185
        WIU_InitStructure.WIU_Line = WIU_Line11;
185
        WIU_InitStructure.WIU_Line = WIU_Line11;
186
        WIU_Init(&WIU_InitStructure);
186
        WIU_Init(&WIU_InitStructure);
187
        // The  EXTIT1_IRQHandler() is called every time the SD-Switch is activated (falling edge)
187
        // The  EXTIT1_IRQHandler() is called every time the SD-Switch is activated (falling edge)
188
        // by inserting an sd-card
188
        // by inserting an sd-card
189
        SCU_WakeUpLineConfig(11);
189
        SCU_WakeUpLineConfig(11);
190
    VIC_Config(EXTIT1_ITLine, VIC_IRQ, 7);
190
    VIC_Config(EXTIT1_ITLine, VIC_IRQ, 15); // lowest priority
191
    VIC_ITCmd(EXTIT1_ITLine, ENABLE);
191
    VIC_ITCmd(EXTIT1_ITLine, ENABLE);
192
}
192
}
Line 193... Line 193...
193
 
193
 
194
void SSC_Deinit(void)
194
void SSC_Deinit(void)