/FreeRTOS-Kernel/portable/ThirdParty/GCC/ATmega/ |
A D | port.c | 97 void wdt_interrupt_enable( const uint8_t value ) in wdt_interrupt_enable() argument 111 "r" ( ( uint8_t ) ( ( value & 0x08 ? _WD_PS3_MASK : 0x00 ) | in wdt_interrupt_enable() 112 _BV( WDIF ) | _BV( WDIE ) | ( value & 0x07 ) ) ) in wdt_interrupt_enable() 128 "r" ( ( uint8_t ) ( ( value & 0x08 ? _WD_PS3_MASK : 0x00 ) | in wdt_interrupt_enable() 129 _BV( WDIF ) | _BV( WDIE ) | ( value & 0x07 ) ) ) in wdt_interrupt_enable() 164 void wdt_interrupt_reset_enable( const uint8_t value ) in wdt_interrupt_reset_enable() argument 178 "r" ( ( uint8_t ) ( ( value & 0x08 ? _WD_PS3_MASK : 0x00 ) | in wdt_interrupt_reset_enable() 179 _BV( WDIF ) | _BV( WDIE ) | _BV( WDE ) | ( value & 0x07 ) ) ) in wdt_interrupt_reset_enable() 195 "r" ( ( uint8_t ) ( ( value & 0x08 ? _WD_PS3_MASK : 0x00 ) | in wdt_interrupt_reset_enable() 196 _BV( WDIF ) | _BV( WDIE ) | _BV( WDE ) | ( value & 0x07 ) ) ) in wdt_interrupt_reset_enable()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CA9/ |
A D | portASM.s | 92 ; for future use. r1 holds the original ulPortInterruptNesting value for 99 ; Read value from the interrupt acknowledge register, which is stored in r0 104 ; Ensure bit 2 of the stack pointer is clear. r2 holds the bit 2 value for 119 ; Write the value read from ICCIAR to ICCEOIR 131 ; ulPortYieldRequired and r0 the value of ulPortYieldRequired for future
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CA9/ |
A D | portASM.s | 88 ; for future use. r1 holds the original ulPortInterruptNesting value for 95 ; Read value from the interrupt acknowledge register, which is stored in r0 100 ; Ensure bit 2 of the stack pointer is clear. r2 holds the bit 2 value for 116 ; Write the value read from ICCIAR to ICCEOIR 128 ; ulPortYieldRequired and r0 the value of ulPortYieldRequired for future
|
/FreeRTOS-Kernel/portable/CCRH/F1Kx/ |
A D | portasm.s | 88 ; Due to the syntax of the pushsp instruction, using r14 as dummy value 91 ; Get current TCB, the return value is stored in r10 (CCRH compiler) 109 ; Due to the syntax of the popsp instruction, using r14 as dummy value
|
A D | README.md | 27 …when FPU disabled), configMAX_INT_NESTING is `02` as default (Note that a value of `0` is not allo… 28 …4. `configTIMER_PRESCALE`: This value is required in order to correctly configure clock for `CPUCL…
|
/FreeRTOS-Kernel/portable/IAR/78K0R/ |
A D | ISR_Support.h | 65 Save the usCriticalNesting value. 95 Restore usCriticalNesting value.
|
A D | portasm.s26 | 132 ; Set value for the usCriticalNesting.
|
/FreeRTOS-Kernel/portable/IAR/ARM_CA5_No_GIC/ |
A D | portASM.s | 96 ; for future use. r1 holds the original ulPortInterruptNesting value for 103 ; Ensure bit 2 of the stack pointer is clear. r2 holds the bit 2 value for 131 ; ulPortYieldRequired and r0 the value of ulPortYieldRequired for future
|
/FreeRTOS-Kernel/portable/GCC/NiosII/ |
A D | port_asm.S | 76 ldw et, (et) # Load the value of the pxCurrentTCB pointer 87 ldw et, (et) # Load the value of the pxCurrentTCB pointer 88 ldw sp, (et) # Load the stack pointer with the top value of the TCB
|
/FreeRTOS-Kernel/portable/GCC/CORTUS_APS3/ |
A D | port.c | 103 counter1->value = counter1->reload; in prvSetupTimerInterrupt()
|
/FreeRTOS-Kernel/portable/Softune/MB91460/ |
A D | portmacro.h | 75 …#error configKERNEL_INTERRUPT_PRIORITY (set in FreeRTOSConfig.h) must match the ILM value set in t…
|
/FreeRTOS-Kernel/portable/Softune/MB96340/ |
A D | portmacro.h | 81 …#error configKERNEL_INTERRUPT_PRIORITY (set in FreeRTOSConfig.h) must match the ILM value set in t…
|
/FreeRTOS-Kernel/portable/WizC/PIC18/ |
A D | portmacro.h | 268 ; Next the value for ucCriticalNesting used by the \ 310 ; Next, the value for ucCriticalNesting used by the \
|
/FreeRTOS-Kernel/portable/MPLAB/PIC24_dsPIC/ |
A D | port.c | 67 …32 in the following macros needs changing to equal the portINTERRUPT_BITS value, which is ( config…
|
/FreeRTOS-Kernel/portable/IAR/V850ES/ |
A D | ISR_Support.h | 95 save usCriticalNesting value to stack 116 load usCriticalNesting value from stack
|
A D | portasm.s85 | 113 …MOVHI hi1(usCriticalNesting),r0,r1 ; save usCriticalNesting value to stack 125 ; Restores the context of the usCriticalNesting value and general purpose 134 sld.w 0[ep],r1 ; load usCriticalNesting value from stack
|
A D | portasm_Fx3.s85 | 122 …MOVHI hi1(usCriticalNesting),r0,r1 ; save usCriticalNesting value to stack 134 ; Restores the context of the usCriticalNesting value and general purpose 143 sld.w 0[ep],r1 ; load usCriticalNesting value from stack
|
A D | portasm_Hx2.s85 | 113 …MOVHI hi1(usCriticalNesting),r0,r1 ; save usCriticalNesting value to stack 125 ; Restores the context of the usCriticalNesting value and general purpose 134 sld.w 0[ep],r1 ; load usCriticalNesting value from stack
|
/FreeRTOS-Kernel/portable/IAR/AtmelSAM7S64/ |
A D | lib_AT91SAM7S64.h | 2342 unsigned char value ) in AT91F_US_SetIrdaFilter() argument 2344 pUSART->US_IF = value; in AT91F_US_SetIrdaFilter() 2450 unsigned char value ) /* \arg value to be written in the DPR */ in AT91F_UDP_EpWrite() argument 2452 pUDP->UDP_FDR[ endpoint ] = value; in AT91F_UDP_EpWrite()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CR5/ |
A D | port.c | 62 …al to configUNIQUE_INTERRUPT_PRIORITIES as the lower the numeric priority value the higher the log…
|
/FreeRTOS-Kernel/ |
A D | History.txt | 44 + Update the value of queueQUEUE_TYPE_SET to a unique value (5) to allow 553 original UBaseType_t return value. 1520 ensure the alarm value (compare match value) cannot be set to zero when a 1657 returns a value). 1796 mask value. The restore macro now uses the previous mask value. These 2184 with an incorrect value. This has been fixed. 2407 value of -1. 2698 tick count value. 2824 the value used. 3227 value (see the API documentation). [all …]
|
A D | MISRA.md | 27 information. Therefore, there is no need test the return value.
|
/FreeRTOS-Kernel/portable/IAR/ATMega323/ |
A D | portmacro.s90 | 104 in r0, SREG ; Obtain the SREG value so we can disable interrupts...
|
/FreeRTOS-Kernel/portable/IAR/AVR_AVRDx/ |
A D | portmacro.s90 | 99 in r0, SREG ; Obtain the SREG value so we can disable interrupts...
|
/FreeRTOS-Kernel/portable/IAR/AVR_Mega0/ |
A D | portmacro.s90 | 99 in r0, SREG ; Obtain the SREG value so we can disable interrupts...
|