Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c1817 uint32_t fifoword; in HAL_DSI_LongWrite() local
1843 fifoword = Param1; in HAL_DSI_LongWrite()
1848 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()
1850 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1858 fifoword = 0U; in HAL_DSI_LongWrite()
1861 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()
1863 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1906 uint32_t fifoword; in HAL_DSI_Read() local
1962 fifoword = hdsi->Instance->GPDR; in HAL_DSI_Read()
1967 *pdata = (uint8_t)(fifoword >> (8U * count)); in HAL_DSI_Read()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c1672 uint32_t fifoword; in HAL_DSI_LongWrite() local
1698 fifoword = Param1; in HAL_DSI_LongWrite()
1703 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()
1705 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1713 fifoword = 0U; in HAL_DSI_LongWrite()
1716 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()
1718 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1761 uint32_t fifoword; in HAL_DSI_Read() local
1817 fifoword = hdsi->Instance->GPDR; in HAL_DSI_Read()
1822 *pdata = (uint8_t)(fifoword >> (8U * count)); in HAL_DSI_Read()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c1672 uint32_t fifoword; in HAL_DSI_LongWrite() local
1698 fifoword = Param1; in HAL_DSI_LongWrite()
1703 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()
1705 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1713 fifoword = 0U; in HAL_DSI_LongWrite()
1716 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()
1718 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1761 uint32_t fifoword; in HAL_DSI_Read() local
1817 fifoword = hdsi->Instance->GPDR; in HAL_DSI_Read()
1822 *pdata = (uint8_t)(fifoword >> (8U * count)); in HAL_DSI_Read()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c1672 uint32_t fifoword; in HAL_DSI_LongWrite() local
1698 fifoword = Param1; in HAL_DSI_LongWrite()
1703 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()
1705 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1713 fifoword = 0U; in HAL_DSI_LongWrite()
1716 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()
1718 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1761 uint32_t fifoword; in HAL_DSI_Read() local
1817 fifoword = hdsi->Instance->GPDR; in HAL_DSI_Read()
1822 *pdata = (uint8_t)(fifoword >> (8U * count)); in HAL_DSI_Read()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c1672 uint32_t fifoword; in HAL_DSI_LongWrite() local
1698 fifoword = Param1; in HAL_DSI_LongWrite()
1703 fifoword |= (((uint32_t)(*(pparams + count))) << (8U + (8U * count))); in HAL_DSI_LongWrite()
1705 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1713 fifoword = 0U; in HAL_DSI_LongWrite()
1716 fifoword |= (((uint32_t)(*(pparams + count))) << (8U * count)); in HAL_DSI_LongWrite()
1718 hdsi->Instance->GPDR = fifoword; in HAL_DSI_LongWrite()
1761 uint32_t fifoword; in HAL_DSI_Read() local
1817 fifoword = hdsi->Instance->GPDR; in HAL_DSI_Read()
1822 *pdata = (uint8_t)(fifoword >> (8U * count)); in HAL_DSI_Read()