mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Style: uncrustify kernel files
This commit is contained in:
parent
66a815653b
commit
587a83d647
385 changed files with 4714 additions and 4338 deletions
|
@ -2744,15 +2744,15 @@ typedef struct _AT91S_TDES
|
|||
{ \
|
||||
unsigned int mask; \
|
||||
\
|
||||
mask = 0x1 << irq_id; \
|
||||
mask = 0x1 << irq_id; \
|
||||
/* Disable the interrupt on the interrupt controller */ \
|
||||
AT91C_BASE_AIC->AIC_IDCR = mask; \
|
||||
AT91C_BASE_AIC->AIC_IDCR = mask; \
|
||||
/* Save the interrupt handler routine pointer and the interrupt priority */ \
|
||||
AT91C_BASE_AIC->AIC_SVR[ irq_id ] = ( unsigned int ) newHandler; \
|
||||
/* Store the Source Mode Register */ \
|
||||
AT91C_BASE_AIC->AIC_SMR[ irq_id ] = src_type | priority; \
|
||||
/* Clear the interrupt on the interrupt controller */ \
|
||||
AT91C_BASE_AIC->AIC_ICCR = mask; \
|
||||
AT91C_BASE_AIC->AIC_ICCR = mask; \
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue