Searched refs:nbBytes (Results 1 – 1 of 1) sorted by relevance
1579 uint32_t uicounter, nbBytes, count; in HAL_DSI_LongWrite() local1608 nbBytes = (NbParams < 3U) ? NbParams : 3U; in HAL_DSI_LongWrite()1610 for(count = 0U; count < nbBytes; count++) in HAL_DSI_LongWrite()1616 uicounter = NbParams - nbBytes; in HAL_DSI_LongWrite()1617 pparams += nbBytes; in HAL_DSI_LongWrite()1621 nbBytes = (uicounter < 4U) ? uicounter : 4U; in HAL_DSI_LongWrite()1623 for(count = 0U; count < nbBytes; count++) in HAL_DSI_LongWrite()1629 uicounter -= nbBytes; in HAL_DSI_LongWrite()1630 pparams += nbBytes; in HAL_DSI_LongWrite()