| /bsp/allwinner/libraries/sunxi-hal/hal/test/dma/ |
| A D | test_dma.c | 52 char *buf1 = NULL,*buf2 = NULL; in cmd_test_dma() local 58 buf2 = hal_malloc(DMA_TEST_LEN); in cmd_test_dma() 66 if (buf2 == NULL) { in cmd_test_dma() 72 memset(buf2, 0, DMA_TEST_LEN); in cmd_test_dma() 107 ret = hal_dma_prep_memcpy(hdma, (uint32_t)buf2, (uint32_t)buf1, DMA_TEST_LEN); in cmd_test_dma() 140 printf("0x%x ", buf2[i]); in cmd_test_dma() 144 hal_free(buf2); in cmd_test_dma()
|
| /bsp/nuvoton/numaker-hmi-ma35d1/applications/lvgl/ |
| A D | lv_port_disp.c | 42 draw_buf->buf2 = buf3_next; in nu_antitearing() 114 void *buf2 = RT_NULL; in lv_port_disp_init() local 151 buf2 = (void *)((uint32_t)buf1 + u32FBSize); in lv_port_disp_init() 152 buf3_next = (void *)((uint32_t)buf2 + u32FBSize); in lv_port_disp_init() 154 …reen-sized buffers(full_refresh) - buf1@%08x, buf2@%08x, buf3_next@%08x\n", buf1, buf2, buf3_next); in lv_port_disp_init() 160 buf2 = (void *)((uint32_t)buf1 + u32FBSize); in lv_port_disp_init() 162 rt_kprintf("LVGL: Two screen-sized buffers - buf1@%08x, buf2@%08x\n", buf1, buf2); in lv_port_disp_init() 166 lv_disp_draw_buf_init(&disp_buf, buf1, buf2, info.width * info.height); in lv_port_disp_init()
|
| /bsp/nuvoton/nk-n9h30/applications/lvgl/ |
| A D | lv_port_disp.c | 45 draw_buf->buf2 = buf3_next; in nu_antitearing() 119 void *buf2 = RT_NULL; in lv_port_disp_init() local 165 buf2 = (void *)((uint32_t)buf1 + u32FBSize); in lv_port_disp_init() 166 buf3_next = (void *)((uint32_t)buf2 + u32FBSize); in lv_port_disp_init() 167 …screen-sized buffers(full_refresh) - buf1@%08x, buf2@%08x, buf3_next@%08x", buf1, buf2, buf3_next); in lv_port_disp_init() 174 buf2 = (void *)((uint32_t)buf1 + u32FBSize); in lv_port_disp_init() 175 LOG_I("LVGL: Use two screen-sized buffers - buf1@%08x, buf2@%08x", buf1, buf2); in lv_port_disp_init() 182 lv_disp_draw_buf_init(&disp_buf, buf1, buf2, info.width * info.height); in lv_port_disp_init()
|
| /bsp/essemi/es32vf2264/applications/arduino_pinout/examples/ |
| A D | arduino_examples.cpp | 45 static char buf2[16] = {"AB"}; variable 55 (void)buf2; in setup() 170 strcpy(buf2,"Hello"); in loop() 172 i2c_dev.write((uint8_t *)buf, strlen(buf), true, (uint8_t *)buf2, strlen(buf2)); in loop() 173 i2c_reg.write((uint8_t *)buf2, 5); in loop()
|
| /bsp/efm32/ |
| A D | application.c | 523 rt_uint8_t buf[30], buf2[30]; in rt_demo_thread_entry() local 535 efm_spiFlash_cmd(sflash_inst_rdsr, EFM32_NO_DATA, buf2, sizeof(buf2)); in rt_demo_thread_entry() 536 rt_kprintf("Status: %x\n", buf2[0]); in rt_demo_thread_entry() 537 } while (buf2[0] == 0xFF); in rt_demo_thread_entry() 538 rt_kprintf("Status: %x\n", buf2[0]); in rt_demo_thread_entry() 542 efm_spiFlash_cmd(sflash_inst_rdsr, EFM32_NO_DATA, buf2, sizeof(buf2)); in rt_demo_thread_entry() 543 rt_kprintf("Status: %x\n", buf2[0]); in rt_demo_thread_entry()
|
| /bsp/essemi/es32f369x/applications/arduino_pinout/examples/ |
| A D | arduino_examples.cpp | 46 static char buf2[16] = {"AB"}; variable 138 i2c_dev.write((uint8_t *)buf, strlen(buf), true, (uint8_t *)buf2, 2); in loop()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_sdp_drv.h | 166 uint32_t buf2[AES_BLOCK_SIZE / sizeof(uint32_t)]; /**< buf2 */ member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ehci.h | 506 uint32_t buf2; member
|
| A D | ehci-sched.c | 1074 stream->buf2 = cpu_to_hc32(ehci, multi); in iso_stream_init() 1694 itd->hw_bufp[2] = stream->buf2; in itd_init()
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_timer.c | 1460 uint16_t *buf1, uint16_t *buf2, uint32_t len, in ald_timer_encoder_start_by_dma() argument 1468 if (((uint32_t)buf1 == 0) || ((uint32_t)buf2 == 0) || (len == 0)) in ald_timer_encoder_start_by_dma() 1505 hperh->hdma1.config.dst = (void *)buf2; in ald_timer_encoder_start_by_dma() 1529 hperh->hdma2.config.dst = (void *)buf2; in ald_timer_encoder_start_by_dma()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_timer.c | 1474 uint16_t *buf1, uint16_t *buf2, uint32_t len, in ald_timer_encoder_start_by_dma() argument 1482 if (((uint32_t)buf1 == 0) || ((uint32_t)buf2 == 0) || (len == 0)) in ald_timer_encoder_start_by_dma() 1519 hperh->hdma1.config.dst = (void *)buf2; in ald_timer_encoder_start_by_dma() 1543 hperh->hdma2.config.dst = (void *)buf2; in ald_timer_encoder_start_by_dma()
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_timer.c | 1473 uint16_t *buf1, uint16_t *buf2, uint32_t len, in ald_timer_encoder_start_by_dma() argument 1481 if (((uint32_t)buf1 == 0) || ((uint32_t)buf2 == 0) || (len == 0)) in ald_timer_encoder_start_by_dma() 1518 hperh->hdma1.config.dst = (void *)buf2; in ald_timer_encoder_start_by_dma() 1542 hperh->hdma2.config.dst = (void *)buf2; in ald_timer_encoder_start_by_dma()
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/ |
| A D | ald_timer.h | 990 uint16_t *buf1, uint16_t *buf2, uint32_t len,
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_timer.h | 1042 uint16_t *buf1, uint16_t *buf2, uint32_t len,
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | ald_timer.h | 1104 uint16_t *buf1, uint16_t *buf2, uint32_t len,
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_sdp_drv.c | 514 uint8_t *ctr = (uint8_t *) &aes_ctx->buf2; in aes_ccm_auth_crypt()
|