Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_flash_ex.c661 uint16_t tmp1 = 0U; in HAL_FLASHEx_OB_SelectPCROP() local
675 tmp1 = (uint16_t)(~(optiontmp2 )); in HAL_FLASHEx_OB_SelectPCROP()
676 tmp2 = (uint32_t)(((uint32_t)((uint32_t)(tmp1) << 16U)) | ((uint32_t)optiontmp2)); in HAL_FLASHEx_OB_SelectPCROP()
704 uint16_t tmp1 = 0U; in HAL_FLASHEx_OB_DeSelectPCROP() local
718 tmp1 = (uint16_t)(~(optiontmp2 )); in HAL_FLASHEx_OB_DeSelectPCROP()
719 tmp2 = (uint32_t)(((uint32_t)((uint32_t)(tmp1) << 16U)) | ((uint32_t)optiontmp2)); in HAL_FLASHEx_OB_DeSelectPCROP()
977 uint32_t tmp1 = 0U, tmp2 = 0U, tmp3 = 0U; in FLASH_OB_RDPConfig() local
982 tmp1 = (uint32_t)(OB->RDP & FLASH_OBR_RDPRT); in FLASH_OB_RDPConfig()
989 if ((tmp1 == OB_RDP_LEVEL_0) && (OB_RDP == OB_RDP_LEVEL_0)) in FLASH_OB_RDPConfig()
1002 tmp1 = (~((uint32_t)(OB_RDP | tmp3))); in FLASH_OB_RDPConfig()
[all …]
Dstm32l1xx_hal_sd.c1109 uint32_t tmp1, tmp2; in HAL_SD_CheckReadOperation() local
1113 tmp1 = hsd->DmaTransferCplt; in HAL_SD_CheckReadOperation()
1117 while ((tmp1 == 0) && (tmp2 == 0) && (tmp3 == SD_OK) && (timeout > 0)) in HAL_SD_CheckReadOperation()
1119 tmp1 = hsd->DmaTransferCplt; in HAL_SD_CheckReadOperation()
1169 uint32_t tmp1, tmp2; in HAL_SD_CheckWriteOperation() local
1173 tmp1 = hsd->DmaTransferCplt; in HAL_SD_CheckWriteOperation()
1177 while ((tmp1 == 0) && (tmp2 == 0) && (tmp3 == SD_OK) && (timeout > 0)) in HAL_SD_CheckWriteOperation()
1179 tmp1 = hsd->DmaTransferCplt; in HAL_SD_CheckWriteOperation()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_flash_ex.c545 uint16_t tmp1 = 0; in HAL_FLASHEx_OB_SelectPCROP() local
559 tmp1 = (uint16_t)(~(optiontmp2 )); in HAL_FLASHEx_OB_SelectPCROP()
560 tmp2 = (uint32_t)(((uint32_t)((uint32_t)(tmp1) << 16U)) | ((uint32_t)optiontmp2)); in HAL_FLASHEx_OB_SelectPCROP()
587 uint16_t tmp1 = 0; in HAL_FLASHEx_OB_DeSelectPCROP() local
601 tmp1 = (uint16_t)(~(optiontmp2 )); in HAL_FLASHEx_OB_DeSelectPCROP()
602 tmp2 = (uint32_t)(((uint32_t)((uint32_t)(tmp1) << 16U)) | ((uint32_t)optiontmp2)); in HAL_FLASHEx_OB_DeSelectPCROP()
833 uint32_t tmp1 = 0U, tmp2 = 0U, tmp3 = 0U; in FLASH_OB_RDPConfig() local
838 tmp1 = (uint32_t)(OB->RDP & FLASH_OPTR_RDPROT); in FLASH_OB_RDPConfig()
846 tmp1 = (~((uint32_t)(OB_RDP | tmp3))); in FLASH_OB_RDPConfig()
847 tmp2 = (uint32_t)(((uint32_t)((uint32_t)(tmp1) << 16U)) | ((uint32_t)(OB_RDP | tmp3))); in FLASH_OB_RDPConfig()
[all …]
Dstm32l0xx_hal_dac_ex.c343 uint32_t tmp1 = 0U, tmp2 = 0U; in HAL_DAC_Start() local
359 tmp1 = hdac->Instance->CR & DAC_CR_TEN1; in HAL_DAC_Start()
362 if((tmp1 == DAC_CR_TEN1) && (tmp2 == DAC_CR_TSEL1)) in HAL_DAC_Start()
370 tmp1 = hdac->Instance->CR & DAC_CR_TEN2; in HAL_DAC_Start()
373 if((tmp1 == DAC_CR_TEN2) && (tmp2 == DAC_CR_TSEL2)) in HAL_DAC_Start()
695 uint32_t tmp1 = 0U, tmp2 = 0U; in HAL_DAC_Start() local
709 tmp1 = hdac->Instance->CR & DAC_CR_TEN1; in HAL_DAC_Start()
712 if((tmp1 == DAC_CR_TEN1) && (tmp2 == DAC_CR_TSEL1)) in HAL_DAC_Start()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dma2d.c1952 uint32_t tmp1; in DMA2D_SetConfig() local
1966 tmp1 = pdata & DMA2D_OCOLR_ALPHA_1; in DMA2D_SetConfig()
1974 tmp = (tmp3 | tmp2 | tmp1| tmp4); in DMA2D_SetConfig()
1989 tmp1 = (tmp1 >> 31U); in DMA2D_SetConfig()
1993 tmp = ((tmp3 << 5U) | (tmp2 << 10U) | (tmp1 << 15U) | tmp4); in DMA2D_SetConfig()
1997 tmp1 = (tmp1 >> 28U); in DMA2D_SetConfig()
2001 tmp = ((tmp3 << 4U) | (tmp2 << 8U) | (tmp1 << 12U) | tmp4); in DMA2D_SetConfig()
Dstm32l4xx_ll_dma2d.c202 uint32_t tmp, tmp1, tmp2; in LL_DMA2D_Init() local
227 tmp1 = LL_DMA2D_FGND_IsEnabledCLUTLoad(DMA2Dx); in LL_DMA2D_Init()
229 if ((tmp == 0U) && (tmp1 == 0U) && (tmp2 == 0U)) in LL_DMA2D_Init()
Dstm32l4xx_hal_ltdc.c209 uint32_t tmp, tmp1; in HAL_LTDC_Init() local
290 tmp1 = ((uint32_t)(hltdc->Init.Backcolor.Red) << 16U); in HAL_LTDC_Init()
292 hltdc->Instance->BCCR |= (tmp1 | tmp | hltdc->Init.Backcolor.Blue); in HAL_LTDC_Init()
2074 uint32_t tmp1; in LTDC_SetConfig() local
2093 tmp1 = ((uint32_t)(pLayerCfg->Backcolor.Red) << 16U); in LTDC_SetConfig()
2096 LTDC_LAYER(hltdc, LayerIdx)->DCCR = (pLayerCfg->Backcolor.Blue | tmp | tmp1 | tmp2); in LTDC_SetConfig()
Dstm32l4xx_hal_smbus.c1442 FlagStatus tmp1; in HAL_SMBUS_IsDeviceReady() local
1467 tmp1 = __HAL_SMBUS_GET_FLAG(hsmbus, SMBUS_FLAG_STOPF); in HAL_SMBUS_IsDeviceReady()
1470 while ((tmp1 == RESET) && (tmp2 == RESET)) in HAL_SMBUS_IsDeviceReady()
1488 tmp1 = __HAL_SMBUS_GET_FLAG(hsmbus, SMBUS_FLAG_STOPF); in HAL_SMBUS_IsDeviceReady()
Dstm32l4xx_hal_i2c.c3036 FlagStatus tmp1; in HAL_I2C_IsDeviceReady() local
3061 tmp1 = __HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_STOPF); in HAL_I2C_IsDeviceReady()
3064 while ((tmp1 == RESET) && (tmp2 == RESET)) in HAL_I2C_IsDeviceReady()
3083 tmp1 = __HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_STOPF); in HAL_I2C_IsDeviceReady()