Home
last modified time | relevance | path

Searched refs:function (Results 1 – 23 of 23) sorted by relevance

/SCP-firmware-master/framework/src/
A Dassert.c21 const char *function, in __assert_func() argument
/SCP-firmware-master/module/transport/doc/
A Dtransport.md51 `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 Dmod_bootloader_boot.S22 .type mod_bootloader_boot, %function
/SCP-firmware-master/framework/test/
A Dfwk_test.c42 const char *file, unsigned int line, const char *function) in __assert_fail() argument
45 printf(" Function: %s\n", function); in __assert_fail()
A DCMakeLists.txt83 # 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 Dreadme.txt14 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 Duser_guide.md87 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 Dasm_macros_common.S34 .type \_name, %function
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/portable/GCC/ARM_CA53_64_Rcar/
A DportASM.S192 .type FreeRTOS_SWI_Handler, %function
215 .type vPortRestoreTaskContext, %function
232 .type FreeRTOS_IRQ_Handler, %function
/SCP-firmware-master/arch/arm/armv8-a/include/
A Dasm_macros.S84 .type \label, %function
/SCP-firmware-master/doc/
A Dframework.md135 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 Dcode_style.md280 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 DDoxyfile104 # 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 Dbuild_system.md98 the firmware, such as the init_modules() function in fwk_module.c.
/SCP-firmware-master/module/i2c/doc/
A Dmodule_i2c_architecture.md78 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 Darch_libc.c275 const char *function) in __assert_fail() argument
/SCP-firmware-master/module/scmi_perf/doc/
A Dperf_plugins_handler.md172 | | 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 Dcppcheck_suppress_list.txt18 // 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 DCMakeLists.txt209 function(scp_generate_builtin_module_wrapper builtin)
210 function(${builtin} target)
/SCP-firmware-master/module/apremap/doc/
A Dmodule_apremap_design.md110 space, this function enables the AP Remap register from the MSCP PIK register
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/
A Dtimers.c43 #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 DFreeRTOS.h733 …fined. portCONFIGURE_TIMER_FOR_RUN_TIME_STATS should call a port layer function to setup a periph…
/SCP-firmware-master/
A Dchange_log.md149 - fwk: Remove deprecated function put_event_and_wait

Completed in 44 milliseconds