| /Zephyr-4.3.0/lib/libc/picolibc/ |
| D | assert.c | 12 const char *function, const char *expression) in __assert_func() argument 17 function ? ", function: " : "", function ? function : ""); in __assert_func()
|
| /Zephyr-4.3.0/lib/hash/ |
| D | Kconfig.hash_func | 8 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/ |
| D | terminology.rst | 11 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/ |
| D | Kconfig | 17 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/ |
| D | sh_common.source | 15 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/ |
| D | Kconfig.pca9422 | 5 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.
|
| D | Kconfig.npm6001 | 5 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.
|
| D | Kconfig.npm13xx | 5 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.
|
| D | Kconfig.it8801 | 5 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.
|
| D | Kconfig.max20335 | 5 bool "MAX20335 PMIC multi-function device driver" 10 Enable the Maxim MAX20335 PMIC multi-function device driver
|
| D | Kconfig.nct38xx | 5 bool "Nuvton NCT38xx multi-function device driver" 10 Enable the Nuvoton NCT38xx TCPC multi-function device driver.
|
| D | Kconfig.pf1550 | 5 bool "PF1550 PMIC multi-function device driver" 10 Enable the NXP PF1550 PMIC multi-function device driver
|
| D | Kconfig.ds3231 | 5 bool "DS3231 multi-function device driver" 10 Enable the Maxim DS3231 multi-function device driver
|
| D | Kconfig.npm2100 | 5 bool "nPM2100 PMIC multi-function device driver" 10 Enable the Nordic nPM2100 PMIC multi-function device driver
|
| D | Kconfig.axp192 | 5 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/ |
| D | xcc_stubs.c | 9 __weak int atexit(void (*function)(void)) in atexit() 11 ARG_UNUSED(function); in atexit()
|
| /Zephyr-4.3.0/samples/subsys/llext/modules/ |
| D | Kconfig | 9 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/ |
| D | vl53l1_platform_log.h | 129 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/ |
| D | cy_syslib_ext.S | 24 .type Cy_SysLib_DelayCycles, %function 58 .type Cy_SysLib_EnterCriticalSection, %function 81 .type Cy_SysLib_ExitCriticalSection, %function
|
| /Zephyr-4.3.0/drivers/pinctrl/ |
| D | pinctrl_bflb_bl60x_70x.c | 53 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()
|
| D | pinctrl_bflb_bl61x.c | 94 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/ |
| D | linker.ld | 28 * 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/ |
| D | find_functions.cocci | 8 // 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/ |
| D | mspm0-pinctrl.h | 32 #define MSP_PINMUX(pincm, function) (((pincm - 1) << 0x10) | function) argument
|
| /Zephyr-4.3.0/doc/services/llext/ |
| D | load.rst | 12 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 …]
|