Home
last modified time | relevance | path

Searched refs:_tmp (Results 1 – 5 of 5) sorted by relevance

/bsp/simulator/SDL2/include/
A DSDL_atomic.h150 { SDL_SpinLock _tmp = 0; SDL_AtomicLock(&_tmp); SDL_AtomicUnlock(&_tmp); }
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_adc.c568 uint32_t value, _tmp[5]; in ald_adc_get_vdd_value() local
573 _tmp[0] = hperh->perh->CCR; in ald_adc_get_vdd_value()
574 _tmp[1] = hperh->perh->CON0; in ald_adc_get_vdd_value()
575 _tmp[2] = hperh->perh->CON1; in ald_adc_get_vdd_value()
576 _tmp[3] = hperh->perh->NCHS1; in ald_adc_get_vdd_value()
577 _tmp[4] = hperh->perh->SMPT2; in ald_adc_get_vdd_value()
599 hperh->perh->CCR = _tmp[0]; in ald_adc_get_vdd_value()
600 hperh->perh->CON0 = _tmp[1]; in ald_adc_get_vdd_value()
601 hperh->perh->CON1 = _tmp[2]; in ald_adc_get_vdd_value()
602 hperh->perh->NCHS1 = _tmp[3]; in ald_adc_get_vdd_value()
[all …]
A Dald_dma.c720 dma_descriptor_t *_tmp = (dma_descriptor_t *)(DMAx->ALTCTRLBASE) + channel; in ald_dma_config_sg_mem() local
734 tmp->dst = (void *)((uint32_t)_tmp + ((4 - 1) << DMA_DATA_INC_WORD)); in ald_dma_config_sg_mem()
777 dma_descriptor_t *_tmp = (dma_descriptor_t *)(DMAx->ALTCTRLBASE) + channel; in ald_dma_config_sg_per() local
793 tmp->dst = (void *)((uint32_t)_tmp + ((4 - 1) << DMA_DATA_INC_WORD)); in ald_dma_config_sg_per()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dplugin_ops.h74 u_int8_t *_tmp = (u_int8_t *)(ptr); \
76 _tmp[0] = _val; \
77 _tmp[1] = _val >> 8; \
78 _tmp[2] = _val >> 16; \
81 u_int8_t *_tmp = (u_int8_t *)(ptr); \
83 _tmp[0] = _val >> 16; \
84 _tmp[1] = _val >> 8; \
85 _tmp[2] = _val; \
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_dma.c739 dma_descriptor_t *_tmp = (dma_descriptor_t *)(DMAx->ALTCTRLBASE) + channel; in ald_dma_config_sg_mem() local
753 tmp->dst = (void *)((uint32_t)_tmp + ((4 - 1) << DMA_DATA_INC_WORD)); in ald_dma_config_sg_mem()
796 dma_descriptor_t *_tmp = (dma_descriptor_t *)(DMAx->ALTCTRLBASE) + channel; in ald_dma_config_sg_per() local
812 tmp->dst = (void *)((uint32_t)_tmp + ((4 - 1) << DMA_DATA_INC_WORD)); in ald_dma_config_sg_per()

Completed in 13 milliseconds