Home
last modified time | relevance | path

Searched refs:code (Results 1 – 22 of 22) sorted by relevance

/SCP-firmware-master/product/synquacer/include/
A Dqspi_api.h20 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 Duser_guide.md79 - 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 Dcode_style.md3 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 Ddeferred_response_architecture.md19 to the HAL API returns with one of the following status code:
99 PENDING : The call returns with the FWK_PENDING status code
A Dcmake_readme.md204 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 DCMakeLists.txt16 # This fairly monstrous block of code actually does a deceptively simple
A Dcode_rules.md4 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 Dbuild_system.md77 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 DDoxyfile226 # 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 Dframework.md89 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 Dscmi_apcore.md41 * 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 Dlicense.md9 - Redistributions of source code must retain the above copyright notice, this
A Dcontributing.md86 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 Duser_guide.md58 - [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 Dchange_log.md347 - 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 Dmod_hsspi.c258 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 Dmodule_mpmm.md33 To use this module the platform code needs to provide the following
/SCP-firmware-master/module/debug/doc/
A Dmodule_dedug_architecture.md114 PENDING : The call returns with the FWK_PENDING status code
/SCP-firmware-master/debugger/src/cli/
A Dreadme.txt11 Contains all code implementing core executable commands for the debug
/SCP-firmware-master/doc/media/
A Dstyle.css143 a.code, a.code:visited {
605 .paramname code {
/SCP-firmware-master/tools/
A Dcppcheck_suppress_list.txt1 // Depending on how the project is compiled, some code
/SCP-firmware-master/module/thermal_mgmt/doc/
A Dthermal_mgmt.md184 This allows separation from Thermal Management common-code to platform-specific

Completed in 24 milliseconds