Searched refs:byteorder (Results 1 – 8 of 8) sorted by relevance
| /bsp/nuvoton/numaker-hmi-ma35d1/nuwriter_scripts/ |
| A D | nuwriter.py | 432 cmd = start.to_bytes(8, byteorder='little') 433 cmd += length.to_bytes(8, byteorder='little') 435 cmd += option.to_bytes(4, byteorder='little') 499 cmd = start.to_bytes(8, byteorder='little') 500 cmd += length.to_bytes(8, byteorder='little') 502 cmd += option.to_bytes(4, byteorder='little') 542 cmd += option.to_bytes(4, byteorder='little') 573 cmd += option.to_bytes(4, byteorder='little') 640 cmd = start.to_bytes(8, byteorder='little') 802 cmd = start.to_bytes(8, byteorder='little') [all …]
|
| A D | UnpackImage.py | 29 if checksum != int.from_bytes(self.pack_data[4:8], byteorder='little'): 32 self.image_cnt = int.from_bytes(self.pack_data[8:12], byteorder='little') 37 … self.img_list.append([int.from_bytes(self.pack_data[index: index + 8], byteorder='little'), 38 … int.from_bytes(self.pack_data[index + 8: index + 16], byteorder='little'), 39 … int.from_bytes(self.pack_data[index + 16: index + 20], byteorder='little'), 41 …index += int.from_bytes(self.pack_data[index: index + 8], byteorder='little') + 24 # 24 is image …
|
| /bsp/nuvoton/numaker-iot-ma35d1/nuwriter_scripts/ |
| A D | nuwriter.py | 432 cmd = start.to_bytes(8, byteorder='little') 433 cmd += length.to_bytes(8, byteorder='little') 435 cmd += option.to_bytes(4, byteorder='little') 499 cmd = start.to_bytes(8, byteorder='little') 500 cmd += length.to_bytes(8, byteorder='little') 502 cmd += option.to_bytes(4, byteorder='little') 542 cmd += option.to_bytes(4, byteorder='little') 573 cmd += option.to_bytes(4, byteorder='little') 640 cmd = start.to_bytes(8, byteorder='little') 802 cmd = start.to_bytes(8, byteorder='little') [all …]
|
| A D | UnpackImage.py | 29 if checksum != int.from_bytes(self.pack_data[4:8], byteorder='little'): 32 self.image_cnt = int.from_bytes(self.pack_data[8:12], byteorder='little') 37 … self.img_list.append([int.from_bytes(self.pack_data[index: index + 8], byteorder='little'), 38 … int.from_bytes(self.pack_data[index + 8: index + 16], byteorder='little'), 39 … int.from_bytes(self.pack_data[index + 16: index + 20], byteorder='little'), 41 …index += int.from_bytes(self.pack_data[index: index + 8], byteorder='little') + 24 # 24 is image …
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_lcdc_drv.c | 39 static uint8_t lcdc_byteorder(display_byteorder_t byteorder) in lcdc_byteorder() argument 41 switch (byteorder) { in lcdc_byteorder() 61 layer->byteorder = display_byteorder_a3a2a1a0; in lcdc_get_default_layer_config() 197 uint8_t byteorder; in lcdc_config_layer() local 240 byteorder = lcdc_byteorder(layer->byteorder); in lcdc_config_layer() 247 | LCDC_LAYER_LAYCTRL_PACK_DIR_SET(byteorder) in lcdc_config_layer()
|
| A D | hpm_pdma_drv.c | 66 config->byteorder = display_byteorder_a2a3a0a1; in pdma_get_default_config() 68 config->byteorder = display_byteorder_a0a1a2a3; in pdma_get_default_config() 71 config->byteorder = display_byteorder_a3a2a1a0; in pdma_get_default_config() 79 config->byteorder = display_byteorder_a3a2a1a0; in pdma_get_default_plane_config() 252 ptr->CTRL = PDMA_CTRL_PACK_DIR_SET(config->byteorder) | mask; in pdma_init() 312 | PDMA_PS_CTRL_PACK_DIR_SET(plane_src->byteorder) in pdma_config_planes() 344 | PDMA_PS_CTRL_PACK_DIR_SET(plane_dst->byteorder) in pdma_config_planes() 796 display_byteorder_t byteorder; member 865 config.byteorder = out_format_tab[dst->format].byteorder; in pdma_blit_ex() 869 plane_src.byteorder = plane_format_tab[src->format].byteorder; in pdma_blit_ex() [all …]
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_pdma_drv.h | 94 display_byteorder_t byteorder; /**< packing byte order type */ member 136 display_byteorder_t byteorder; /**< byte order */ member
|
| A D | hpm_lcdc_drv.h | 92 display_byteorder_t byteorder; /**< Byte order */ member
|
Completed in 19 milliseconds