Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c1671 uint32_t nbbytes; in HAL_DSI_Read() local
1726 nbbytes = (datasize < 4U) ? datasize : 4U; in HAL_DSI_Read()
1728 for(count = 0U; count < nbbytes; count++) in HAL_DSI_Read()