Searched refs:uicounter (Results 1 – 5 of 5) sorted by relevance
1813 uint32_t uicounter; in HAL_DSI_LongWrite() local1852 uicounter = NbParams - nbBytes; in HAL_DSI_LongWrite()1855 while (uicounter != 0U) in HAL_DSI_LongWrite()1857 nbBytes = (uicounter < 4U) ? uicounter : 4U; in HAL_DSI_LongWrite()1865 uicounter -= nbBytes; in HAL_DSI_LongWrite()
1668 uint32_t uicounter; in HAL_DSI_LongWrite() local1707 uicounter = NbParams - nbBytes; in HAL_DSI_LongWrite()1710 while (uicounter != 0U) in HAL_DSI_LongWrite()1712 nbBytes = (uicounter < 4U) ? uicounter : 4U; in HAL_DSI_LongWrite()1720 uicounter -= nbBytes; in HAL_DSI_LongWrite()