Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c1638 uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local
1668 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()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c1783 uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local
1813 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()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c1638 uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local
1668 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()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c1638 uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local
1668 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()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c1638 uint8_t *pparams = ParametersTable; in HAL_DSI_LongWrite() local
1668 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()