Home
last modified time | relevance | path

Searched refs:pparams (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c1818 const uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local
1848 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()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c1673 const uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local
1703 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()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c1673 const uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local
1703 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()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c1673 const uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local
1703 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()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c1673 const uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local
1703 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()