Home
last modified time | relevance | path

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

12345678910>>...27

/Zephyr-4.3.0/lib/libc/picolibc/
Dassert.c12 const char *function, const char *expression) in __assert_func() argument
17 function ? ", function: " : "", function ? function : ""); in __assert_func()
/Zephyr-4.3.0/lib/hash/
DKconfig.hash_func8 bool "Hash function support"
15 bool "Daniel J. Bernstein's hash function (djb2)"
18 bool "Murmur3 hash function"
21 prompt "Default system-wide 32-bit hash function"
24 The default system-wide 32-bit hash function is sys_hash32().
37 This is the naive identity hash function. It only works for strings
40 inline function.
/Zephyr-4.3.0/doc/develop/api/
Dterminology.rst11 if executing the function reaches a reschedule point
13 if executing the function can cause the invoking thread to sleep
15 if a parameter to the function can prevent the invoking thread from
18 if the function can be safely called and will have its specified
21 if the function can be safely called before the kernel has been fully
25 if the function may return before the operation it initializes is
26 complete (i.e. function return and operation completion are
30 function
40 The reschedule attribute is used on a function that can reach a
46 The significance of this attribute is that when a rescheduling function
[all …]
/Zephyr-4.3.0/subsys/instrumentation/
DKconfig17 a compiler that supports function instrumentation, and a backend for
30 Enables reconstruction of function call graphs and the observation
75 each function called in the region defined by 'trigger' and 'stopper'
84 The maximum number of times a function can be recursively called
88 string "Default trigger function used to turn on instrumentation"
91 Sets the trigger function. Instrumentation (tracing and profiling) is
92 only turned on when the trigger function is called. The trigger
93 function can be changed at runtime via the 'zaru' CLI tool.
96 string "Default stopper function used to turn off instrumentation"
99 Sets the stopper function. Instrumentation (tracing and profiling) is
[all …]
/Zephyr-4.3.0/tests/bsim/
Dsh_common.source15 function run_in_background(){
19 function wait_for_background_jobs(){
29 function ctrl_c() {
37 function check_program_exists() {
45 function Execute() {
52 function _guess_test_relpath(){
61 function guess_test_relpath(){
68 function guess_test_long_name(){
/Zephyr-4.3.0/drivers/mfd/
DKconfig.pca94225 bool "NXP PCA9422 PMIC multi-function device driver"
10 Enable the NXP PCA9422 PMIC multi-function device driver.
11 This PMIC provides a charger/regulator function via I2C bus.
DKconfig.npm60015 bool "nPM6001 PMIC multi-function device driver"
10 Enable the Nordic nPM6001 PMIC multi-function device driver
17 Multi-function device initialization priority for nPM6001.
DKconfig.npm13xx5 bool "nPM13xx PMIC multi-function device driver"
10 Enable the Nordic nPM13xx PMIC multi-function device driver
17 Multi-function device initialization priority for nPM13xx.
DKconfig.it88015 bool "ITE IT8801 ioexpander multi-function device driver"
10 Enable the ITE IT8801 ioexpander multi-function device driver.
11 This ioexpander provides a GPIO/PWM/Keyboard function via I2C bus.
DKconfig.max203355 bool "MAX20335 PMIC multi-function device driver"
10 Enable the Maxim MAX20335 PMIC multi-function device driver
DKconfig.nct38xx5 bool "Nuvton NCT38xx multi-function device driver"
10 Enable the Nuvoton NCT38xx TCPC multi-function device driver.
DKconfig.pf15505 bool "PF1550 PMIC multi-function device driver"
10 Enable the NXP PF1550 PMIC multi-function device driver
DKconfig.ds32315 bool "DS3231 multi-function device driver"
10 Enable the Maxim DS3231 multi-function device driver
DKconfig.npm21005 bool "nPM2100 PMIC multi-function device driver"
10 Enable the Nordic nPM2100 PMIC multi-function device driver
DKconfig.axp1925 bool "AXP192 PMIC multi-function device driver"
10 Enable the X-Powers AXP192 PMIC multi-function device driver
/Zephyr-4.3.0/arch/xtensa/core/
Dxcc_stubs.c9 __weak int atexit(void (*function)(void)) in atexit()
11 ARG_UNUSED(function); in atexit()
/Zephyr-4.3.0/samples/subsys/llext/modules/
DKconfig9 tristate "Include the hello_world function"
12 This enables building the hello_world function, implemented in
16 If you select 'm', the hello_world function will be built as an llext
17 "module". If you select 'y', the hello_world function will be directly
/Zephyr-4.3.0/drivers/sensor/st/vl53l1x/
Dvl53l1_platform_log.h129 uint32_t function,
146 void VL53L1_set_trace_functions(uint32_t function);
161 #define _LOG_TRACE_PRINT(module, level, function, ...) \ argument
162 VL53L1_trace_print_module_function(module, level, function, ##__VA_ARGS__);
190 #define _LOG_TRACE_PRINT(module, level, function, ...) argument
/Zephyr-4.3.0/soc/infineon/edge/pse84/
Dcy_syslib_ext.S24 .type Cy_SysLib_DelayCycles, %function
58 .type Cy_SysLib_EnterCriticalSection, %function
81 .type Cy_SysLib_ExitCriticalSection, %function
/Zephyr-4.3.0/drivers/pinctrl/
Dpinctrl_bflb_bl60x_70x.c53 uint8_t function; in pinctrl_bflb_init_pin() local
62 function = BFLB_PINMUX_GET_FUN(pin); in pinctrl_bflb_init_pin()
81 function = 10; in pinctrl_bflb_init_pin()
86 function = 11; in pinctrl_bflb_init_pin()
114 cfg |= (function << (is_odd * 16 + 8)); in pinctrl_bflb_init_pin()
Dpinctrl_bflb_bl61x.c94 uint8_t function; in pinctrl_bflb_init_pin() local
100 function = BFLB_PINMUX_GET_FUN(pin); in pinctrl_bflb_init_pin()
119 function = 10; in pinctrl_bflb_init_pin()
123 function = 11; in pinctrl_bflb_init_pin()
149 cfg |= (function << GLB_REG_GPIO_0_FUNC_SEL_POS); in pinctrl_bflb_init_pin()
/Zephyr-4.3.0/include/zephyr/arch/posix/
Dlinker.ld28 * zephyr_linker_sources() Cmake function.
42 * zephyr_linker_sources() Cmake function.
50 * zephyr_linker_sources() Cmake function.
58 * zephyr_linker_sources() Cmake function.
65 * zephyr_linker_sources() Cmake function.
74 * zephyr_linker_sources() Cmake function.
80 * zephyr_linker_sources() Cmake function.
/Zephyr-4.3.0/scripts/coccinelle/
Dfind_functions.cocci8 // declared zephyr functions. It will store each function name in 2
9 // separate dicts: one storing all function having 1+ void* parameter
32 // Insert a function into right dict depending on parameters
60 // Find function declarations
70 // Insert function declaration
80 // Find function implementations and inlines
102 // Insert function implementations and inlines
/Zephyr-4.3.0/include/zephyr/dt-bindings/pinctrl/
Dmspm0-pinctrl.h32 #define MSP_PINMUX(pincm, function) (((pincm - 1) << 0x10) | function) argument
/Zephyr-4.3.0/doc/services/llext/
Dload.rst12 which has a set of function pointers that provide the necessary functionality
14 needed by the :c:func:`llext_load` function. Several loaders are already provided:
26 The extensions are loaded with a call to the :c:func:`llext_load` function,
33 :c:func:`llext_add_domain` function must be called.
39 called after loading but before any function in it can be used; this is typical
46 function, and the functions listed in the ``.fini_array`` section with the
47 :c:func:`llext_teardown` function. These APIs are compatible with
56 function can be used to minimize boilerplate code. This function has a
58 call :c:func:`llext_bringup`, then a user-specified function in the same
65 :c:func:`llext_find_sym` function to get the address of the exported symbol.
[all …]

12345678910>>...27