Searched refs:pparams (Results 1 – 5 of 5) sorted by relevance
1818 const uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local1848 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()1853 pparams += nbBytes; in HAL_DSI_LongWrite()1861 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()1866 pparams += nbBytes; in HAL_DSI_LongWrite()
1673 const uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local1703 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()1708 pparams += nbBytes; in HAL_DSI_LongWrite()1716 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()1721 pparams += nbBytes; in HAL_DSI_LongWrite()