Searched full:function (Results 1 – 25 of 2570) sorted by relevance
12345678910>>...103
24 #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 …]
26 * @brief Macro for "sandwiching" a function call (@p name) between two other31 * This macro creates the function body of an "outer" function which behaves32 * exactly like the wrapped function (@p name), except that the preface function33 * is called before, and the postface function afterwards.35 * @param preface The function to call first. Must have no parameters and no37 * @param name The main function, i.e. the function to wrap. This function40 * @param postface The function to call last. Must have no parameters and no51 ".global "#preface"; .type "#preface", %function"); \53 ".global "#name"; .type "#name", %function"); \55 ".global "#postface"; .type "#postface", %function"); \[all …]
32 /*!<@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 …]
11 if executing the function reaches a reschedule point13 if executing the function can cause the invoking thread to sleep15 if a parameter to the function can prevent the invoking thread from18 if the function can be safely called and will have its specified21 if the function can be safely called before the kernel has been fully25 if the function may return before the operation it initializes is26 complete (i.e. function return and operation completion are30 function40 The reschedule attribute is used on a function that can reach a46 The significance of this attribute is that when a rescheduling function[all …]
6 …function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("@popp…
7 …function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof d…
35 /*!<@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 …]
21 /** @brief Process log messages from an external output function set with24 * Function is using provided context with the buffer and output function to34 /** @brief Set the formatting log function that will be applied with LOG_OUTPUT_CUSTOM36 * @param format Pointer to the external formatter function42 * @brief Prototype of a printer function that can print the given timestamp58 * @brief Prototype of the function that will apply custom formatting61 * 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 …]
26 * @brief System off function28 * This function is passed as argument and called by @ref arch_pm_s2ram_suspend31 * This function never returns if the system is powered off. If the operation44 * This function is used on suspend-to-RAM (S2RAM) to save the CPU context in45 * (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 system69 * - 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 …]
17 /* 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 …]
5 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 strings40 inline function.
50 * 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 the62 * the function should return TM_SUCCESS. Otherwise, TM_ERROR should be returned.81 * This function resumes the specified thread. If successful, the function should92 * This function suspends the specified thread. If successful, the function should103 * This function relinquishes to other ready threads at the same112 * This function suspends the specified thread for the specified number121 * This function creates the specified queue. If successful, the function should132 * This function sends a 16-byte message to the specified queue. If successful,[all …]
27 * This function should be called once to initialize pull-style28 * access to console via console_getchar() function and buffered29 * output using console_putchar() function. This function supersedes,65 * this function will block. This function is similar to ANSI C66 * getchar() function and is intended to ease porting of existing67 * software. Before this function can be used, console_init()68 * should be called once. This function is incompatible with native88 * This function should be called once to initialize pull-style89 * access to console via console_getline() function. This function98 * this function will block. This function is similar to ANSI C[all …]
54 * 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 socket75 * This function is called when user wants to create a connection86 * This function is called when user wants to accept a connection95 * 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 peer122 * This function is called when user wants to close the socket.133 * function.[all …]
24 * @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 read29 * @param func: function structure to initialize30 * @param card: SD card to enable function on31 * @param num: function number to initialize32 * @retval 0 function was initialized successfully39 * @brief Enable SDIO function41 * Enables SDIO card function. @ref sdio_init_func must be called to42 * initialized the function structure before enabling it in the card.[all …]
85 * @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 …]
18 /* 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 …]
10 * 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 must14 * test function. If we use plain function pointers, we have to move the expected value outside15 * of the test function and make it a static global of the compilational unit.27 std::function<RETURN(__VA_ARGS__)> FUNCNAME
12 * The clock_set_run function should switch all clocks to their14 * The system will be transitioning out of sleep when calling this function.18 * The clock_set_low_power function should switch all clocks to20 * Note that the function should, at minimum, switch the arm core to the22 * The system will transition to sleep after calling this function.26 * The clock_init function should perform any one time initialization that
42 These defines are calculated as: (pin<<8 | port<<4 | function<<0)46 - function: The function number, can be:48 * 1 : Alternate Function 149 * 2 : Alternate Function 250 * 3 : Alternate Function 351 * 4 : Alternate Function 452 In case selected pin function is GPIO, pin is statically configured as61 P0.9 set as alernate function 165 P0.9 set as alernate function 2
12 const char *function, const char *expression) in __assert_func() argument16 function ? ", function: " : "", function ? function : ""); in __assert_func()
29 * @param dec decoder function; this should be zcbor_decoder_t30 * type function from zcbor or a user provided implementation33 * to type served by decoder function for the mapping.56 * @param dec decoder function; this should be zcbor_decoder_t57 * type function from zcbor or a user provided implementation60 * 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 by77 * user; val_ptr? are pointers to variables where decoder function for79 * with decoder function.[all …]
27 * @brief Tell function @a func to expect the value @a value for @a param32 * @param func Function in question47 * must be called from the called function.56 * @brief Tell function @a func to expect the data @a data for @a param59 * @a param should be same @a data in this function. Only data pointer is stored60 * by this function, so it must still be valid when ztest_check_expected_data is63 * @param func Function in question77 * must be called from the called function.87 * @brief Tell function @a func to return the data @a data for @a param90 * same @a data in this function. Only data pointer is stored by this function,[all …]
19 /* Function initializing wildcard expansion procedure.25 /* Function returns true if string contains wildcard character: '?' or '*'34 /* Function expands wildcards in the shell temporary buffer36 * @brief Function evaluates one command. If command contains wildcard patter,37 * function will expand this command with all commands matching wildcard40 * Function will print a help string with: the currently entered command, its51 /* Function finalizing wildcard expansion procedure.
43 * MTU is being queried. This function takes a net_buf parameter because some58 * using regular memcpy function (e.g., the BLE transport net_buf user_data73 * This function frees net_buf user data, because some transports store82 * @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 device88 * @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 not99 /** Transport's send function. */102 /** Transport's get-MTU function. */105 /** Transport buffer user_data copy function. */[all …]