Searched defs:commandParam (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/ssd1963/ |
| D | fsl_ssd1963.c | 171 uint16_t commandParam[8]; in SSD1963_Init() local 173 uint8_t commandParam[8]; in SSD1963_Init() local 354 uint16_t commandParam[4]; /* Command parameters for set_page_address and set_column_address. */ in SSD1963_SelectArea() local 356 uint8_t commandParam[4]; /* Command parameters for set_page_address and set_column_address. */ in SSD1963_SelectArea() local 431 uint16_t commandParam[] = {0x06U, value, 0x01U, 0xFFU, 0x00U, 0x01U}; in SSD1963_SetBackLight() local 433 uint8_t commandParam[] = {0x06U, value, 0x01U, 0xFFU, 0x00U, 0x01U}; in SSD1963_SetBackLight() local 462 uint16_t commandParam[1]; in SSD1963_SetPixelFormat() local 464 uint8_t commandParam[1]; in SSD1963_SetPixelFormat() local
|