Searched refs:pparams (Results 1 – 5 of 5) sorted by relevance
1638 uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local1668 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()1673 pparams += nbBytes; in HAL_DSI_LongWrite()1681 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()1686 pparams += nbBytes; in HAL_DSI_LongWrite()
1783 uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local1813 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()1818 pparams += nbBytes; in HAL_DSI_LongWrite()1826 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()1831 pparams += nbBytes; in HAL_DSI_LongWrite()