Home
last modified time | relevance | path

Searched full:function (Results 1 – 25 of 2570) sorted by relevance

12345678910>>...103

/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
Dsoc.h24 #define IOCON_PIO_DIGITAL_EN 0x0100u /*!<@brief Enables digital function */
25 #define IOCON_PIO_FUNC0 0x00u /*!<@brief Selects pin function 0 */
26 #define IOCON_PIO_FUNC1 0x01u /*!<@brief Selects pin function 1 */
27 #define IOCON_PIO_FUNC2 0x02u /*!<@brief Selects pin function 2 */
28 #define IOCON_PIO_FUNC4 0x04u /*!<@brief Selects pin function 4 */
29 #define IOCON_PIO_FUNC5 0x05u /*!<@brief Selects pin function 5 */
30 #define IOCON_PIO_FUNC6 0x06u /*!<@brief Selects pin function 6 */
31 #define IOCON_PIO_FUNC7 0x07u /*!<@brief Selects pin function 7 */
32 #define IOCON_PIO_FUNC9 0x09u /*!<@brief Selects pin function 9 */
33 #define IOCON_PIO_FUNC10 0x0Au /*!<@brief Selects pin function 10 */
[all …]
/Zephyr-latest/arch/arm/include/cortex_m/
Dtz_ns.h26 * @brief Macro for "sandwiching" a function call (@p name) between two other
31 * This macro creates the function body of an "outer" function which behaves
32 * exactly like the wrapped function (@p name), except that the preface function
33 * is called before, and the postface function afterwards.
35 * @param preface The function to call first. Must have no parameters and no
37 * @param name The main function, i.e. the function to wrap. This function
40 * @param postface The function to call last. Must have no parameters and no
51 ".global "#preface"; .type "#preface", %function"); \
53 ".global "#name"; .type "#name", %function"); \
55 ".global "#postface"; .type "#postface", %function"); \
[all …]
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/
Dsoc.h32 /*!<@brief Selects pin function 0 */
34 /*!<@brief Selects pin function 1 */
36 /*!<@brief Selects pin function 2 */
38 /*!<@brief Selects pin function 3 */
40 /*!<@brief Selects pin function 4 */
42 /*!<@brief Selects pin function 5 */
44 /*!<@brief Selects pin function 6 */
46 /*!<@brief Selects pin function 7 */
48 /*!<@brief Selects pin function 8 */
50 /*!<@brief Disable input buffer function */
[all …]
/Zephyr-latest/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-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dtippy-bundle.umd.min.js6function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("@popp…
Dpopper.min.js7function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof d…
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/cm33/
Dsoc.h35 /*!<@brief Selects pin function 0 */
37 /*!<@brief Selects pin function 1 */
39 /*!<@brief Selects pin function 2 */
41 /*!<@brief Selects pin function 3 */
43 /*!<@brief Selects pin function 4 */
45 /*!<@brief Selects pin function 5 */
47 /*!<@brief Selects pin function 6 */
49 /*!<@brief Selects pin function 7 */
51 /*!<@brief Selects pin function 8 */
53 /*!<@brief Disable input buffer function */
[all …]
/Zephyr-latest/include/zephyr/logging/
Dlog_output_custom.h21 /** @brief Process log messages from an external output function set with
24 * Function is using provided context with the buffer and output function to
34 /** @brief Set the formatting log function that will be applied with LOG_OUTPUT_CUSTOM
36 * @param format Pointer to the external formatter function
42 * @brief Prototype of a printer function that can print the given timestamp
58 * @brief Prototype of the function that will apply custom formatting
61 * Example function:
72 * @param printer The printing function to use when formatting the timestamp.
78 /** @brief Format the timestamp with a external function.
80 * Function is using provided context with the buffer and output function to
[all …]
/Zephyr-latest/include/zephyr/arch/common/
Dpm_s2ram.h26 * @brief System off function
28 * This function is passed as argument and called by @ref arch_pm_s2ram_suspend
31 * This function never returns if the system is powered off. If the operation
44 * This function is used on suspend-to-RAM (S2RAM) to save the CPU context in
45 * (retained) RAM before powering the system off using the provided function.
46 * This function is usually called from the PM subsystem / hooks.
52 * @param system_off Function to power off the system.
63 * Function is called when system state is stored to RAM, just before going to system
69 * - the function cannot use stack (asm function or function with 'naked' attribute)
71 * - returning from the function should be performed with the `bx lr` instruction
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_internal.h17 /* Helper function to check if Extended Advertising HCI commands used */
43 /* Helper function to construct AD data */
47 /* Helper function to construct SR data */
60 /* helper function to handle adv done events */
83 /* Helper function to apply Channel Map Update for auxiliary PDUs */
86 /* helper function to initialize event timings */
90 /* helper function to start auxiliary advertising */
94 /* helper function to stop auxiliary advertising */
97 /* helper function to acquire and initialize auxiliary advertising instance */
100 /* helper function to release auxiliary advertising instance */
[all …]
/Zephyr-latest/lib/hash/
DKconfig.hash_func5 menu "Hash Function Support"
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-latest/tests/benchmarks/thread_metric/src/
Dtm_porting_layer_zephyr.c50 * This function called from main performs basic RTOS initialization,
51 * calls the test initialization function, and then starts the RTOS function.
59 * This function takes a thread ID and priority and attempts to create the
62 * the function should return TM_SUCCESS. Otherwise, TM_ERROR should be returned.
81 * This function resumes the specified thread. If successful, the function should
92 * This function suspends the specified thread. If successful, the function should
103 * This function relinquishes to other ready threads at the same
112 * This function suspends the specified thread for the specified number
121 * This function creates the specified queue. If successful, the function should
132 * This function sends a 16-byte message to the specified queue. If successful,
[all …]
/Zephyr-latest/include/zephyr/console/
Dconsole.h27 * This function should be called once to initialize pull-style
28 * access to console via console_getchar() function and buffered
29 * output using console_putchar() function. This function supersedes,
65 * this function will block. This function is similar to ANSI C
66 * getchar() function and is intended to ease porting of existing
67 * software. Before this function can be used, console_init()
68 * should be called once. This function is incompatible with native
88 * This function should be called once to initialize pull-style
89 * access to console via console_getline() function. This function
98 * this function will block. This function is similar to ANSI C
[all …]
/Zephyr-latest/include/zephyr/net/
Dnet_offload.h54 * This function is called when the socket is to be opened.
62 * This function is called when user wants to bind to local IP address.
69 * This function is called when user wants to mark the socket
75 * This function is called when user wants to create a connection
86 * This function is called when user wants to accept a connection
95 * This function is called when user wants to send data to peer host.
103 * This function is called when user wants to send data to peer host.
113 * This function is called when user wants to receive data from peer
122 * This function is called when user wants to close the socket.
133 * function.
[all …]
/Zephyr-latest/include/zephyr/sd/
Dsdio.h24 * @brief Initialize SDIO function.
26 * Initializes SDIO card function. The card function will not be enabled,
27 * but after this call returns the SDIO function structure can be used to read
29 * @param func: function structure to initialize
30 * @param card: SD card to enable function on
31 * @param num: function number to initialize
32 * @retval 0 function was initialized successfully
39 * @brief Enable SDIO function
41 * Enables SDIO card function. @ref sdio_init_func must be called to
42 * initialized the function structure before enabling it in the card.
[all …]
/Zephyr-latest/subsys/net/lib/ptp/
Dclock.h85 * @brief Function initializing PTP Clock instance.
92 * @brief Function polling all sockets descriptors for incoming PTP messages.
99 * @brief Function handling STATE DECISION EVENT for the PTP Clock instance.
104 * @brief Function processing received PTP Management message at the PTP Clock level.
114 * @brief Function synchronizing local PTP Hardware Clock to the remote.
122 * @brief Function updating PTP Clock path delay.
129 * @brief Function for getting list of PTP Ports for the PTP Clock instance.
136 * @brief Function returning PTP Clock type of the instance.
143 * @brief Function for getting PTP Clock Default dataset.
150 * @brief Function for getting PTP Clock Parent dataset.
[all …]
/Zephyr-latest/modules/thrift/src/thrift/
Dconfig.h18 /* Define to 1 if you have the `clock_gettime' function. */
27 /* Define to 1 if you have the `gethostbyname' function. */
30 /* Define to 1 if you have the `gettimeofday' function. */
33 /* Define to 1 if you have the `inet_ntoa' function. */
42 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */
45 /* Define to 1 if you have the `memmove' function. */
51 /* Define to 1 if you have the `memset' function. */
54 /* Define to 1 if you have the `mkdir' function. */
72 /* Define to 1 if your system has a GNU libc compatible `realloc' function, and to 0 otherwise. */
78 /* Define to 1 if you have the `select' function. */
[all …]
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/include/
Dblocking_emul.hpp10 * We need to override fff's function signature away from a standard function pointer.
11 * By using std::function<> we're able to leverage capture variables since additional storage must
14 * test function. If we use plain function pointers, we have to move the expected value outside
15 * of the test function and make it a static global of the compilational unit.
27 std::function<RETURN(__VA_ARGS__)> FUNCNAME
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/
Dpower.h12 * The clock_set_run function should switch all clocks to their
14 * The system will be transitioning out of sleep when calling this function.
18 * The clock_set_low_power function should switch all clocks to
20 * Note that the function should, at minimum, switch the arm core to the
22 * The system will transition to sleep after calling this function.
26 * The clock_init function should perform any one time initialization that
/Zephyr-latest/dts/bindings/pinctrl/
Dadi,max32-pinctrl.yaml42 These defines are calculated as: (pin<<8 | port<<4 | function<<0)
46 - function: The function number, can be:
48 * 1 : Alternate Function 1
49 * 2 : Alternate Function 2
50 * 3 : Alternate Function 3
51 * 4 : Alternate Function 4
52 In case selected pin function is GPIO, pin is statically configured as
61 P0.9 set as alernate function 1
65 P0.9 set as alernate function 2
/Zephyr-latest/lib/libc/picolibc/
Dassert.c12 const char *function, const char *expression) in __assert_func() argument
16 function ? ", function: " : "", function ? function : ""); in __assert_func()
/Zephyr-latest/subsys/mgmt/mcumgr/util/include/mgmt/mcumgr/util/
Dzcbor_bulk.h29 * @param dec decoder function; this should be zcbor_decoder_t
30 * type function from zcbor or a user provided implementation
33 * to type served by decoder function for the mapping.
56 * @param dec decoder function; this should be zcbor_decoder_t
57 * type function from zcbor or a user provided implementation
60 * to type served by decoder function for the mapping.
67 * The function takes @p map of key to decoder array defined as:
76 * zcbor_decoder_t compatible function, either from zcbor or defined by
77 * user; val_ptr? are pointers to variables where decoder function for
79 * with decoder function.
[all …]
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_mock.h27 * @brief Tell function @a func to expect the value @a value for @a param
32 * @param func Function in question
47 * must be called from the called function.
56 * @brief Tell function @a func to expect the data @a data for @a param
59 * @a param should be same @a data in this function. Only data pointer is stored
60 * by this function, so it must still be valid when ztest_check_expected_data is
63 * @param func Function in question
77 * must be called from the called function.
87 * @brief Tell function @a func to return the data @a data for @a param
90 * same @a data in this function. Only data pointer is stored by this function,
[all …]
/Zephyr-latest/subsys/shell/
Dshell_wildcard.h19 /* Function initializing wildcard expansion procedure.
25 /* Function returns true if string contains wildcard character: '?' or '*'
34 /* Function expands wildcards in the shell temporary buffer
36 * @brief Function evaluates one command. If command contains wildcard patter,
37 * function will expand this command with all commands matching wildcard
40 * Function will print a help string with: the currently entered command, its
51 /* Function finalizing wildcard expansion procedure.
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/
Dsmp.h43 * MTU is being queried. This function takes a net_buf parameter because some
58 * using regular memcpy function (e.g., the BLE transport net_buf user_data
73 * This function frees net_buf user data, because some transports store
82 * @brief Function for checking if queued data is still valid.
84 * This function is used to check if queued SMP data is still valid e.g. on a remote device
88 * @param arg Argument provided when calling smp_rx_remove_invalid() function.
95 * @brief Function pointers of SMP transport functions, if a handler is NULL then it is not
99 /** Transport's send function. */
102 /** Transport's get-MTU function. */
105 /** Transport buffer user_data copy function. */
[all …]

12345678910>>...103