Home
last modified time | relevance | path

Searched refs:configMTIMECMP_BASE_ADDRESS (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Kernel/portable/IAR/RISC-V/
A Dport.c49 #ifndef configMTIMECMP_BASE_ADDRESS
101 UBaseType_t const ullMachineTimerCompareRegisterBase = configMTIMECMP_BASE_ADDRESS;
161 #if ( configMTIME_BASE_ADDRESS != 0 ) && ( configMTIMECMP_BASE_ADDRESS != 0 )
217 #if ( ( configMTIME_BASE_ADDRESS != 0 ) && ( configMTIMECMP_BASE_ADDRESS != 0 ) ) in xPortStartScheduler()
A Dportmacro.h180 #define configMTIMECMP_BASE_ADDRESS ( 0 ) macro
187 #define configMTIMECMP_BASE_ADDRESS ( ( configCLINT_BASE_ADDRESS ) + 0x4000UL ) macro
188 #elif !defined( configMTIME_BASE_ADDRESS ) || !defined( configMTIMECMP_BASE_ADDRESS )
/FreeRTOS-Kernel/portable/GCC/RISC-V/
A Dport.c49 #ifndef configMTIMECMP_BASE_ADDRESS
93 UBaseType_t const ullMachineTimerCompareRegisterBase = configMTIMECMP_BASE_ADDRESS;
128 #if ( configMTIME_BASE_ADDRESS != 0 ) && ( configMTIMECMP_BASE_ADDRESS != 0 )
184 #if ( ( configMTIME_BASE_ADDRESS != 0 ) && ( configMTIMECMP_BASE_ADDRESS != 0 ) ) in xPortStartScheduler()
A Dportmacro.h188 #define configMTIMECMP_BASE_ADDRESS ( 0 ) macro
195 #define configMTIMECMP_BASE_ADDRESS ( ( configCLINT_BASE_ADDRESS ) + 0x4000UL ) macro
196 #elif !defined( configMTIME_BASE_ADDRESS ) || !defined( configMTIMECMP_BASE_ADDRESS )
/FreeRTOS-Kernel/
A DHistory.txt116 + Store configMTIMECMP_BASE_ADDRESS in a 64-bit integer for the RISC-V port.

Completed in 13 milliseconds