Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_swpmi.c668 uint32_t tmp_size; in HAL_SWPMI_Transmit() local
702 tmp_size = Size; in HAL_SWPMI_Transmit()
710 tmp_size--; in HAL_SWPMI_Transmit()
724 } while(tmp_size != 0U); in HAL_SWPMI_Transmit()
779 uint32_t tmp_size; in HAL_SWPMI_Receive() local
810 tmp_size = Size; in HAL_SWPMI_Receive()
818 tmp_size--; in HAL_SWPMI_Receive()
832 } while(tmp_size != 0U); in HAL_SWPMI_Receive()