Searched refs:code (Results 1 – 22 of 22) sorted by relevance
/SCP-firmware-master/product/synquacer/include/ |
A D | qspi_api.h | 20 uint8_t code; member 58 .code = CODE, \ 149 (cmd.code == 0 && cmd.len.code_byte == 0 && cmd.len.addr_byte == 0 && \
|
/SCP-firmware-master/unit_test/ |
A D | user_guide.md | 79 - cmock: CMock and unity source code. 134 Sadly above code is not complete but gives enough idea about how Unity 136 that requires some work before above code can be useful. Please see below: 175 As you can see above, few extra lines been added in the code. 176 The important line here, is the inclusion of module source code 190 Sadly, above code is still incomplete because the function under test 192 which are not available for this unit test code. One way to make 217 Apart from above mocked code, we need to setup few global objects as well 218 the complete code can be found in: 259 code contained within. This will also exclude any other files contained [all …]
|
/SCP-firmware-master/doc/ |
A D | code_style.md | 3 To maintain consistency within the SCP/MCP software source code a series of 10 The source code must use the UTF-8 encoding. Comments, documentation and strings 26 To aid in establishing a uniform style across the code-base, this project uses 28 code has been formatted according to the rules laid down in the .clang-format 29 file, and that deviations occur only where the tool is unable to format code 66 multiple lines of code must be surrounded by braces: 263 Preprocessor `if 0` is preferred for commenting out blocks of code where it is 389 * \details This is an example of a structure for the code style documentation. 404 Python code must be linted with `pylint`.
|
A D | deferred_response_architecture.md | 19 to the HAL API returns with one of the following status code: 99 PENDING : The call returns with the FWK_PENDING status code
|
A D | cmake_readme.md | 204 The above code will include `resource-perms` module in the firmware only if 311 [official tutorial]: https://code.visualstudio.com/docs/remote/containers-tutorial 486 order to programmatically measure and increase code quality, and most of these 512 - `format`: Formats all code 513 - `format-cmake`: Formats all CMake code 514 - `format-yaml`: Formats all YAML code 515 - `format-c`: Formats all C code
|
A D | CMakeLists.txt | 16 # This fairly monstrous block of code actually does a deceptively simple
|
A D | code_rules.md | 4 To maintain consistency within the SCP/MCP software source code and to reduce 159 files must not be directly included in module code, as extended alternatives are 203 appear in the code.
|
A D | build_system.md | 77 from the module source code and the 'lib' directory, if present, is ignored. 208 commit description. If the source code is not under a git repository, the
|
A D | Doxyfile | 226 # uses this value to replace tabs by spaces in code fragments. 407 # useful for C code in case the coding convention dictates that all compound 879 # that contain example code fragments that are included (see the \include 916 # code is scanned, but not when the output code is generated. If lines are added 1016 # If the USE_HTAGS tag is set to YES then the references to source code will 1032 # source code will now point to the output of htags. 1523 # of code that will be used on startup of the MathJax code. See the MathJax site 1760 # code with syntax highlighting in the LaTeX output. 1900 # captures the structure of the code including all documentation. 2010 # in the source code. If set to NO, only conditional compilation will be [all …]
|
A D | framework.md | 89 optionally choose to use standard newlib or newlib-nano (optimized for code 109 A module is a unit of code that performs a well-defined operation, or set of 507 layer. It is therefore architecture-specific code that determines the ultimate 569 that simply return an error code. It is expected that platform-specific code (a 584 It is expected that the firmware-specific module configuration code for the
|
/SCP-firmware-master/module/scmi_apcore/doc/ |
A D | scmi_apcore.md | 41 * See section 4.1.4 of the SCMI specification for status code 58 * See section 4.1.4 of the SCMI specification for status code 85 * See section 4.1.4 of the SCMI specification for status code 129 * See section 4.1.4 of the SCMI specification for status code 146 * See section 4.1.4 of the SCMI specification for status code
|
/SCP-firmware-master/ |
A D | license.md | 9 - Redistributions of source code must retain the above copyright notice, this
|
A D | contributing.md | 86 may deprecated. Code owners would be required to modify their code to support 88 in the code being deprecated and no longer maintained as a part of the master
|
A D | user_guide.md | 58 - [cppcheck] (*1.90*): Required during build process to check the code 61 - [clang-format] (*10.0.0* or later): Automatic code formatter. 112 For code style checks in Python scripts (`pip3` needs to be installed): 120 ## Cloning the SCP-firmware source code 122 The SCP-firmware source code can be cloned from the official GitHub repository: 497 This section provides some guidance for deprecating a platform. The code in
|
A D | change_log.md | 347 - n1sdp: Separated Driver code from mod_n1sdp_sensor.c 573 - Firmware code is organized into modules, where a module fulfills a well- 578 - Processor-agnostic module code enables firmware portability across systems: 586 and module code.
|
/SCP-firmware-master/product/synquacer/module/hsspi/src/ |
A D | mod_hsspi.c | 258 val[cnt++] = SET_RAW_DATA(command->code, get_trp_io(command->io.code_bit)); in set_command_sequence() 494 memory_write(ctx, slave, 0, &command->code, 1); in set_write_command()
|
/SCP-firmware-master/module/mpmm/doc/ |
A D | module_mpmm.md | 33 To use this module the platform code needs to provide the following
|
/SCP-firmware-master/module/debug/doc/ |
A D | module_dedug_architecture.md | 114 PENDING : The call returns with the FWK_PENDING status code
|
/SCP-firmware-master/debugger/src/cli/ |
A D | readme.txt | 11 Contains all code implementing core executable commands for the debug
|
/SCP-firmware-master/doc/media/ |
A D | style.css | 143 a.code, a.code:visited { 605 .paramname code {
|
/SCP-firmware-master/tools/ |
A D | cppcheck_suppress_list.txt | 1 // Depending on how the project is compiled, some code
|
/SCP-firmware-master/module/thermal_mgmt/doc/ |
A D | thermal_mgmt.md | 184 This allows separation from Thermal Management common-code to platform-specific
|
Completed in 24 milliseconds