Home
last modified time | relevance | path

Searched refs:src_type (Results 1 – 5 of 5) sorted by relevance

/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/
Dlib_AT91SAM7X128.h58 … unsigned int src_type, /* \arg activation and sense of activation */ in AT91F_AIC_ConfigureIt() argument
72 pAic->AIC_SMR[ irq_id ] = src_type | priority; in AT91F_AIC_ConfigureIt()
Dlib_AT91SAM7X256.h58 … unsigned int src_type, /* \arg activation and sense of activation */ in AT91F_AIC_ConfigureIt() argument
72 pAic->AIC_SMR[ irq_id ] = src_type | priority; in AT91F_AIC_ConfigureIt()
Dlib_AT91SAM7S64.h2539 … unsigned int src_type, /* \arg activation and sense of activation */ in AT91F_AIC_ConfigureIt() argument
2553 pAic->AIC_SMR[ irq_id ] = src_type | priority; in AT91F_AIC_ConfigureIt()
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dlib_AT91SAM7X256.h58 … unsigned int src_type, /* \arg activation and sense of activation */ in AT91F_AIC_ConfigureIt() argument
72 pAic->AIC_SMR[ irq_id ] = src_type | priority; in AT91F_AIC_ConfigureIt()
DAT91SAM7X256.h2743 #define AT91F_AIC_ConfigureIt( irq_id, priority, src_type, newHandler ) \ argument
2753 AT91C_BASE_AIC->AIC_SMR[ irq_id ] = src_type | priority; \