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 RA. */
87 /*-----------------------------------------------------------*/
92 …( ( configCPU_CLOCK_HZ ) / ( configTICK_RATE_HZ ) ); /* Assumes increment won't go over 32-bits. */
96 /* Holds the critical nesting value - deliberately non-zero at start up to
126 /*-----------------------------------------------------------*/
133 …e uint32_t * const ) ( ( configMTIME_BASE_ADDRESS ) + 4UL ); /* 8-byte type so high 32-bit word is… in vPortSetupTimerInterrupt()
148 ullNextTime <<= 32ULL; /* High 4-byte word is 32-bits up. */ in vPortSetupTimerInterrupt()
158 /*-----------------------------------------------------------*/
166 /* Check alignment of the interrupt stack - which is the same as the in xPortStartScheduler()
199 /*-----------------------------------------------------------*/
208 /*-----------------------------------------------------------*/