/Zephyr-latest/subsys/net/ip/ |
D | pmtu.h | 19 /** 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/ |
D | CMakeLists.txt | 14 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/ |
D | CMakeLists.txt | 14 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/ |
D | gnss_nmea0183.h | 28 * @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 …]
|
D | gnss_dump.h | 15 * @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
|
D | gnss_parse.h | 18 * @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/ |
D | brg_cfg_cli.h | 108 /** @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/ |
D | CMakeLists.txt | 14 DESTINATION ${INSTALL_PLATFORM_NS_DIR} 18 DESTINATION ${INSTALL_PLATFORM_NS_DIR}) 22 DESTINATION ${INSTALL_PLATFORM_NS_DIR}
|
/Zephyr-latest/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-latest/tests/bluetooth/host/crypto/bt_rand/src/ |
D | test_suite_invalid_inputs.c | 21 * 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/ |
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 */
|
/Zephyr-latest/include/zephyr/random/ |
D | random.h | 43 * @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/ |
D | pmtu.c | 46 "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.",
|
D | route.c | 124 "<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/ |
D | pwm_max31790.c | 29 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/ |
D | kernel_tls.h | 36 * @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/ |
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-latest/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-latest/drivers/mfd/ |
D | mfd_max31790.c | 23 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/ |
D | random_timer.c | 49 * @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/ |
D | tls_internal.h | 68 * 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/ |
D | CMakeLists.txt | 58 DESTINATION ${INSTALL_INTERFACE_INC_DIR}) 62 DESTINATION ${INSTALL_PLATFORM_NS_DIR})
|
/Zephyr-latest/samples/subsys/settings/ |
D | sample.yaml | 43 - "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/ |
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-latest/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
|