Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c1814 uint32_t nbBytes; in HAL_DSI_LongWrite() local
1844 nbBytes = (NbParams < 3U) ? NbParams : 3U; in HAL_DSI_LongWrite()
1846 for (count = 0U; count < nbBytes; count++) in HAL_DSI_LongWrite()
1852 uicounter = NbParams - nbBytes; in HAL_DSI_LongWrite()
1853 pparams += nbBytes; in HAL_DSI_LongWrite()
1857 nbBytes = (uicounter < 4U) ? uicounter : 4U; in HAL_DSI_LongWrite()
1859 for (count = 0U; count < nbBytes; count++) in HAL_DSI_LongWrite()
1865 uicounter -= nbBytes; in HAL_DSI_LongWrite()
1866 pparams += nbBytes; in HAL_DSI_LongWrite()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dsi.c1669 uint32_t nbBytes; in HAL_DSI_LongWrite() local
1699 nbBytes = (NbParams < 3U) ? NbParams : 3U; in HAL_DSI_LongWrite()
1701 for (count = 0U; count < nbBytes; count++) in HAL_DSI_LongWrite()
1707 uicounter = NbParams - nbBytes; in HAL_DSI_LongWrite()
1708 pparams += nbBytes; in HAL_DSI_LongWrite()
1712 nbBytes = (uicounter < 4U) ? uicounter : 4U; in HAL_DSI_LongWrite()
1714 for (count = 0U; count < nbBytes; count++) in HAL_DSI_LongWrite()
1720 uicounter -= nbBytes; in HAL_DSI_LongWrite()
1721 pparams += nbBytes; in HAL_DSI_LongWrite()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dsi.c1669 uint32_t nbBytes; in HAL_DSI_LongWrite() local
1699 nbBytes = (NbParams < 3U) ? NbParams : 3U; in HAL_DSI_LongWrite()
1701 for (count = 0U; count < nbBytes; count++) in HAL_DSI_LongWrite()
1707 uicounter = NbParams - nbBytes; in HAL_DSI_LongWrite()
1708 pparams += nbBytes; in HAL_DSI_LongWrite()
1712 nbBytes = (uicounter < 4U) ? uicounter : 4U; in HAL_DSI_LongWrite()
1714 for (count = 0U; count < nbBytes; count++) in HAL_DSI_LongWrite()
1720 uicounter -= nbBytes; in HAL_DSI_LongWrite()
1721 pparams += nbBytes; in HAL_DSI_LongWrite()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dsi.c1669 uint32_t nbBytes; in HAL_DSI_LongWrite() local
1699 nbBytes = (NbParams < 3U) ? NbParams : 3U; in HAL_DSI_LongWrite()
1701 for (count = 0U; count < nbBytes; count++) in HAL_DSI_LongWrite()
1707 uicounter = NbParams - nbBytes; in HAL_DSI_LongWrite()
1708 pparams += nbBytes; in HAL_DSI_LongWrite()
1712 nbBytes = (uicounter < 4U) ? uicounter : 4U; in HAL_DSI_LongWrite()
1714 for (count = 0U; count < nbBytes; count++) in HAL_DSI_LongWrite()
1720 uicounter -= nbBytes; in HAL_DSI_LongWrite()
1721 pparams += nbBytes; in HAL_DSI_LongWrite()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dsi.c1669 uint32_t nbBytes; in HAL_DSI_LongWrite() local
1699 nbBytes = (NbParams < 3U) ? NbParams : 3U; in HAL_DSI_LongWrite()
1701 for (count = 0U; count < nbBytes; count++) in HAL_DSI_LongWrite()
1707 uicounter = NbParams - nbBytes; in HAL_DSI_LongWrite()
1708 pparams += nbBytes; in HAL_DSI_LongWrite()
1712 nbBytes = (uicounter < 4U) ? uicounter : 4U; in HAL_DSI_LongWrite()
1714 for (count = 0U; count < nbBytes; count++) in HAL_DSI_LongWrite()
1720 uicounter -= nbBytes; in HAL_DSI_LongWrite()
1721 pparams += nbBytes; in HAL_DSI_LongWrite()