Searched refs:addr (Results 1 - 7 of 7) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | coap_client.c | 54 ip_addr_set_any(false, &(src_addr.addr)); in CoapClientStart() 56 ip_addr_set_any(true, &(src_addr.addr)); in CoapClientStart() 104 if (!ipaddr_aton(dst, &(dst_addr.addr))) { in CoapClientSendMsg() 112 ip_addr_set_any(false, &(listen_addr.addr)); in CoapClientSendMsg()
|
H A D | coap_service.c | 82 ip_addr_set_any(true, &(serv_addr.addr)); in CoapServerStart()
|
/vendor/hisilicon/hispark_pegasus/demo/sntp_demo/src/ |
H A D | sntp_port.h | 24 err_t _dns_gethostbyname(const char *hostname, ip_addr_t *addr, __dns_found_callback found, int *arg);
|
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/ |
H A D | bin2stream.py | 38 addr = self.request.getpeername() 39 print('Got connection from', addr) 67 print('handle request from', addr, 'done!')
|
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/ |
H A D | app_demo_config.c | 150 void Fm11WriteEep(unsigned short addr, unsigned int len, unsigned char *wbuf) in Fm11WriteEep() argument 153 unsigned short address = addr; in Fm11WriteEep() 198 unsigned char Fm11ReadReg(unsigned short addr) in Fm11ReadReg() argument 203 if (Fm11ReadEep(pdata, addr, 1) == 0) { /* 1: read length */ in Fm11ReadReg() 213 unsigned char Fm11WriteReg(unsigned short addr, unsigned char data) in Fm11WriteReg() argument 217 status = WriteFifoReg((unsigned char)((addr & 0xFF00) >> 8), /* 8: right move 8 bit */ in Fm11WriteReg() 218 (unsigned char)(addr & 0x00FF), data); in Fm11WriteReg() 452 (void)memcpy_s(&xbuf[0] + fm327Fifo[LC] + 1, /* 1: compy data addr */ in SelectApdu() 453 NDEF_FILE_LEN, statusOk + 1, /* 1: compy data addr */ in SelectApdu()
|
/vendor/hisilicon/hispark_pegasus/hals/utils/token/ |
H A D | hal_token.c | 66 static int32_t flashRead(uint32_t addr, uint32_t size, uint8_t *buffer)
in flashRead() argument 74 return hi_flash_read(addr, len, buffer);
in flashRead() 77 static int32_t flashWrite(uint32_t addr, uint32_t size, uint8_t *buffer)
in flashWrite() argument 85 return hi_flash_write(addr, len, buffer, 0);
in flashWrite()
|
/vendor/hihope/neptune_iotlink_demo/ble/source/ |
H A D | ble_server_demo.c | 387 printf("%s addr ", __FUNCTION__);
in test_gap_sec_response_callback() 388 for (int i = 0; i < OHOS_BD_ADDR_LEN; i++) printf("%02x:", bdAddr->addr[i]);
in test_gap_sec_response_callback() 398 for (int i = 0; i < OHOS_BD_ADDR_LEN; i++) printf("%02x:", scanResultdata->addr.addr[i]);
in test_gap_scan_result_callback()
|
Completed in 4 milliseconds