Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Config/Log/
Dlog_module.c146 uint16_t tmp_size = 0; in Log_Module_PrintWithArg() local
168tmp_size = RegionToColor(&full_text[buffer_size], (UTIL_ADV_TRACE_TMP_BUF_SIZE - buffer_size), Reg… in Log_Module_PrintWithArg()
169 buffer_size += tmp_size; in Log_Module_PrintWithArg()
175 tmp_size = UTIL_ADV_TRACE_TMP_BUF_SIZE - buffer_size; in Log_Module_PrintWithArg()
176 log_timestamp_function(&full_text[buffer_size], tmp_size, &tmp_size); in Log_Module_PrintWithArg()
177 buffer_size += tmp_size; in Log_Module_PrintWithArg()
182tmp_size = (uint16_t)vsnprintf(&full_text[buffer_size], (UTIL_ADV_TRACE_TMP_BUF_SIZE - buffer_size… in Log_Module_PrintWithArg()
183 buffer_size += tmp_size; in Log_Module_PrintWithArg()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_swpmi.c663 uint32_t tmp_size; in HAL_SWPMI_Transmit() local
697 tmp_size = Size; in HAL_SWPMI_Transmit()
705 tmp_size--; in HAL_SWPMI_Transmit()
719 } while (tmp_size != 0U); in HAL_SWPMI_Transmit()
774 uint32_t tmp_size; in HAL_SWPMI_Receive() local
806 tmp_size = Size; in HAL_SWPMI_Receive()
814 tmp_size--; in HAL_SWPMI_Receive()
828 } while (tmp_size != 0U); in HAL_SWPMI_Receive()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_swpmi.c651 uint32_t tmp_size; in HAL_SWPMI_Transmit() local
685 tmp_size = Size; in HAL_SWPMI_Transmit()
693 tmp_size--; in HAL_SWPMI_Transmit()
708 while (tmp_size != 0U); in HAL_SWPMI_Transmit()
763 uint32_t tmp_size; in HAL_SWPMI_Receive() local
794 tmp_size = Size; in HAL_SWPMI_Receive()
802 tmp_size--; in HAL_SWPMI_Receive()
817 while (tmp_size != 0U); in HAL_SWPMI_Receive()