Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 29) sorted by relevance

12

/Kernel-v10.6.2/portable/ThirdParty/GCC/ATmega/
Dport.c97 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()
163 void wdt_interrupt_reset_enable (const uint8_t value) in wdt_interrupt_reset_enable() argument
177 "r" ((uint8_t) ((value & 0x08 ? _WD_PS3_MASK : 0x00) | in wdt_interrupt_reset_enable()
178 _BV(WDIF) | _BV(WDIE) | _BV(WDE) | (value & 0x07)) ) in wdt_interrupt_reset_enable()
194 "r" ((uint8_t) ((value & 0x08 ? _WD_PS3_MASK : 0x00) | in wdt_interrupt_reset_enable()
195 _BV(WDIF) | _BV(WDIE) | _BV(WDE) | (value & 0x07)) ) in wdt_interrupt_reset_enable()
/Kernel-v10.6.2/portable/IAR/ARM_CA9/
DportASM.s92 ; 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
Dport.c64 …al to configUNIQUE_INTERRUPT_PRIORITIES as the lower the numeric priority value the higher the log…
/Kernel-v10.6.2/portable/RVDS/ARM_CA9/
DportASM.s88 ; 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
Dport.c61 …al to configUNIQUE_INTERRUPT_PRIORITIES as the lower the numeric priority value the higher the log…
/Kernel-v10.6.2/portable/IAR/78K0R/
DISR_Support.h52 MOVW AX, usCriticalNesting ; Save the usCriticalNesting value.
72 POP AX ; Restore usCriticalNesting value.
Dportasm.s26132 ; Set value for the usCriticalNesting.
/Kernel-v10.6.2/portable/IAR/ARM_CA5_No_GIC/
DportASM.s96 ; 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-v10.6.2/portable/GCC/NiosII/
Dport_asm.S76 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-v10.6.2/portable/GCC/CORTUS_APS3/
Dport.c101 counter1->value = counter1->reload; in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/Softune/MB91460/
Dportmacro.h75 …#error configKERNEL_INTERRUPT_PRIORITY (set in FreeRTOSConfig.h) must match the ILM value set in t…
/Kernel-v10.6.2/portable/Softune/MB96340/
Dportmacro.h81 …#error configKERNEL_INTERRUPT_PRIORITY (set in FreeRTOSConfig.h) must match the ILM value set in t…
/Kernel-v10.6.2/portable/WizC/PIC18/
Dportmacro.h268 ; Next the value for ucCriticalNesting used by the \
310 ; Next, the value for ucCriticalNesting used by the \
/Kernel-v10.6.2/portable/MPLAB/PIC24_dsPIC/
Dport.c67 …32 in the following macros needs changing to equal the portINTERRUPT_BITS value, which is ( config…
/Kernel-v10.6.2/portable/IAR/V850ES/
DISR_Support.h84 MOVHI hi1(usCriticalNesting),r0,r1 ; save usCriticalNesting value to stack
100 sld.w 0[ep],r1 ; load usCriticalNesting value from stack
Dportasm.s85113 …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
Dportasm_Fx3.s85122 …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
Dportasm_Hx2.s85113 …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
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT_SRE/
Dport.c53 …al to configUNIQUE_INTERRUPT_PRIORITIES as the lower the numeric priority value the higher the log…
/Kernel-v10.6.2/portable/IAR/AtmelSAM7S64/
Dlib_AT91SAM7S64.h2475 unsigned char value in AT91F_US_SetIrdaFilter() argument
2478 pUSART->US_IF = value; in AT91F_US_SetIrdaFilter()
2592 unsigned char value) // \arg value to be written in the DPR in AT91F_UDP_EpWrite() argument
2594 pUDP->UDP_FDR[endpoint] = value; in AT91F_UDP_EpWrite()
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT/
Dport.c61 …al to configUNIQUE_INTERRUPT_PRIORITIES as the lower the numeric priority value the higher the log…
/Kernel-v10.6.2/portable/GCC/ARM_CA9/
Dport.c62 …al to configUNIQUE_INTERRUPT_PRIORITIES as the lower the numeric priority value the higher the log…
/Kernel-v10.6.2/portable/GCC/ARM_CR5/
Dport.c62 …al to configUNIQUE_INTERRUPT_PRIORITIES as the lower the numeric priority value the higher the log…
/Kernel-v10.6.2/include/
DFreeRTOS.h153 …allocated to the idle task. Refer to the demo project provided for your port for a suitable value.
179 …#error Macro configTICK_TYPE_WIDTH_IN_BITS is defined to incorrect value. See the Configuration s…
/Kernel-v10.6.2/
DHistory.txt249 original UBaseType_t return value.
308 the raw run time counter value, the new function returns the percentage of
343 (configMAX_PRIORITIES - 1) should it be set to a value above that priority.
387 vTaskDelayUntil(), with the addition of returning a value to
466 configISR_STACK_SIZE_WORDS is defined to a non zero value, which causes
488 + Added xTaskCatchUpTicks(), which corrects the tick count value after the
704 + Only fill the stack of a newly created task with a known value if stack
727 value of than than 0 when the system boots. This can be useful for
1132 incorrect value being written to the basepri register. This only effects
1169 returning a value in every possible path through the respective functions.
[all …]

12