/Kernel-v11.1.0/portable/ThirdParty/GCC/ATmega/ |
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()
|
/Kernel-v11.1.0/portable/IAR/ARM_CA9/ |
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
|
/Kernel-v11.1.0/portable/RVDS/ARM_CA9/ |
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
|
/Kernel-v11.1.0/portable/IAR/78K0R/ |
D | ISR_Support.h | 65 Save the usCriticalNesting value. 95 Restore usCriticalNesting value.
|
D | portasm.s26 | 132 ; Set value for the usCriticalNesting.
|
/Kernel-v11.1.0/portable/IAR/ARM_CA5_No_GIC/ |
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
|
/Kernel-v11.1.0/portable/GCC/NiosII/ |
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
|
/Kernel-v11.1.0/portable/GCC/CORTUS_APS3/ |
D | port.c | 103 counter1->value = counter1->reload; in prvSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/Softune/MB91460/ |
D | portmacro.h | 75 …#error configKERNEL_INTERRUPT_PRIORITY (set in FreeRTOSConfig.h) must match the ILM value set in t…
|
/Kernel-v11.1.0/portable/Softune/MB96340/ |
D | portmacro.h | 81 …#error configKERNEL_INTERRUPT_PRIORITY (set in FreeRTOSConfig.h) must match the ILM value set in t…
|
/Kernel-v11.1.0/portable/WizC/PIC18/ |
D | portmacro.h | 268 ; Next the value for ucCriticalNesting used by the \ 310 ; Next, the value for ucCriticalNesting used by the \
|
/Kernel-v11.1.0/portable/MPLAB/PIC24_dsPIC/ |
D | port.c | 67 …32 in the following macros needs changing to equal the portINTERRUPT_BITS value, which is ( config…
|
/Kernel-v11.1.0/portable/IAR/V850ES/ |
D | ISR_Support.h | 95 save usCriticalNesting value to stack 116 load usCriticalNesting value from stack
|
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
|
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
|
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
|
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/ |
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()
|
/Kernel-v11.1.0/portable/GCC/ARM_CR5/ |
D | port.c | 62 …al to configUNIQUE_INTERRUPT_PRIORITIES as the lower the numeric priority value the higher the log…
|
/Kernel-v11.1.0/ |
D | History.txt | 418 original UBaseType_t return value. 477 the raw run time counter value, the new function returns the percentage of 512 (configMAX_PRIORITIES - 1) should it be set to a value above that priority. 556 vTaskDelayUntil(), with the addition of returning a value to 635 configISR_STACK_SIZE_WORDS is defined to a non zero value, which causes 657 + Added xTaskCatchUpTicks(), which corrects the tick count value after the 873 + Only fill the stack of a newly created task with a known value if stack 896 value of than than 0 when the system boots. This can be useful for 1301 incorrect value being written to the basepri register. This only effects 1338 returning a value in every possible path through the respective functions. [all …]
|
D | MISRA.md | 27 information. Therefore, there is no need test the return value.
|
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | readme_xtensa.txt | 234 to a nonzero value either in xtensa_config.h or on the compiler's command 357 -Dmacro Define a preprocessor macro with no value. 358 -Dmacro=value Define a preprocessor macro with a value. 689 a value of zero in register a2 must spill any unsaved registers
|
/Kernel-v11.1.0/portable/IAR/ATMega323/ |
D | portmacro.s90 | 104 in r0, SREG ; Obtain the SREG value so we can disable interrupts...
|
/Kernel-v11.1.0/portable/IAR/AVR_AVRDx/ |
D | portmacro.s90 | 99 in r0, SREG ; Obtain the SREG value so we can disable interrupts...
|
/Kernel-v11.1.0/portable/IAR/AVR_Mega0/ |
D | portmacro.s90 | 99 in r0, SREG ; Obtain the SREG value so we can disable interrupts...
|
/Kernel-v11.1.0/include/ |
D | FreeRTOS.h | 162 …allocated to the idle task. Refer to the demo project provided for your port for a suitable value. 194 …#error Macro configTICK_TYPE_WIDTH_IN_BITS is defined to incorrect value. See the Configuration s…
|