Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c1579 uint32_t uicounter, nbBytes, count; in HAL_DSI_LongWrite() local
1616 uicounter = NbParams - nbBytes; in HAL_DSI_LongWrite()
1619 while(uicounter != 0U) in HAL_DSI_LongWrite()
1621 nbBytes = (uicounter < 4U) ? uicounter : 4U; in HAL_DSI_LongWrite()
1629 uicounter -= nbBytes; in HAL_DSI_LongWrite()