Searched refs:nbBytes (Results 1 – 5 of 5) sorted by relevance
1814 uint32_t nbBytes; in HAL_DSI_LongWrite() local1844 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()
1669 uint32_t nbBytes; in HAL_DSI_LongWrite() local1699 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()