Searched defs:from (Results 1 – 13 of 13) sorted by relevance
| /bsp/samd21/sam_d2x_asflib/common/services/hugemem/generic/ |
| A D | hugemem.h | 70 static inline uint8_t hugemem_read8(const hugemem_ptr_t from) in hugemem_read8() 75 static inline uint16_t hugemem_read16(const hugemem_ptr_t from) in hugemem_read16() 80 static inline uint32_t hugemem_read32(const hugemem_ptr_t from) in hugemem_read32() 85 static inline void hugemem_read_block(void *to, const hugemem_ptr_t from, in hugemem_read_block() 107 static inline void hugemem_write_block(hugemem_ptr_t to, const void *from, in hugemem_write_block()
|
| /bsp/CME_M7/StdPeriph_Driver/src/ |
| A D | cmem7_misc.c | 107 void GLB_MMAP(uint32_t from, uint32_t to, BOOL isIcacheOn) { in GLB_MMAP() 139 uint32_t GLB_ConvertToMappingToAddr(uint32_t from) { in GLB_ConvertToMappingToAddr()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/ |
| A D | disp_debug.c | 9 static void printf_from_to(unsigned long from, unsigned long to) in printf_from_to()
|
| /bsp/raspberry-pico/RP2040/libcpu/ |
| A D | cpuport.c | 126 rt_ubase_t from; member 131 void __rt_cpu_switch(rt_ubase_t from, rt_ubase_t to, struct rt_thread *thread) in __rt_cpu_switch()
|
| /bsp/raspberry-pi/raspi4-32/driver/lcd/ |
| A D | lcd_console.c | 41 uint8_t* from; in newline() local
|
| /bsp/rockchip/common/rk_hal/lib/hal/src/ |
| A D | hal_base.c | 120 uint64_t count, from, now, pass; in TimerDelayUs() local
|
| /bsp/simulator/drivers/ |
| A D | nanddrv_file.c | 281 static rt_err_t nanddrv_file_move_page(struct rt_mtd_nand_device *device, rt_off_t from, rt_off_t t… in nanddrv_file_move_page()
|
| /bsp/simulator/drivers/winsock/ |
| A D | sal_winsock.c | 133 int win_recvfrom(int s, void *mem, size_t len, int flags, struct sal_type_sockaddr *from, sal_type_… in win_recvfrom()
|
| /bsp/raspberry-pi/raspi3-32/driver/ |
| A D | drv_fb.c | 161 uint8_t* from; in newline() local
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sound/ |
| A D | pcm_common.h | 498 unsigned int from, unsigned int to) in snd_mask_set_range() 506 unsigned int from, unsigned int to) in snd_mask_reset_range()
|
| /bsp/dm365/platform/ |
| A D | dma.c | 1191 void edma_link(unsigned from, unsigned to) in edma_link() 1216 void edma_unlink(unsigned from) in edma_unlink()
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/ |
| A D | ht32f1xxxx_usbd.h | 260 #define API_USB_EPTn_WRITE_IN(EPTn, from, len) (USBD_EPTWriteINData(EPTn, from, len)) argument
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f5xxxx_usbd.h | 281 #define API_USB_EPTn_WRITE_IN(EPTn, from, len) (USBD_EPTWriteINData(EPTn, from, len)) argument
|
Completed in 42 milliseconds