Lines Matching +full:- +full:v
5 * SPDX-License-Identifier: MIT
29 /*-----------------------------------------------------------
30 * Implementation of functions defined in portable.h for the RISC-V port.
31 *----------------------------------------------------------*/
42 …directly in place of configCLINT_BASE_ADDRESS. See www.FreeRTOS.org/Using-FreeRTOS-on-RISC-V.html"
46 …-mapped mtime register then set configMTIME_BASE_ADDRESS to the mapped address. Otherwise set con…
50 …-mapped mtimecmp register then set configMTIMECMP_BASE_ADDRESS to the mapped address. Otherwise s…
53 /* Let the user override the pre-loading of the initial LR with the address of
95 /*-----------------------------------------------------------*/
100 …( ( configCPU_CLOCK_HZ ) / ( configTICK_RATE_HZ ) ); /* Assumes increment won't go over 32-bits. */
104 /* Holds the critical nesting value - deliberately non-zero at start up to
134 /*-----------------------------------------------------------*/
153 * warnings about code appearing after this function is called - making in prvTaskExitError()
159 /*-----------------------------------------------------------*/
166 …igh = ( uint32_t * ) ( ( configMTIME_BASE_ADDRESS ) + 4UL ); /* 8-byte type so high 32-bit word is… in vPortSetupTimerInterrupt()
181 ullNextTime <<= 32ULL; /* High 4-byte word is 32-bits up. */ in vPortSetupTimerInterrupt()
191 /*-----------------------------------------------------------*/
199 /* Check alignment of the interrupt stack - which is the same as the in xPortStartScheduler()
232 /*-----------------------------------------------------------*/
241 /*-----------------------------------------------------------*/