Home
last modified time | relevance | path

Searched refs:n (Results 1 – 10 of 10) sorted by relevance

/Kernel-v11.0.1/
DCMakeLists.txt22 …ecified. Please specify a cmake target that defines the include directory for FreeRTOSConfig.h:\n"
23 " add_library(freertos_config INTERFACE)\n"
24 " target_include_directories(freertos_config SYSTEM\n"
25 " INTERFACE\n"
26 " include) # The config file directory\n"
27 " target_compile_definitions(freertos_config\n"
28 " PUBLIC\n"
29 " projCOVERAGE_TEST=0)\n")
31 …ng deprecated 'FREERTOS_CONFIG_FILE_DIRECTORY' - please update your project CMakeLists.txt file:\n"
32 " add_library(freertos_config INTERFACE)\n"
[all …]
Dtasks.c792 size_t n );
2171 size_t n ) in prvSnprintfReturnValueToCharsWritten() argument
2181 else if( iSnprintfReturnValue >= ( int ) n ) in prvSnprintfReturnValueToCharsWritten()
2187 uxCharsWritten = n - 1U; in prvSnprintfReturnValueToCharsWritten()
/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
Dxtensa_intr.c63 xt_exc_handler xt_set_exception_handler( int n, in xt_set_exception_handler() argument
68 if( ( n < 0 ) || ( n >= XCHAL_EXCCAUSE_NUM ) ) in xt_set_exception_handler()
73 old = _xt_exception_table[ n ]; in xt_set_exception_handler()
77 _xt_exception_table[ n ] = f; in xt_set_exception_handler()
81 _xt_exception_table[ n ] = &xt_unhandled_exception; in xt_set_exception_handler()
117 xt_handler xt_set_interrupt_handler( int n, in xt_set_interrupt_handler() argument
124 if( ( n < 0 ) || ( n >= XCHAL_NUM_INTERRUPTS ) ) in xt_set_interrupt_handler()
129 if( Xthal_intlevel[ n ] > XCHAL_EXCM_LEVEL ) in xt_set_interrupt_handler()
134 entry = _xt_interrupt_table + n; in xt_set_interrupt_handler()
145 entry->arg = ( void * ) n; in xt_set_interrupt_handler()
Dxtensa_context.h56 #define ALIGNUP( n, val ) ( ( ( val ) + ( n ) - 1 ) & -( n ) ) argument
68 #define STRUCT_AFIELD( ctype, size, asname, name, n ) asname :.space( size ) *( n ) argument
75 #define STRUCT_AFIELD( ctype, size, asname, name, n ) ctype name[ n ]; argument
Dxtensa_api.h65 extern xt_exc_handler xt_set_exception_handler( int n,
78 extern xt_handler xt_set_interrupt_handler( int n,
Dreadme_xtensa.txt352 -On Sets compiler optimization level n (default -O0).
399 XT_TICK_PER_SEC=n Specifies the frequency of the periodic tick.
401 XT_TIMER_INDEX=n Specifies which timer to use for periodic tick.
/Kernel-v11.0.1/portable/IAR/RISC-V/
Dchip_extensions.cmake7 … "FREERTOS_RISCV_EXTENSION \"${FREERTOS_RISCV_EXTENSION}\" is not set or unsupported.\n"
8 "Please specify it from top-level CMake file (example):\n"
9 … " set(FREERTOS_RISCV_EXTENSION RISCV_MTIME_CLINT_no_extensions CACHE STRING \"\")\n"
10 " or from CMake command line option:\n"
11 " -DFREERTOS_RISCV_EXTENSION=RISCV_MTIME_CLINT_no_extensions\n"
12 "\n"
13 " Available extension options:\n"
14 " ${VALID_CHIP_EXTENSIONS} \n")
/Kernel-v11.0.1/portable/GCC/RISC-V/
Dchip_extensions.cmake10 … "FREERTOS_RISCV_EXTENSION \"${FREERTOS_RISCV_EXTENSION}\" is not set or unsupported.\n"
11 "Please specify it from top-level CMake file (example):\n"
12 … " set(FREERTOS_RISCV_EXTENSION RISCV_MTIME_CLINT_no_extensions CACHE STRING \"\")\n"
13 " or from CMake command line option:\n"
14 " -DFREERTOS_RISCV_EXTENSION=RISCV_MTIME_CLINT_no_extensions\n"
15 "\n"
16 " Available extension options:\n"
17 " ${VALID_CHIP_EXTENSIONS} \n")
/Kernel-v11.0.1/portable/IAR/STR91x/
Dport.c214 static void prvFindFactors( u32 n, in prvFindFactors() argument
223 int32_t err, err_min = n; in prvFindFactors()
225 *a = a0 = ( ( n - 1 ) / 65536ul ) + 1; in prvFindFactors()
226 *b = b0 = n / *a; in prvFindFactors()
230 *b = n / *a; in prvFindFactors()
231 err = ( int32_t ) *a * ( int32_t ) *b - ( int32_t ) n; in prvFindFactors()
236 err = ( int32_t ) *a * ( int32_t ) *b - ( int32_t ) n; in prvFindFactors()
261 uint32_t n = configCPU_PERIPH_HZ / configTICK_RATE_HZ, b; in prvSetupTimerInterrupt() local
269 prvFindFactors( n, &a, &b ); in prvSetupTimerInterrupt()
304 static void prvFindFactors( u32 n, in prvFindFactors() argument
[all …]
/Kernel-v11.0.1/portable/IAR/AVR32_UC3/
Dexception.s8241 https://www.microchip.com \n