| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | n32l43x_lprcnt.c | 193 return Temp; in GetVibrationTime() 215 return Temp; in GetDischargeTime() 237 return Temp; in GetChargeTime() 293 return Temp; in GetDacRefVol() 350 return Temp; in GetUndampedTh() 372 return Temp; in GetDampedTh() 390 Temp |= Div; in SetMsiClkPrescale() 405 return Temp ; in GetRotationCircle() 418 return Temp ; in GetSetRcnt() 571 return Temp; in GetNormalSensorLowSpeed() [all …]
|
| A D | n32l43x_pwr.c | 219 uint32_t Temp = 0; in PWR_WakeUpPinEnable() local 220 Temp = PWR->CTRL3; in PWR_WakeUpPinEnable() 223 Temp &= (~(PWR_CTRL3_WKUP0EN|PWR_CTRL3_WKUP1EN|PWR_CTRL3_WKUP2EN)); in PWR_WakeUpPinEnable() 224 Temp |= (WKUP_Pin); in PWR_WakeUpPinEnable() 225 PWR->CTRL3 = Temp; in PWR_WakeUpPinEnable() 229 Temp &= (~(WKUP_Pin)); in PWR_WakeUpPinEnable() 230 PWR->CTRL3 = Temp; in PWR_WakeUpPinEnable()
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_dma.h | 354 DMA_ADDR *Temp = (DMA_ADDR *)DMAx; in FL_DMA_WriteTransmissionSize() local 382 DMA_ADDR *Temp = (DMA_ADDR *)DMAx; in FL_DMA_ReadTransmissionSize() local 415 DMA_ADDR *Temp = (DMA_ADDR *)DMAx; in FL_DMA_SetPriority() local 447 DMA_ADDR *Temp = (DMA_ADDR *)DMAx; in FL_DMA_GetPriority() local 478 DMA_ADDR *Temp = (DMA_ADDR *)DMAx; in FL_DMA_SetMemoryIncrementMode() local 508 DMA_ADDR *Temp = (DMA_ADDR *)DMAx; in FL_DMA_GetMemoryIncrementMode() local 572 DMA_ADDR *Temp = (DMA_ADDR *)DMAx; in FL_DMA_SetPeripheralMap() local 604 DMA_ADDR *Temp = (DMA_ADDR *)DMAx; in FL_DMA_GetPeripheralMap() local 632 DMA_ADDR *Temp = (DMA_ADDR *)DMAx; in FL_DMA_SetTransmissionDirection() local 662 DMA_ADDR *Temp = (DMA_ADDR *)DMAx; in FL_DMA_GetTransmissionDirection() local [all …]
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Src/ |
| A D | bsp_common.c | 482 uint32_t Temp = 0; in AsciiToU32() local 488 Temp *= 10; in AsciiToU32() 489 Temp += Src[i] - '0'; in AsciiToU32() 496 return Temp; in AsciiToU32() 656 DYear += Temp * 400; in Tamp2UTC() 670 DYear += Temp * 4; in Tamp2UTC() 696 DYear += Temp * 4; in Tamp2UTC() 1002 float Temp; in BytesGetFloatFromBuf() local 1005 return Temp; in BytesGetFloatFromBuf() 1016 double Temp; in BytesGetDoubleFromBuf() local [all …]
|
| A D | core_spi.c | 946 uint8_t *Temp = malloc(WLen + RLen); in SPI_FlashBlockTransfer() local 947 memcpy(Temp, TxData, WLen); in SPI_FlashBlockTransfer() 952 Result = SPI_Transfer(SpiID, Temp, Temp, WLen + RLen, 1); in SPI_FlashBlockTransfer() 956 Result = SPI_Transfer(SpiID, Temp, Temp, WLen + RLen, 1); in SPI_FlashBlockTransfer() 961 free(Temp); in SPI_FlashBlockTransfer() 966 free(Temp); in SPI_FlashBlockTransfer() 974 memcpy(RxData, Temp + WLen, RLen); in SPI_FlashBlockTransfer() 976 free(Temp); in SPI_FlashBlockTransfer()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | n32l40x_pwr.c | 217 uint32_t Temp = 0; in PWR_WakeUpPinEnable() local 218 Temp = PWR->CTRL3; in PWR_WakeUpPinEnable() 221 Temp &= (~(PWR_CTRL3_WKUP0EN|PWR_CTRL3_WKUP1EN|PWR_CTRL3_WKUP2EN)); in PWR_WakeUpPinEnable() 222 Temp |= (WKUP_Pin); in PWR_WakeUpPinEnable() 223 PWR->CTRL3 = Temp; in PWR_WakeUpPinEnable() 227 Temp &= (~(WKUP_Pin)); in PWR_WakeUpPinEnable() 228 PWR->CTRL3 = Temp; in PWR_WakeUpPinEnable()
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/ |
| A D | n32g43x_pwr.c | 217 uint32_t Temp = 0; in PWR_WakeUpPinEnable() local 218 Temp = PWR->CTRL3; in PWR_WakeUpPinEnable() 221 Temp &= (~(PWR_CTRL3_WKUP0EN|PWR_CTRL3_WKUP1EN|PWR_CTRL3_WKUP2EN)); in PWR_WakeUpPinEnable() 222 Temp |= (WKUP_Pin); in PWR_WakeUpPinEnable() 223 PWR->CTRL3 = Temp; in PWR_WakeUpPinEnable() 227 Temp &= (~(WKUP_Pin)); in PWR_WakeUpPinEnable() 228 PWR->CTRL3 = Temp; in PWR_WakeUpPinEnable()
|
| /bsp/yichip/yc3121-pos/Libraries/sdk/ |
| A D | yc_gpio.c | 153 uint8_t Temp; in GPIO_ResetBits() local 159 Temp = GPIO_CONFIG(GPIOx * GPIO_PIN_NUM + i); in GPIO_ResetBits() 160 Temp |= 0x3F; //00111111 in GPIO_ResetBits() 161 Temp &= 0xFE; //11111110 in GPIO_ResetBits() 162 GPIO_CONFIG(GPIOx * GPIO_PIN_NUM + i) = Temp; in GPIO_ResetBits()
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_wdt.c | 70 struct time_match Temp; in wdt_match_sort() local 78 memcpy(&Temp, &wdt_match[j], sizeof(struct time_match)); in wdt_match_sort() 80 memcpy(&wdt_match[j + 1], &Temp, sizeof(struct time_match)); in wdt_match_sort() 281 struct time_match Temp; in swdt_match_sort() local 289 memcpy(&Temp, &swdt_match[j], sizeof(struct time_match)); in swdt_match_sort() 291 memcpy(&swdt_match[j + 1], &Temp, sizeof(struct time_match)); in swdt_match_sort()
|
| /bsp/nxp/lpc/lpc178x/drivers/ |
| A D | drv_glcd.c | 503 unsigned long xl,xr,yu,yd,Temp,V_Size, H_Size, SrcInc = 1; in _putchar() local 616 Temp = (*pSrc & (1UL << (j&0x7)))?TextColour:TextBackgndColour; in _putchar() 617 LCD_WRITE_PIXEL(Temp); in _putchar()
|