Searched refs:pt_buf (Results 1 – 1 of 1) sorted by relevance
78 u8 *pt_buf = buf; in stm32prog_cmd_read() local97 *pt_buf++ = (u8)(phase & 0xFF); in stm32prog_cmd_read()98 *pt_buf++ = (u8)(destination); in stm32prog_cmd_read()99 *pt_buf++ = (u8)(destination >> 8); in stm32prog_cmd_read()100 *pt_buf++ = (u8)(destination >> 16); in stm32prog_cmd_read()101 *pt_buf++ = (u8)(destination >> 24); in stm32prog_cmd_read()102 *pt_buf++ = (u8)(dfu_offset); in stm32prog_cmd_read()103 *pt_buf++ = (u8)(dfu_offset >> 8); in stm32prog_cmd_read()104 *pt_buf++ = (u8)(dfu_offset >> 16); in stm32prog_cmd_read()105 *pt_buf++ = (u8)(dfu_offset >> 24); in stm32prog_cmd_read()[all …]
Completed in 2 milliseconds