Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 42) sorted by relevance

12

/lk-master/arch/arm/include/arch/
A Darch_atomic.h18 int temp; in atomic_add() local
31 int temp; in atomic_and() local
44 int temp; in atomic_or() local
57 int temp; in atomic_swap() local
70 int temp; in atomic_cmpxchg() local
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dadc_15xx.c49 uint32_t temp; in Chip_ADC_SetIntBits() local
61 uint32_t temp; in Chip_ADC_ClearIntBits() local
73 uint32_t temp; in Chip_ADC_SetTHRSELBits() local
85 uint32_t temp; in Chip_ADC_ClearTHRSELBits() local
174 uint32_t temp; in Chip_ADC_SetSequencerBits() local
186 uint32_t temp; in Chip_ADC_ClearSequencerBits() local
A Ddma_15xx.c73 uint32_t temp; in Chip_DMA_SetTranBits() local
85 uint32_t temp; in Chip_DMA_ClearTranBits() local
A Dswm_15xx.c56 uint32_t temp; in Chip_SWM_MovablePinAssign() local
/lk-master/arch/mips/
A Darch.c22 uint32_t temp = mips_read_c0_status(); in arch_early_init() local
97 uint32_t temp = mips_read_c0_status(); in mips_enable_irq() local
107 uint32_t temp = mips_read_c0_status(); in mips_disable_irq() local
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_cec.c323 uint8_t temp = 0; in HAL_CEC_Transmit() local
456 uint32_t temp; in HAL_CEC_Receive() local
549 uint8_t temp = 0; in HAL_CEC_Transmit_IT() local
A Dstm32f7xx_hal_crc.c280 uint32_t temp = 0; /* CRC output (read from hcrc->Instance->DR register) */ in HAL_CRC_Accumulate() local
331 uint32_t temp = 0; /* CRC output (read from hcrc->Instance->DR register) */ in HAL_CRC_Calculate() local
A Dstm32f7xx_hal_dma.c513 uint32_t temp, tmp, tmp1, tmp2; in HAL_DMA_PollForTransfer() local
A Dstm32f7xx_hal_gpio.c192 uint32_t temp = 0x00; in HAL_GPIO_Init() local
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_ll_rtc.h1146 register uint32_t temp = 0U; in LL_RTC_TIME_GetHour() local
1184 register uint32_t temp = 0U; in LL_RTC_TIME_GetMinute() local
1222 register uint32_t temp = 0U; in LL_RTC_TIME_GetSecond() local
1251 register uint32_t temp = 0U; in LL_RTC_TIME_Config() local
1279 register uint32_t temp = 0U; in LL_RTC_TIME_Get() local
1418 register uint32_t temp = 0U; in LL_RTC_DATE_GetYear() local
1514 register uint32_t temp = 0U; in LL_RTC_DATE_GetMonth() local
1547 register uint32_t temp = 0U; in LL_RTC_DATE_GetDay() local
1590 register uint32_t temp = 0U; in LL_RTC_DATE_Config() local
1618 register uint32_t temp = 0U; in LL_RTC_DATE_Get() local
[all …]
/lk-master/arch/microblaze/include/arch/
A Darch_ops.h16 uint32_t temp; in arch_enable_ints() local
29 uint32_t temp; in arch_disable_ints() local
A Dmicroblaze.h11 uint32_t temp; in mb_read_msr() local
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_crc.c299 uint32_t temp = 0U; /* CRC output (read from hcrc->Instance->DR register) */ in HAL_CRC_Accumulate() local
359 uint32_t temp = 0U; /* CRC output (read from hcrc->Instance->DR register) */ in HAL_CRC_Calculate() local
A Dstm32f0xx_hal_uart_ex.c184 uint32_t temp = 0x0U; in HAL_RS485Ex_Init() local
A Dstm32f0xx_hal_gpio.c190 uint32_t temp = 0x00U; in HAL_GPIO_Init() local
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_ltdc.c710 uint32_t tempreg, temp; in LTDC_LayerPosition() local
802 uint8_t temp; in LTDC_LayerSize() local
864 uint8_t temp; in LTDC_LayerPixelFormat() local
A Dstm32f4xx_dcmi.c145 uint32_t temp = 0x0; in DCMI_Init() local
A Dstm32f4xx_gpio.c581 uint32_t temp = 0x00; in GPIO_PinAFConfig() local
/lk-master/external/lib/aes/
A Daes_core.c731 u32 temp; in AES_set_encrypt_key() local
832 u32 temp; in AES_set_decrypt_key() local
/lk-master/lib/fs/ext2/
A Dio.c186 uint8_t temp[EXT2_BLOCK_SIZE(ext2->sb)]; in ext2_read_inode() local
227 uint8_t temp[EXT2_BLOCK_SIZE(ext2->sb)]; in ext2_read_inode() local
/lk-master/external/platform/lpc15xx/lpcopen/periph_temp/example/src/
A Dtemp.c45 static uint32_t temp[TEMPSAMPLES]; variable
/lk-master/lib/minip/
A Dchksum.c23 uint16_t temp = htons((*(uint8_t *)buf) << 8); in ones_sum16() local
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_twis.c636 uint32_t temp; in nrfx_twis_error_get_and_clear_internal() local
658 uint32_t temp; in nrfx_twis_error_get_and_clear_internal() local
/lk-master/tools/
A Dnetwork.c18 struct addrinfo *info, *temp; in lookup_hostname() local
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_dcmi.c147 uint32_t temp = 0x0; in DCMI_Init() local

Completed in 72 milliseconds

12