Searched refs:ht (Results 1 – 4 of 4) sorted by relevance
175 uint16_t vt, vps, ht, hps; in SSD1963_Init() local249 ht = config->panelWidth + config->hsw + config->hfp + config->hbp; in SSD1963_Init()251 commandParam[0] = (uint8_t)((ht - 1U) >> 8U); in SSD1963_Init()252 commandParam[1] = (uint8_t)((ht - 1U) & 0xFFU); in SSD1963_Init()
37 #define DSI_HOST_PKT_CONTROL_HEADER_TYPE(ht) ((uint32_t)(ht) << 18U) argument
38 #define PKT_CONTROL_HEADER_TYPE(ht) ((uint32_t)(ht) << 18U) argument
226 http://www.bradapp.com/ftp/src/libs/C++/Options.ht