/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/src/ |
A D | dma_mem.c | 49 uint32_t src[SIZE_BUFFERS], dst[SIZE_BUFFERS]; variable 66 static void modifyData(uint32_t *src, uint32_t *dst, int words) in modifyData() 80 static void verifyData(uint32_t *src, uint32_t *dst, int words) in verifyData()
|
/lk-master/external/platform/pico/rp2_common/hardware_i2c/ |
A D | i2c.c | 201 static int i2c_read_blocking_internal(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool… in i2c_read_blocking_internal() 263 int i2c_read_blocking(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool nostop) { in i2c_read_blocking() 267 int i2c_read_blocking_until(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool nostop, a… in i2c_read_blocking_until() 272 int i2c_read_timeout_per_char_us(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool nost… in i2c_read_timeout_per_char_us()
|
/lk-master/external/lib/lwip/core/ |
A D | tcp_out.c | 63 #define TCP_DATA_COPY(dst, src, len, seg) do { \ argument 67 #define TCP_DATA_COPY2(dst, src, len, chksum, chksum_swapped) \ argument 70 #define TCP_DATA_COPY(dst, src, len, seg) MEMCPY(dst, src, len) argument 71 #define TCP_DATA_COPY2(dst, src, len, chksum, chksum_swapped) MEMCPY(dst, src, len) argument
|
/lk-master/external/lib/lwip/include/netif/ |
A D | etharp.h | 146 #define ETHADDR32_COPY(src, dst) SMEMCPY(src, dst, ETHARP_HWADDR_LEN) argument 152 #define ETHADDR16_COPY(src, dst) SMEMCPY(src, dst, ETHARP_HWADDR_LEN) argument
|
/lk-master/dev/fbcon/ |
A D | fbcon.c | 93 unsigned short *dst = config->base; in fbcon_scroll_up() local 111 uint16_t *dst = config->base; in fbcon_clear() local
|
/lk-master/external/platform/pico/rp2_common/hardware_i2c/include/hardware/ |
A D | i2c.h | 206 static inline int i2c_read_timeout_us(i2c_inst_t *i2c, uint8_t addr, uint8_t *dst, size_t len, bool… in i2c_read_timeout_us() 292 static inline void i2c_read_raw_blocking(i2c_inst_t *i2c, uint8_t *dst, size_t len) { in i2c_read_raw_blocking()
|
/lk-master/external/lib/lwip/core/snmp/ |
A D | mib2.c | 921 void objectidncpy(s32_t *dst, s32_t *src, u8_t n) in objectidncpy() 1442 ip_addr_t dst; in snmp_insert_iprteidx_tree() local 1519 ip_addr_t dst; in snmp_delete_iprteidx_tree() local 2759 ip_addr_t *dst = (ip_addr_t*)value; in atentry_get_value() local 3094 ip_addr_t *dst = (ip_addr_t*)value; in ip_addrentry_get_value() local 3106 ip_addr_t *dst = (ip_addr_t*)value; in ip_addrentry_get_value() local 3244 ip_addr_t *dst = (ip_addr_t*)value; in ip_rteentry_get_value() local 3293 ip_addr_t *dst = (ip_addr_t*)value; in ip_rteentry_get_value() local 3340 ip_addr_t *dst = (ip_addr_t*)value; in ip_rteentry_get_value() local 3450 ip_addr_t *dst = (ip_addr_t*)value; in ip_ntomentry_get_value() local [all …]
|
A D | msg_out.c | 95 snmp_trap_dst_ip_set(u8_t dst_idx, ip_addr_t *dst) in snmp_trap_dst_ip_set()
|
/lk-master/lib/libc/string/ |
A D | bzero.c | 16 bzero(void *dst, size_t count) { in bzero()
|
A D | strlcpy.c | 17 strlcpy(char *dst, char const *src, size_t s) { in strlcpy()
|
A D | strlcat.c | 17 strlcat(char *dst, char const *src, size_t s) { in strlcat()
|
/lk-master/external/lib/lwip/include/ipv4/lwip/ |
A D | inet_chksum.h | 60 #define LWIP_CHKSUM_COPY(dst, src, len) lwip_chksum_copy(dst, src, len) argument
|
/lk-master/lib/minip/ |
A D | minip.c | 104 void minip_build_mac_hdr(struct eth_hdr *pkt, const uint8_t *dst, uint16_t type) { in minip_build_mac_hdr() 110 void minip_build_ipv4_hdr(struct ipv4_hdr *ipv4, uint32_t dst, uint8_t proto, uint16_t len) { in minip_build_ipv4_hdr()
|
/lk-master/lib/devicetree/ |
A D | devicetree.c | 31 static int sslice(slice_t *src, slice_t *dst, u32 off, u32 len) { in sslice()
|
/lk-master/external/lib/lwip/core/ipv4/ |
A D | inet_chksum.c | 445 lwip_chksum_copy(void *dst, const void *src, u16_t len) in lwip_chksum_copy()
|
/lk-master/external/platform/pico/rp2_common/hardware_uart/include/hardware/ |
A D | uart.h | 313 static inline void uart_read_blocking(uart_inst_t *uart, uint8_t *dst, size_t len) { in uart_read_blocking()
|
/lk-master/app/stringtests/ |
A D | string_tests.c | 17 static uint8_t *dst; variable
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | rom_dma_15xx.h | 163 uint32_t dst; /*!< Destination end address */ member
|
/lk-master/external/arch/arm/arm-m/CMSIS/Include/ |
A D | mpu_armv7.h | 251 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
|
A D | mpu_armv8.h | 289 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | opt.h | 84 #define MEMCPY(dst,src,len) memcpy(dst,src,len) argument 92 #define SMEMCPY(dst,src,len) memcpy(dst,src,len) argument
|
/lk-master/external/lib/lwip/netif/ |
A D | etharp.c | 415 etharp_send_ip(struct netif *netif, struct pbuf *p, struct eth_addr *src, struct eth_addr *dst) in etharp_send_ip()
|