Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_flash_ex.c662 uint32_t tmp2 = 0U; in HAL_FLASHEx_OB_SelectPCROP() local
676 tmp2 = (uint32_t)(((uint32_t)((uint32_t)(tmp1) << 16U)) | ((uint32_t)optiontmp2)); in HAL_FLASHEx_OB_SelectPCROP()
684 OB->RDP = tmp2; in HAL_FLASHEx_OB_SelectPCROP()
705 uint32_t tmp2 = 0U; in HAL_FLASHEx_OB_DeSelectPCROP() local
719 tmp2 = (uint32_t)(((uint32_t)((uint32_t)(tmp1) << 16U)) | ((uint32_t)optiontmp2)); in HAL_FLASHEx_OB_DeSelectPCROP()
727 OB->RDP = tmp2; in HAL_FLASHEx_OB_DeSelectPCROP()
977 uint32_t tmp1 = 0U, tmp2 = 0U, tmp3 = 0U; in FLASH_OB_RDPConfig() local
1003 tmp2 = (uint32_t)(((uint32_t)((uint32_t)(tmp1) << 16U)) | ((uint32_t)(OB_RDP | tmp3))); in FLASH_OB_RDPConfig()
1014 OB->RDP = tmp2; in FLASH_OB_RDPConfig()
1248 uint32_t tmp1 = 0U, tmp2 = 0U; in FLASH_OB_WRPConfigWRP1OrPCROP1() local
[all …]
Dstm32l1xx_hal_sd.c1109 uint32_t tmp1, tmp2; in HAL_SD_CheckReadOperation() local
1114 tmp2 = hsd->SdTransferCplt; in HAL_SD_CheckReadOperation()
1117 while ((tmp1 == 0) && (tmp2 == 0) && (tmp3 == SD_OK) && (timeout > 0)) in HAL_SD_CheckReadOperation()
1120 tmp2 = hsd->SdTransferCplt; in HAL_SD_CheckReadOperation()
1169 uint32_t tmp1, tmp2; in HAL_SD_CheckWriteOperation() local
1174 tmp2 = hsd->SdTransferCplt; in HAL_SD_CheckWriteOperation()
1177 while ((tmp1 == 0) && (tmp2 == 0) && (tmp3 == SD_OK) && (timeout > 0)) in HAL_SD_CheckWriteOperation()
1180 tmp2 = hsd->SdTransferCplt; in HAL_SD_CheckWriteOperation()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_dac_ex.c343 uint32_t tmp1 = 0U, tmp2 = 0U; in HAL_DAC_Start() local
360 tmp2 = hdac->Instance->CR & DAC_CR_TSEL1; in HAL_DAC_Start()
362 if((tmp1 == DAC_CR_TEN1) && (tmp2 == DAC_CR_TSEL1)) in HAL_DAC_Start()
371 tmp2 = hdac->Instance->CR & DAC_CR_TSEL2; 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
710 tmp2 = hdac->Instance->CR & DAC_CR_TSEL1; in HAL_DAC_Start()
712 if((tmp1 == DAC_CR_TEN1) && (tmp2 == DAC_CR_TSEL1)) in HAL_DAC_Start()
Dstm32l0xx_hal_flash_ex.c546 uint32_t tmp2 = 0; in HAL_FLASHEx_OB_SelectPCROP() local
560 tmp2 = (uint32_t)(((uint32_t)((uint32_t)(tmp1) << 16U)) | ((uint32_t)optiontmp2)); in HAL_FLASHEx_OB_SelectPCROP()
568 OB->RDP = tmp2; in HAL_FLASHEx_OB_SelectPCROP()
588 uint32_t tmp2 = 0; in HAL_FLASHEx_OB_DeSelectPCROP() local
602 tmp2 = (uint32_t)(((uint32_t)((uint32_t)(tmp1) << 16U)) | ((uint32_t)optiontmp2)); in HAL_FLASHEx_OB_DeSelectPCROP()
610 OB->RDP = tmp2; in HAL_FLASHEx_OB_DeSelectPCROP()
833 uint32_t tmp1 = 0U, tmp2 = 0U, tmp3 = 0U; in FLASH_OB_RDPConfig() local
847 tmp2 = (uint32_t)(((uint32_t)((uint32_t)(tmp1) << 16U)) | ((uint32_t)(OB_RDP | tmp3))); in FLASH_OB_RDPConfig()
858 OB->RDP = tmp2; in FLASH_OB_RDPConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dma2d.c1953 uint32_t tmp2; in DMA2D_SetConfig() local
1967 tmp2 = pdata & DMA2D_OCOLR_RED_1; in DMA2D_SetConfig()
1974 tmp = (tmp3 | tmp2 | tmp1| tmp4); in DMA2D_SetConfig()
1978 tmp = (tmp3 | tmp2 | tmp4); in DMA2D_SetConfig()
1982 tmp2 = (tmp2 >> 19U); in DMA2D_SetConfig()
1985 tmp = ((tmp3 << 5U) | (tmp2 << 11U) | tmp4); in DMA2D_SetConfig()
1990 tmp2 = (tmp2 >> 19U); in DMA2D_SetConfig()
1993 tmp = ((tmp3 << 5U) | (tmp2 << 10U) | (tmp1 << 15U) | tmp4); in DMA2D_SetConfig()
1998 tmp2 = (tmp2 >> 20U); 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
228 tmp2 = LL_DMA2D_BGND_IsEnabledCLUTLoad(DMA2Dx); in LL_DMA2D_Init()
229 if ((tmp == 0U) && (tmp1 == 0U) && (tmp2 == 0U)) in LL_DMA2D_Init()
Dstm32l4xx_hal_smbus.c1443 FlagStatus tmp2; in HAL_SMBUS_IsDeviceReady() local
1468 tmp2 = __HAL_SMBUS_GET_FLAG(hsmbus, SMBUS_FLAG_AF); in HAL_SMBUS_IsDeviceReady()
1470 while ((tmp1 == RESET) && (tmp2 == RESET)) in HAL_SMBUS_IsDeviceReady()
1489 tmp2 = __HAL_SMBUS_GET_FLAG(hsmbus, SMBUS_FLAG_AF); in HAL_SMBUS_IsDeviceReady()
Dstm32l4xx_hal_ltdc.c2075 uint32_t tmp2; in LTDC_SetConfig() local
2094 tmp2 = (pLayerCfg->Alpha0 << 24U); in LTDC_SetConfig()
2096 LTDC_LAYER(hltdc, LayerIdx)->DCCR = (pLayerCfg->Backcolor.Blue | tmp | tmp1 | tmp2); in LTDC_SetConfig()
Dstm32l4xx_hal_i2c.c3037 FlagStatus tmp2; in HAL_I2C_IsDeviceReady() local
3062 tmp2 = __HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_AF); in HAL_I2C_IsDeviceReady()
3064 while ((tmp1 == RESET) && (tmp2 == RESET)) in HAL_I2C_IsDeviceReady()
3084 tmp2 = __HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_AF); in HAL_I2C_IsDeviceReady()