Home
last modified time | relevance | path

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

12345678910>>...19

/Zephyr-Core-3.6.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-Core-3.6.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-Core-3.6.0/tests/bsim/
Dsh_common.source12 function run_in_background(){
16 function wait_for_background_jobs(){
26 function ctrl_c() {
34 function check_program_exists() {
42 function Execute() {
/Zephyr-Core-3.6.0/include/zephyr/arch/posix/
Dlinker.ld27 * zephyr_linker_sources() Cmake function.
37 * zephyr_linker_sources() Cmake function.
45 * zephyr_linker_sources() Cmake function.
53 * zephyr_linker_sources() Cmake function.
61 * zephyr_linker_sources() Cmake function.
70 * zephyr_linker_sources() Cmake function.
76 * zephyr_linker_sources() Cmake function.
/Zephyr-Core-3.6.0/drivers/sensor/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-Core-3.6.0/arch/xtensa/core/
Dxcc_stubs.c9 __weak int atexit(void (*function)(void)) in atexit()
11 ARG_UNUSED(function); in atexit()
/Zephyr-Core-3.6.0/drivers/mfd/
DKconfig.npm13005 bool "nPM1300 PMIC multi-function device driver"
10 Enable the Nordic nPM1300 PMIC multi-function device driver
17 Multi-function device initialization priority for nPM1300.
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.
DKconfig5 bool "Multi-function device (MFD) drivers"
7 Include drivers for multi-function devices
19 Multi-function devices initialization priority.
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.axp1925 bool "AXP192 PMIC multi-function device driver"
10 Enable the X-Powers AXP192 PMIC multi-function device driver
/Zephyr-Core-3.6.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-Core-3.6.0/lib/posix/options/
DKconfig.stropts6 bool "Support for putmsg function"
9 This option provides support for the putmsg function used in message passing.
/Zephyr-Core-3.6.0/share/sysbuild/cmake/modules/
Dnative_simulator_sb_extensions.cmake9 # this function adds an extra build target which will copy the executable produced by
17 function(native_simulator_set_final_executable final_image)
34 # this function sets a `<child_image>` as dependencies of `<final_image>`
37 function(native_simulator_set_child_images final_image child_image)
54 function(native_simulator_set_primary_mcu_index)
/Zephyr-Core-3.6.0/samples/subsys/console/getchar/
DREADME.rst9 This example shows how to use :c:func:`console_getchar` function.
10 Similar to the well-known ANSI C getchar() function,
12 character or blocks waiting for one. Using this function, it should be
15 see key/character codes as returned by the function.
/Zephyr-Core-3.6.0/doc/kernel/services/threads/
Dsystem_threads.rst17 :c:func:`main` function (if one is defined).
25 initialization or executing the application's :c:func:`main` function;
53 Writing a main() function
56 An application-supplied :c:func:`main` function begins executing once
58 to the function.
60 The following code outlines a trivial :c:func:`main` function.
61 The function used by a real application can be as complex as needed.
/Zephyr-Core-3.6.0/include/zephyr/arch/sparc/
Dlinker.ld56 * zephyr_linker_sources() Cmake function.
95 * zephyr_linker_sources() Cmake function.
108 * zephyr_linker_sources() Cmake function.
113 * zephyr_linker_sources() Cmake function.
149 * zephyr_linker_sources() Cmake function.
158 * zephyr_linker_sources() Cmake function.
/Zephyr-Core-3.6.0/doc/hardware/peripherals/
Duart.rst17 function, `uart_poll_in`, is a non-blocking function and returns a character
18 or `-1` when no valid data is available. The writing function,
19 `uart_poll_out`, is a blocking function and the thread waits until the given
35 hardware interrupts to function properly. Using the callbacks for both
/Zephyr-Core-3.6.0/dts/riscv/ite/
Dit8xxx2-pinctrl-map.dtsi10 /* ADC alternate function */
48 /* I2C alternate function */
92 /* I2C alternate function (Mapping pins for IT82XX2) */
112 /* Keyboard alternate function */
234 /* Keyboard sleep function */
314 /* PECI alternate function */
319 /* PWM alternate function */
345 /* SHI alternate function */
359 /* Tachometer alternate function */
373 /* UART alternate function */
[all …]
/Zephyr-Core-3.6.0/cmake/linker/
Dlinker_script_common.cmake5 function(create_system)
17 function(create_region)
40 function(get_parent)
60 function(create_group)
97 function(create_section)
206 function(create_symbol)
228 function(add_region)
243 function(add_group)
264 function(add_section)
314 function(add_symbol)
[all …]
/Zephyr-Core-3.6.0/soc/arm/nordic_nrf/
DKconfig23 Hidden function to indicate that that the soc_secure functions are
106 Specifies how the SystemInit() function should handle the APPROTECT
112 When this option is selected, the SystemInit() function loads the
119 When this option is selected, the SystemInit() function locks
127 When this option is selected, the SystemInit() function does not
138 Specifies how the SystemInit() function should handle the secure
144 When this option is selected, the SystemInit() function loads the
152 When this option is selected, the SystemInit() function locks the
160 When this option is selected, the SystemInit() function does not
/Zephyr-Core-3.6.0/soc/arm/xilinx_zynq7000/common/
Dpinctrl_soc.h401 COND_CODE_1(DT_NODE_HAS_PROP(node_id, function), \
402 (UTIL_CAT(MIO_PIN_SPECIAL_FUNCTION_, DT_STRING_UPPER_TOKEN(node_id, function))), \
409 DT_STRING_UPPER_TOKEN(node_id, function)), \
411 DT_STRING_UPPER_TOKEN(node_id, function)), \
413 DT_STRING_UPPER_TOKEN(node_id, function)), \
425 COND_CODE_1(DT_NODE_HAS_PROP(node_id, function), (MIO_PIN_LX_SEL_MASK), (0U)) | \
433 COND_CODE_1(DT_NODE_HAS_PROP(node_id, function), \
434 (UTIL_CAT(MIO_PIN_FUNCTION_, DT_STRING_UPPER_TOKEN(node_id, function))), (0U)) | \
/Zephyr-Core-3.6.0/doc/services/smf/
Dindex.rst19 A state is represented by three functions, where one function implements the
20 Entry actions, another function implements the Run actions, and the last
21 function implements the Exit actions. The prototype for these functions is as
74 To set the initial state, the ``smf_set_initial`` function should be
78 To transition from one state to another, the ``smf_set_state`` function is
89 To run the state machine, the ``smf_run_state`` function should be called in
91 smf_run_state if it returns a non-zero value. The function has the following
97 To terminate the state machine, the ``smf_terminate`` function should be
98 called. It can be called from the entry, run, or exit action. The function
100 function. The function has the following prototype:
[all …]
/Zephyr-Core-3.6.0/lib/posix/options/getopt/
DKconfig14 for other threads by extending function getopt_state_get in
16 This option enables the following function: getopt.
27 for other threads by extending function getopt_state_get in

12345678910>>...19