Home
last modified time | relevance | path

Searched full:destination (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/Zephyr-latest/subsys/net/ip/
Dpmtu.h19 /** PTMU destination cache entry */
21 /** Destination address */
25 /** MTU for this destination address */
31 /** Get PMTU entry for the given destination address
33 * @param dst Destination address
48 /** Get MTU value for the given destination address
50 * @param dst Destination address
65 /** Update PMTU value for the given destination address
67 * @param dst Destination address
84 /** Update PMTU entry for the given destination address
[all …]
/Zephyr-latest/modules/trusted-firmware-m/nordic/nrf9120/
DCMakeLists.txt14 DESTINATION ${INSTALL_PLATFORM_NS_DIR}
18 DESTINATION ${INSTALL_PLATFORM_NS_DIR}/common/nrf9120)
21 DESTINATION ${INSTALL_PLATFORM_NS_DIR})
25 DESTINATION ${INSTALL_PLATFORM_NS_DIR})
/Zephyr-latest/modules/trusted-firmware-m/nordic/nrf9160/
DCMakeLists.txt14 DESTINATION ${INSTALL_PLATFORM_NS_DIR}
18 DESTINATION ${INSTALL_PLATFORM_NS_DIR}/common/nrf9160)
21 DESTINATION ${INSTALL_PLATFORM_NS_DIR})
25 DESTINATION ${INSTALL_PLATFORM_NS_DIR})
/Zephyr-latest/drivers/gnss/
Dgnss_nmea0183.h28 * @param str Destination for encapsulated string
29 * @param size Size of destination for encapsulated string
67 * @param mms Destination for speed in millimeters pr second
81 * @param utc Destination for parsed time
94 * @param utc Destination for parsed time
109 * @param data Destination for data parsed from NMEA0183 RMC message
125 * @param data Destination for data parsed from NMEA0183 GGA message
152 * @param header Destination for parsed NMEA0183 GGA message header
168 * @param satellites Destination for parsed satellites from NMEA0183 GGA message
169 * @param size Size of destination for parsed satellites from NMEA0183 GGA message
[all …]
Dgnss_dump.h15 * @param str Destination for dumped GNSS info
27 * @param str Destination for dumped navigation data
39 * @param str Destination for dumped GNSS time
51 * @param str Destination for dumped GNSS satellite
Dgnss_parse.h18 * @param nano Destination for parsed decimal
31 * @param milli Destination for parsed decimal
44 * @param milli Destination for parsed decimal
58 * @param integer Destination for parsed integer
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dbrg_cfg_cli.h108 /** @brief Sends a Subnet Bridge Get message to the given destination address
110 * This function sends a Subnet Bridge Get message to the given destination
114 * from the destination node.
130 /** @brief Sends a Subnet Bridge Set message to the given destination address
133 * This function sends a Subnet Bridge Set message to the given destination
137 * Status message as a response from the destination node.
157 /** @brief Sends a Bridging Table Size Get message to the given destination
161 * destination address with the given parameters to get the size of the Bridging
164 * Bridging Table Size Status message as a response from the destination node.
178 /** @brief Sends a Bridging Table Add message to the given destination address
[all …]
/Zephyr-latest/modules/trusted-firmware-m/nordic/nrf5340_cpuapp/
DCMakeLists.txt14 DESTINATION ${INSTALL_PLATFORM_NS_DIR}
18 DESTINATION ${INSTALL_PLATFORM_NS_DIR})
22 DESTINATION ${INSTALL_PLATFORM_NS_DIR}
/Zephyr-latest/subsys/net/lib/socks/
Dsocks.h14 /**@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-latest/tests/bluetooth/host/crypto/bt_rand/src/
Dtest_suite_invalid_inputs.c21 * Test passing NULL reference destination buffer argument
24 * - NULL reference is used as an argument for the destination buffer
36 * Test passing a valid destination buffer reference with size 0
39 * - A valid reference is used as an argument for the destination buffer
40 * - Destination buffer size is passed as 0
/Zephyr-latest/drivers/dma/
Ddma_sam_xdmac.h45 /** Destination Microblock Stride */
57 /** Destination Address */
85 /** Destination Address */
97 /** Destination Address */
111 /** Destination Address */
121 /** Destination Microblock Stride */
/Zephyr-latest/include/zephyr/random/
Drandom.h43 * @brief Fill the destination buffer with random data values that should
49 * @param [out] dst destination buffer to fill with random data.
50 * @param len size of the destination buffer.
56 * @brief Fill the destination buffer with cryptographically secure
62 * @param [out] dst destination buffer to fill.
63 * @param len size of the destination buffer.
/Zephyr-latest/subsys/net/lib/shell/
Dpmtu.c46 "Destination Address"); in pmtu_cb()
69 /* PMTU destination cache content */ in cmd_net_pmtu()
78 PR("PMTU destination cache is empty.\n"); in cmd_net_pmtu()
94 PR("Flushing PMTU destination cache.\n"); in cmd_net_pmtu_flush()
105 "Remove all entries from PMTU destination cache.",
Droute.c124 "<destination> <gateway>\n"); in cmd_net_ip6_route_add()
174 PR_ERROR("Correct usage: net route del <index> <destination>\n"); in cmd_net_ip6_route_del()
235 "'net route add <index> <destination> <gateway>'"
236 " adds the route to the destination.",
239 "'net route del <index> <destination>'"
240 " deletes the route to the destination.",
/Zephyr-latest/drivers/pwm/
Dpwm_max31790.c29 static void max31790_set_fandynamics_speedrange(uint8_t *destination, uint8_t value) in max31790_set_fandynamics_speedrange() argument
34 *destination &= ~GENMASK(pos + length - 1, pos); in max31790_set_fandynamics_speedrange()
35 *destination |= FIELD_PREP(GENMASK(pos + length - 1, pos), value); in max31790_set_fandynamics_speedrange()
38 static void max31790_set_fandynamics_pwmrateofchange(uint8_t *destination, uint8_t value) in max31790_set_fandynamics_pwmrateofchange() argument
43 *destination &= ~GENMASK(pos + length - 1, pos); in max31790_set_fandynamics_pwmrateofchange()
44 *destination |= FIELD_PREP(GENMASK(pos + length - 1, pos), value); in max31790_set_fandynamics_pwmrateofchange()
47 static void max31790_set_pwmfrequency(uint8_t *destination, uint8_t channel, uint8_t value) in max31790_set_pwmfrequency() argument
52 *destination &= ~GENMASK(pos + length - 1, pos); in max31790_set_pwmfrequency()
53 *destination |= FIELD_PREP(GENMASK(pos + length - 1, pos), value); in max31790_set_pwmfrequency()
64 static void max31790_set_fanconfiguration_spinup(uint8_t *destination, uint8_t value) in max31790_set_fanconfiguration_spinup() argument
[all …]
/Zephyr-latest/kernel/include/
Dkernel_tls.h36 * @brief Copy the TLS data/bss areas into destination
38 * This copies the TLS data into destination and clear the area
41 * @param dest Pointer to destination
/Zephyr-latest/include/zephyr/sys/
Dbase64.h46 * @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-latest/cmake/util/
Dfmerge.cmake3 # Merges a list of files into a destination file.
4 # Usage: list of files as arguments, first argument is the destination file
/Zephyr-latest/drivers/mfd/
Dmfd_max31790.c23 static void max31790_set_globalconfiguration_i2cwatchdog(uint8_t *destination, uint8_t value) in max31790_set_globalconfiguration_i2cwatchdog() argument
28 *destination &= ~GENMASK(pos + length - 1, pos); in max31790_set_globalconfiguration_i2cwatchdog()
29 *destination |= FIELD_PREP(GENMASK(pos + length - 1, pos), value); in max31790_set_globalconfiguration_i2cwatchdog()
/Zephyr-latest/subsys/random/
Drandom_timer.c49 * @brief Fill destination buffer with random numbers
55 * @param dst destination buffer to fill
56 * @param outlen size of destination buffer to fill
/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_internal.h68 * to the provided destination buffer.
72 * len pointer should be set to the amount of space available in the destination buffer prior to
73 * calling, and will be set to the amount written to the destination buffer after calling
/Zephyr-latest/modules/trusted-firmware-m/nordic/
DCMakeLists.txt58 DESTINATION ${INSTALL_INTERFACE_INC_DIR})
62 DESTINATION ${INSTALL_PLATFORM_NS_DIR})
/Zephyr-latest/samples/subsys/settings/
Dsample.yaml43 - "The settings destination off the key <alpha/beta/source> has got value:\
45 - "String value \"rtos\" was retrieved from the settings destination off the\
/Zephyr-latest/drivers/ieee802154/
Dieee802154_uart_pipe.c32 #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-latest/include/zephyr/drivers/dma/
Ddma_mcux_pxp.h22 * head block destination address: output buffer address
26 * dest burst length: height of destination buffer in pixels

12345678910>>...14