Searched refs:resp (Results 1 – 3 of 3) sorted by relevance
/lk-master/app/moot/ |
A D | usbboot.c | 122 DEBUG_ASSERT(resp); in handle_usb_cmd() 124 resp->magic = RESP_MAGIC; in handle_usb_cmd() 125 resp->code = USB_RESP_NO_ERROR; in handle_usb_cmd() 126 resp->arg = 0; in handle_usb_cmd() 136 resp->code = USB_RESP_BAD_MAGIC; in handle_usb_cmd() 167 resp->arg = 0; in handle_usb_cmd() 168 usb_xmit((void *)resp, sizeof(*resp)); in handle_usb_cmd() 204 resp->arg = 0; in handle_usb_cmd() 226 usb_xmit((void *)resp, sizeof(*resp)); in handle_usb_cmd() 229 resp->arg = 0; in handle_usb_cmd() [all …]
|
/lk-master/tools/moot/ |
A D | mtldr | 126 … resp = self._ep_in.read(CommandDispatcher.response_struct_len, timeout=timeout).tostring() 128 resp = self._ep_in.read(CommandDispatcher.response_struct_len).tostring() 132 str(binascii.hexlify(resp)) 135 resp = CommandDispatcher.response_struct.unpack(resp) 136 if resp[0] != CommandDispatcher.resp_magic: 140 ("Read Response - retcode = %d, nbytes = %d" % (resp[1], resp[2])) 143 return (resp[1], int(resp[2])) 171 resp = self._ep_in.read(int(datalen), timeout=CommandDispatcher.data_phase_timeout) 175 return (retcode, resp)
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | rom_pwr_15xx.h | 102 void (*set_pll)(uint32_t cmd[], uint32_t resp[]); /*!< Set PLL function */ 103 void (*set_power)(uint32_t cmd[], uint32_t resp[]); /*!< Set power function */
|
Completed in 8 milliseconds