Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c1637 uint32_t fifoword; in HAL_DSI_LongWrite() local
1663 fifoword = Param1; in HAL_DSI_LongWrite()
1668 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()
1670 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1678 fifoword = 0U; in HAL_DSI_LongWrite()
1681 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()
1683 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1726 uint32_t fifoword; in HAL_DSI_Read() local
1782 fifoword = hdsi->Instance->GPDR; in HAL_DSI_Read()
1787 *pdata = (uint8_t)(fifoword >> (8U * count)); in HAL_DSI_Read()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c1782 uint32_t fifoword; in HAL_DSI_LongWrite() local
1808 fifoword = Param1; in HAL_DSI_LongWrite()
1813 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()
1815 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1823 fifoword = 0U; in HAL_DSI_LongWrite()
1826 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()
1828 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1871 uint32_t fifoword; in HAL_DSI_Read() local
1927 fifoword = hdsi->Instance->GPDR; in HAL_DSI_Read()
1932 *pdata = (uint8_t)(fifoword >> (8U * count)); in HAL_DSI_Read()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c1637 uint32_t fifoword; in HAL_DSI_LongWrite() local
1663 fifoword = Param1; in HAL_DSI_LongWrite()
1668 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()
1670 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1678 fifoword = 0U; in HAL_DSI_LongWrite()
1681 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()
1683 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1726 uint32_t fifoword; in HAL_DSI_Read() local
1782 fifoword = hdsi->Instance->GPDR; in HAL_DSI_Read()
1787 *pdata = (uint8_t)(fifoword >> (8U * count)); in HAL_DSI_Read()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c1637 uint32_t fifoword; in HAL_DSI_LongWrite() local
1663 fifoword = Param1; in HAL_DSI_LongWrite()
1668 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()
1670 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1678 fifoword = 0U; in HAL_DSI_LongWrite()
1681 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()
1683 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1726 uint32_t fifoword; in HAL_DSI_Read() local
1782 fifoword = hdsi->Instance->GPDR; in HAL_DSI_Read()
1787 *pdata = (uint8_t)(fifoword >> (8U * count)); in HAL_DSI_Read()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c1637 uint32_t fifoword; in HAL_DSI_LongWrite() local
1663 fifoword = Param1; in HAL_DSI_LongWrite()
1668 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()
1670 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1678 fifoword = 0U; in HAL_DSI_LongWrite()
1681 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()
1683 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1726 uint32_t fifoword; in HAL_DSI_Read() local
1782 fifoword = hdsi->Instance->GPDR; in HAL_DSI_Read()
1787 *pdata = (uint8_t)(fifoword >> (8U * count)); in HAL_DSI_Read()