Searched refs:options (Results 1 – 16 of 16) sorted by relevance
/SCP-firmware-master/debugger/src/cli/ |
A D | cli.c | 401 if (options != 0) { in cli_bprintf() 418 if (options != NONE) { in cli_bprintf() 482 if (options != NONE) { in cli_printf() 503 if (options != NONE) { in cli_printf() 763 if (options == NONE) { in cli_format() 774 if (options & CLEAR_DISPLAY) { in cli_format() 788 if (options & RESET_CURSOR) { in cli_format() 803 if (options & CLI_ALL_MASK) { in cli_format() 816 if (options & BOLD) { in cli_format() 831 if (options & UNDERLINE) { in cli_format() [all …]
|
A D | readme.txt | 70 print buffer has. Text style options take up more space still. 75 CLI formatted print options 79 formatting options will not work as intended. (or at all) Basic specifiers
|
/SCP-firmware-master/debugger/include/ |
A D | cli.h | 173 uint32_t cli_bprintf(cli_option_et options, const char *format, ...); 204 uint32_t cli_printf(cli_option_et options, const char *format, ...);
|
/SCP-firmware-master/product/morello/ |
A D | readme.md | 3 ## Build configuration options {#build-configuration}
|
/SCP-firmware-master/product/n1sdp/ |
A D | readme.md | 5 ## Build configuration options {#build-configuration}
|
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/CMSIS/RTOS2/FreeRTOS/Source/ |
A D | cmsis_os2_tiny4scp.c | 417 uint32_t osThreadFlagsWait(uint32_t flags, uint32_t options, uint32_t timeout) in osThreadFlagsWait() argument 429 if ((options & osFlagsNoClear) == osFlagsNoClear) { in osThreadFlagsWait() 446 if ((options & osFlagsWaitAll) == osFlagsWaitAll) { in osThreadFlagsWait()
|
/SCP-firmware-master/doc/ |
A D | cmake_readme.md | 54 The above command accepts a number of options. Execute the command below to get 55 the available options. 85 > and CMake build options. 87 ## Build configuration options 89 build. SCP firmware uses this feature to configure various build options 91 few common options can be configured. 133 ## Modifying build options 165 > and then modify the options as desired. After selecting the options 172 > Build options can subsequently tuned using below command 415 > `cmake` both present the options you may configure by default, and you do not [all …]
|
A D | Doxyfile | 17 # Project related configuration options 427 # Build related configuration options 784 # Configuration options related to the input files 961 # Configuration options related to source browsing 1073 # Configuration options related to the HTML output 1617 # Configuration options related to the LaTeX output 1786 # Configuration options related to the RTF output 1896 # Configuration options related to the XML output 1923 # Configuration options related to the DOCBOOK output 2000 # Configuration options related to the preprocessor [all …]
|
/SCP-firmware-master/product/synquacer/doc/ |
A D | platform_options.md | 5 This documentation describes what options are available and
|
/SCP-firmware-master/product/tc0/doc/ |
A D | variants.md | 43 features, and to show the configurability options, we split the features among
|
/SCP-firmware-master/product/tc0/scp_ramfw/ |
A D | CMakeLists.txt | 15 # SCP_PLATFORM_VARIANT options:
|
/SCP-firmware-master/product/tc2/scp_ramfw/ |
A D | CMakeLists.txt | 14 # SCP_PLATFORM_VARIANT options:
|
/SCP-firmware-master/cmake/ |
A D | SCPPreprocessSource.cmake | 44 # other compiler options, come from properties set on the target by the
|
/SCP-firmware-master/ |
A D | CMakeLists.txt | 17 # determines the default set of configuration options we are given, including 327 # options, we can expose them to the user. 332 # Common build options 381 # Include firmware specific build options
|
A D | change_log.md | 56 - sensor: typedef included to give signed or unsigned value options
|
/SCP-firmware-master/module/mpmm/doc/ |
A D | module_mpmm.md | 34 configuration options:
|
Completed in 17 milliseconds