Searched full:supplied (Results 1 – 25 of 226) sorted by relevance
12345678910
/Zephyr-latest/drivers/sensor/st/vl53l1x/ |
D | vl53l1_platform_user_defines.h | 26 * @brief customer supplied division operation - 64-bit unsigned 36 * @brief customer supplied division operation - 64-bit signed 46 * @brief customer supplied macro to optionally output info when a specific
|
/Zephyr-latest/dts/bindings/audio/ |
D | wolfson,wm8904.yaml | 19 - "MCLK": WM8904's MCLK pin (supplied by the host) 21 The "MCLK" option is default, as this clock signal is usually supplied
|
/Zephyr-latest/include/zephyr/net/ |
D | net_offload.h | 210 * connection is established, the user-supplied callback (cb) 257 * In this case the context will call the supplied callback when ever 263 * After the connection is established a caller-supplied callback is called. 272 * @param cb Caller-supplied callback function. 275 * @param user_data Caller-supplied user data. 303 * a caller-supplied callback is called. The callback is called even 314 * @param cb Caller-supplied callback function. 317 * @param user_data Caller-supplied user data. 346 * is sent, a caller-supplied callback is called. The callback is called 358 * @param cb Caller-supplied callback function. [all …]
|
D | websocket.h | 77 /** User supplied callback function to call when optional headers need 91 /** User supplied callback function to call when a connection is 96 /** User supplied list of callback functions if the calling application 104 /** User supplied buffer where HTTP connection data is stored */ 107 /** Length of the user supplied temp buffer */
|
D | net_context.h | 1100 * connection is established, the user-supplied callback (cb) 1135 * In this case the context will call the supplied callback when ever 1141 * After the connection is established a caller-supplied callback is called. 1148 * @param cb Caller-supplied callback function. 1151 * @param user_data Caller-supplied user data. 1164 * connection. After the network buffer is sent, a caller-supplied 1173 * @param cb Caller-supplied callback function. 1175 * @param user_data Caller-supplied user data. 1192 * a caller-supplied callback is called. Note that the callback might be 1201 * @param cb Caller-supplied callback function. [all …]
|
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicr-schema.json | 14 "VDDH supplied with 2.1-5.5 V and VDD regulated by the chip (inductor present)", 15 "Both VDD and VDDH supplied with 1.8 V (inductor present)" 37 "Not supplied (P1 not used)", 52 "Not supplied (P2 not used)", 67 "Not supplied (P6 not used)", 82 "Not supplied (P7 not used)", 97 "Not supplied (P9 not used)",
|
/Zephyr-latest/include/zephyr/sys/ |
D | mem_blocks.h | 220 * @retval -EINVAL Invalid argument supplied. 237 * @retval -EINVAL Invalid argument supplied. 256 * @retval -EINVAL Invalid argument supplied. 284 * @retval -EINVAL Invalid argument supplied. 285 * @retval -EFAULT Invalid pointers supplied. 300 * @retval -EINVAL Invalid argument supplied. 301 * @retval -EFAULT Invalid pointer supplied. 377 * @retval -EINVAL Invalid argument supplied, or no allocator chosen. 397 * @retval -EINVAL Invalid argument supplied, or no allocator chosen. 398 * @retval -EFAULT Invalid pointer(s) supplied.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.riscv_machine | 28 Specifies the division ratio of the system clock supplied to the Machine Timer. 31 supplied to the timer. Where N is this parameter's value.
|
/Zephyr-latest/samples/userspace/prod_consumer/src/ |
D | app_syscall.c | 15 * It's trivial, update the supplied cookie value by 1, only if it is less than 38 /* Confirm that this user-supplied pointer is valid memory that in z_vrfy_magic_syscall()
|
/Zephyr-latest/dts/bindings/stepper/adi/ |
D | adi,trinamic-gconf.yaml | 18 1: Use voltage supplied to VREF as current reference 24 1: Internal sense resistors. Use current supplied into VREF as reference for internal
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/ |
D | overlay-bt_ll_sw_split.conf | 10 # the optional Time_Stamp field, if supplied)
|
/Zephyr-latest/samples/bluetooth/cap_initiator/ |
D | overlay-bt_ll_sw_split.conf | 10 # the optional Time_Stamp field, if supplied)
|
/Zephyr-latest/samples/bluetooth/bap_unicast_server/ |
D | overlay-bt_ll_sw_split.conf | 9 # the optional Time_Stamp field, if supplied)
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/ |
D | overlay-bt_ll_sw_split.conf | 9 # the optional Time_Stamp field, if supplied)
|
/Zephyr-latest/samples/bluetooth/iso_broadcast/ |
D | overlay-bt_ll_sw_split.conf | 19 # the optional Time_Stamp field, if supplied)
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | overlay-bt_ll_sw_split.conf | 19 # the optional Time_Stamp field, if supplied)
|
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_source/ |
D | overlay-bt_ll_sw_split.conf | 19 # the optional Time_Stamp field, if supplied)
|
/Zephyr-latest/dts/bindings/led/ |
D | ti,lp5569.yaml | 24 what the lp5569 is being supplied.
|
/Zephyr-latest/include/zephyr/crypto/ |
D | cipher.h | 218 /* IO buffers for encryption. This has to be supplied by the app. */ 222 * Start address for Associated Data. This has to be supplied by app. 226 /** Size of Associated Data. This has to be supplied by the app. */ 231 * For a decryption op this has to be supplied by the app.
|
/Zephyr-latest/include/zephyr/net/http/ |
D | client.h | 239 /** User supplied callback function to call when response is 244 /** User supplied list of HTTP callback functions if the 250 /** User supplied buffer where received data is stored */ 253 /** Length of the user supplied receive buffer */ 279 /** User supplied callback function to call when payload 295 /** User supplied callback function to call when optional headers need
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/include/ |
D | example_mgmt_callbacks.h | 29 /* Contains the user supplied value */
|
/Zephyr-latest/dts/bindings/base/ |
D | power.yaml | 24 This property should be provided when device power is supplied
|
/Zephyr-latest/include/zephyr/task_wdt/ |
D | task_wdt.h | 87 * @retval -EINVAL If there is no installed timeout for supplied channel. 101 * @retval -EINVAL If there is no installed timeout for supplied channel.
|
/Zephyr-latest/cmake/util/ |
D | execute_process.cmake | 11 message(FATAL_ERROR "No COMMAND argument supplied")
|
/Zephyr-latest/subsys/net/ip/ |
D | connection.h | 100 * @param user_data User data supplied by caller. 165 * @param user_data User data supplied by caller. 217 * @param cb User supplied callback function to call.
|
12345678910