Searched refs:base (Results 1 – 8 of 8) sorted by relevance
/FreeRTOS-Kernel/portable/MPLAB/PIC32MZ/ |
A D | ISR_Support.h | 39 .macro portSAVE_FPU_REGS offset, base 66 sdc1 $f9, \offset + 72(\base) 67 sdc1 $f8, \offset + 64(\base) 68 sdc1 $f7, \offset + 56(\base) 69 sdc1 $f6, \offset + 48(\base) 70 sdc1 $f5, \offset + 40(\base) 71 sdc1 $f4, \offset + 32(\base) 74 sdc1 $f1, \offset + 8(\base) 75 sdc1 $f0, \offset + 0(\base) 85 ldc1 $f0, \offset + 0(\base) [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_AARCH64_SRE/ |
A D | README.md | 6 registers and allows instructions in the base instruction set to use 64-bit
|
/FreeRTOS-Kernel/portable/GCC/ARM_AARCH64/ |
A D | README.md | 6 registers and allows instructions in the base instruction set to use 64-bit
|
/FreeRTOS-Kernel/portable/ThirdParty/GCC/Xtensa_ESP32/ |
A D | port.c | 230 …const uint32_t base = ( tcb_size + tls_section_alignment - 1 ) & ( ~( tls_section_alignment - 1 ) … in pxPortInitialiseStack() local 231 …ead_local_start - ( ( uint32_t ) &_thread_local_start - ( uint32_t ) &_flash_rodata_start ) - base; in pxPortInitialiseStack()
|
/FreeRTOS-Kernel/ |
A D | README.md | 181 FreeRTOS code base are correct. If your pull request fails to pass the spelling
|
A D | History.txt | 246 base priority of a task. The base priority of a task is the priority that 1997 type, which can be base, mutex, counting semaphore, binary semaphore 2164 more flexibility in how the time base for the run time statistics feature 2649 the SafeRTOS code base. 3321 8MHz base 10, previously it base 16.
|
/FreeRTOS-Kernel/include/ |
A D | FreeRTOS.h | 2692 …nction to setup a peripheral timer/counter that can then be used as the run time counter time base.
|
/FreeRTOS-Kernel/portable/GCC/ARM7_AT91SAM7S/ |
A D | ioat91sam7x256.h | 6363 -Internal SRAM base address 6367 -Internal ROM base address
|
Completed in 49 milliseconds