/SCP-firmware-master/framework/src/ |
A D | assert.c | 21 const char *function, in __assert_func() argument
|
/SCP-firmware-master/module/transport/doc/ |
A D | transport.md | 51 `send_message()` function and triggering the interrupt(doorbell in case of MHUs) 52 on the receiver side by calling the `trigger_event()` function in the driver API. 90 `get_message()` function in the driver API. The message is stored in a local 92 then the recipient module is signalled by using `signal_message()` function 188 signalled by using `signal_message()` function from the signal API. The 236 to retrieve the fast channel and provide a function to the driver(that supports 239 the function implemented in the client module(that was previously registered as 240 a callback function for the corresponding fast channel). 289 `mod_transport_firmware_api` and call `transmit()` function. 296 `scmi_send_message()` function. [all …]
|
/SCP-firmware-master/module/bootloader/src/ |
A D | mod_bootloader_boot.S | 22 .type mod_bootloader_boot, %function
|
/SCP-firmware-master/framework/test/ |
A D | fwk_test.c | 42 const char *file, unsigned int line, const char *function) in __assert_fail() argument 45 printf(" Function: %s\n", function); in __assert_fail()
|
A D | CMakeLists.txt | 83 # Some test may need its own implementation of some of the function 133 # CMake internal function enables testing for this directory
|
/SCP-firmware-master/debugger/src/cli/ |
A D | readme.txt | 14 registration function cli_command_register. 27 Header file containing function prototypes and descriptions for cli_fifo.c. 35 Core CLI function definitions. Contains both public and private CLI 36 functions. Private function prototypes and descriptions are also here. 39 CLI enumerated types, structure types, and public function prototypes and 95 If you want to know exactly how strings are parsed, see the function
|
/SCP-firmware-master/unit_test/ |
A D | user_guide.md | 87 Below is the simple implementation of an unit test for the function 185 would not be available for the function call 188 of the function under test. 190 Sadly, above code is still incomplete because the function under test 193 these function available is to use 253 not mock functions which are declared as function pointers in the 299 CMock generates the fwk_run_main_loop mock as a returning function, 301 complains when this function terminates. To work around this, an infinite 302 for loop needs to be appended to the function manual when updating 310 ```utest_``` followed by the function being tested and a pass or fail [all …]
|
/SCP-firmware-master/arch/arm/armv8-a/include/common/ |
A D | asm_macros_common.S | 34 .type \_name, %function
|
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/portable/GCC/ARM_CA53_64_Rcar/ |
A D | portASM.S | 192 .type FreeRTOS_SWI_Handler, %function 215 .type vPortRestoreTaskContext, %function 232 .type FreeRTOS_IRQ_Handler, %function
|
/SCP-firmware-master/arch/arm/armv8-a/include/ |
A D | asm_macros.S | 84 .type \label, %function
|
/SCP-firmware-master/doc/ |
A D | framework.md | 135 and to function without an associated HAL module. 154 provides an API it implements the *process_bind_request* function of the 187 The framework uses the *get_element_table* function pointer to access the table 294 or more function pointers. Modules may declare multiple APIs, each offering 298 the API's declared function pointers pointing to a function within the module. 431 built into. The framework invokes the function that the module provides to 432 satisfy the *init()* function pointer of the framework's module API. During this 438 The framework invokes the function that the module provides to satisfy the 439 *element_init()* function pointer of the framework's module API. This function 497 processing the pending events. Then, it's up to the system to call the function [all …]
|
A D | code_style.md | 280 Prefer functions to function-like macros where possible. Avoid using the 376 * \details This function enables the watchdog. If mod_wdog_set_interval() has
|
A D | Doxyfile | 104 # description of a member or function before the detailed description 507 # documentation blocks found inside the body of a function. If set to NO, these 508 # blocks will be appended to the function's detailed documentation block. 613 # type resolution of all parameters of a function it will reject a match between 614 # the prototype and the implementation of a member function even if there is 747 # in a documented function, or documenting parameters that don't exist or using 987 # function all documented functions referencing it will be listed. 993 # all documented entities called/used by that function will be listed. 1534 # there is already a search function so this one should typically be disabled. 2292 # dependency graph for every global function or class method. [all …]
|
A D | build_system.md | 98 the firmware, such as the init_modules() function in fwk_module.c.
|
/SCP-firmware-master/module/i2c/doc/ |
A D | module_i2c_architecture.md | 78 This function creates and sends the targeted I2C device request event which 91 calling *receive_as_controller* driver function. The event is then sent when
|
/SCP-firmware-master/arch/arm/armv8-a/src/ |
A D | arch_libc.c | 275 const char *function) in __assert_fail() argument
|
/SCP-firmware-master/module/scmi_perf/doc/ |
A D | perf_plugins_handler.md | 172 | | A plugin which implements the `update` function| 184 | | A plugin which implements the `update` function| 193 | | A plugin which implements the `update` function| 201 Each plugin is expected to implement the update() function as specified in the
|
/SCP-firmware-master/tools/ |
A D | cppcheck_suppress_list.txt | 18 // variables should be declared at the beginning of the function. 104 // Variable is passed by reference to function. Cppcheck is unable to check
|
/SCP-firmware-master/module/ |
A D | CMakeLists.txt | 209 function(scp_generate_builtin_module_wrapper builtin) 210 function(${builtin} target)
|
/SCP-firmware-master/module/apremap/doc/ |
A D | module_apremap_design.md | 110 space, this function enables the AP Remap register from the MSCP PIK register
|
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/ |
A D | timers.c | 43 #error configUSE_TIMERS must be set to 1 to make the xTimerPendFunctionCall() function available.
|
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/include/ |
A D | FreeRTOS.h | 733 …fined. portCONFIGURE_TIMER_FOR_RUN_TIME_STATS should call a port layer function to setup a periph…
|
/SCP-firmware-master/ |
A D | change_log.md | 149 - fwk: Remove deprecated function put_event_and_wait
|