/Zephyr-Core-3.5.0/include/zephyr/random/ |
D | random.h | 51 * @brief Fill the destination buffer with random data values that should 57 * @param [out] dst destination buffer to fill with random data. 58 * @param len size of the destination buffer. 64 * @brief Fill the destination buffer with cryptographically secure 70 * @param [out] dst destination buffer to fill. 71 * @param len size of the destination buffer.
|
/Zephyr-Core-3.5.0/drivers/dma/ |
D | dma_sam_xdmac.h | 45 /** Destination Microblock Stride */ 57 /** Destination Address */ 85 /** Destination Address */ 97 /** Destination Address */ 111 /** Destination Address */ 121 /** Destination Microblock Stride */
|
D | dma_mcux_pxp.c | 112 * head block destination address: Output buffer address in dma_mcux_pxp_configure() 113 * head block block size: size of destination and source buffer in dma_mcux_pxp_configure() 116 * dest data size: width of destination buffer in bytes (pitch) in dma_mcux_pxp_configure() 117 * dest burst length: height of destination buffer in pixels in dma_mcux_pxp_configure()
|
/Zephyr-Core-3.5.0/subsys/net/lib/socks/ |
D | socks.h | 14 /**@brief Connects to destination through a SOCKS5 proxy server. 17 * @param[in] dest Address of the destination server. 18 * @param[in] dest_len Address length of the destination server.
|
/Zephyr-Core-3.5.0/kernel/include/ |
D | kernel_tls.h | 38 * @brief Copy the TLS data/bss areas into destination 40 * This copies the TLS data into destination and clear the area 43 * @param dest Pointer to destination
|
/Zephyr-Core-3.5.0/drivers/pwm/ |
D | pwm_max31790.c | 69 static void max31790_set_fandynamics_speedrange(uint8_t *destination, uint8_t value) in max31790_set_fandynamics_speedrange() argument 74 *destination &= ~GENMASK(pos + length - 1, pos); in max31790_set_fandynamics_speedrange() 75 *destination |= FIELD_PREP(GENMASK(pos + length - 1, pos), value); in max31790_set_fandynamics_speedrange() 78 static void max31790_set_fandynamics_pwmrateofchange(uint8_t *destination, uint8_t value) in max31790_set_fandynamics_pwmrateofchange() argument 83 *destination &= ~GENMASK(pos + length - 1, pos); in max31790_set_fandynamics_pwmrateofchange() 84 *destination |= FIELD_PREP(GENMASK(pos + length - 1, pos), value); in max31790_set_fandynamics_pwmrateofchange() 87 static void max31790_set_pwmfrequency(uint8_t *destination, uint8_t channel, uint8_t value) in max31790_set_pwmfrequency() argument 92 *destination &= ~GENMASK(pos + length - 1, pos); in max31790_set_pwmfrequency() 93 *destination |= FIELD_PREP(GENMASK(pos + length - 1, pos), value); in max31790_set_pwmfrequency() 104 static void max31790_set_fanconfiguration_spinup(uint8_t *destination, uint8_t value) in max31790_set_fanconfiguration_spinup() argument [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | base64.h | 46 * @param dst destination buffer 47 * @param dlen size of the destination buffer 68 * @param dst destination buffer (can be NULL for checking size) 69 * @param dlen size of the destination buffer
|
/Zephyr-Core-3.5.0/cmake/util/ |
D | fmerge.cmake | 3 # Merges a list of files into a destination file. 4 # Usage: list of files as arguments, first argument is the destination file
|
/Zephyr-Core-3.5.0/tests/bluetooth/host/crypto/bt_rand/src/ |
D | test_suite_invalid_inputs.c | 22 * Test passing NULL reference destination buffer argument 25 * - NULL reference is used as an argument for the destination buffer 37 * Test passing a valid destination buffer reference with size 0 40 * - A valid reference is used as an argument for the destination buffer 41 * - Destination buffer size is passed as 0
|
/Zephyr-Core-3.5.0/subsys/random/ |
D | rand32_timer.c | 51 * @brief Fill destination buffer with random numbers 57 * @param dst destination buffer to fill 58 * @param outlen size of destination buffer to fill
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/dma/ |
D | dma_mcux_pxp.h | 22 * head block destination address: output buffer address 26 * dest burst length: height of destination buffer in pixels
|
/Zephyr-Core-3.5.0/samples/subsys/settings/ |
D | sample.yaml | 39 - "The settings destination off the key <alpha/beta/source> has got value:\ 41 - "String value \"rtos\" was retrieved from the settings destination off the\
|
/Zephyr-Core-3.5.0/drivers/ieee802154/ |
D | ieee802154_uart_pipe.c | 32 #define DEST_ADDR_OFFSET 5 /* Destination offset address*/ 33 #define DEST_ADDR_TYPE_OFFSET 1 /* Destination address type */ 35 #define DEST_ADDR_TYPE_MASK 0x0c /* Mask for destination address type */ 37 #define DEST_ADDR_TYPE_SHORT 0x08 /* Short destination address type */ 38 #define DEST_ADDR_TYPE_EXTENDED 0x0c /* Extended destination address type */ 60 /* Check destination PAN Id */ in received_dest_addr_matched() 68 /* Check destination address */ in received_dest_addr_matched() 71 /* First check if the destination is broadcast */ in received_dest_addr_matched()
|
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_id_get/src/ |
D | main.c | 22 /* This is the destination address used during UTs */ 67 * Copy minimum number of addresses to the destination array 70 * - Destination array is initially cleared
|
/Zephyr-Core-3.5.0/subsys/net/ip/ |
D | route.h | 80 * @brief Lookup route to a given destination. 83 * @param dst Destination IPv6 address. 85 * @return Return route entry related to a given destination address, NULL 288 * @brief Return a route to destination via some intermediate host. 291 * @param dst Destination IPv6 address 292 * @param route Route entry to destination is returned. 295 * @return True if there is a route to the destination, False otherwise
|
D | icmpv6.h | 143 #define NET_ICMPV6_DST_UNREACH 1 /* Destination unreachable */ 154 /* Codes for ICMPv6 Destination Unreachable message */ 155 #define NET_ICMPV6_DST_UNREACH_NO_ROUTE 0 /* No route to destination */ 161 #define NET_ICMPV6_DST_UNREACH_REJ_ROUTE 6 /* Reject route to destination */
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | keys.h | 108 * @param addr Destination address. 125 * @param addr Destination address. 137 * @param addr Destination address. 148 * @param addr Destination address. 158 * @param addr Destination address.
|
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/ |
D | external_content.py | 27 - ``external_content_keep``: A list of file globs (relative to the destination 30 destination directory. 65 dstpath: Destination path for fname if its path is not the actual destination.
|
/Zephyr-Core-3.5.0/include/zephyr/modem/ |
D | pipe.h | 131 * @param buf Destination for reveived data 132 * @param size Capacity of destination for recevied data 144 * @param buf Destination for reveived data 145 * @param size Capacity of destination for recevied data
|
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/tests/test-bindings/ |
D | gpio-dst.yaml | 3 description: GPIO destination for mapping test
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | coap_client.h | 121 * If the socket isn't connected to a destination address, user must provide a destination address, 128 * @param addr the destination address of the request, NULL if socket is already connected.
|
/Zephyr-Core-3.5.0/drivers/ethernet/ |
D | Kconfig.nxp_s32_gmac | 88 bool "Multicast destination address filtering" 90 Enable support for multicast destination address filtering in the MAC.
|
/Zephyr-Core-3.5.0/tests/subsys/settings/fcb/src/ |
D | settings_test_compress_reset.c | 34 "can't register FCB as configuration destination"); in ZTEST() 82 "can't register FCB as configuration destination"); in ZTEST()
|
/Zephyr-Core-3.5.0/samples/net/sockets/packet/ |
D | Kconfig | 25 string "Destination Ethernet MAC address"
|
/Zephyr-Core-3.5.0/subsys/testsuite/include/zephyr/ |
D | interrupt_util.h | 123 * Destination Mode: Physical 126 * Destination Shorthand: No Shorthand 127 * Destination: depends on cpu_id
|