Searched defs:source (Results 1 – 8 of 8) sorted by relevance
/lk-master/app/stringtests/ |
A D | string_tests.c | 26 static inline void *mymemcpy(void *dest, const void *source, size_t len) { return memcpy(dest, sour… in mymemcpy() 40 static void *c_memmove(void *dest, void const *source, size_t count) { in c_memmove() 125 static void *null_memcpy(void *dest, const void *source, size_t len) { in null_memcpy()
|
/lk-master/external/platform/nrfx/hal/ |
A D | nrf_clock.h | 840 NRF_STATIC_INLINE void nrf_clock_lf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_lfclk_t source) in nrf_clock_lf_src_set() 876 NRF_STATIC_INLINE void nrf_clock_hf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_hfclk_t source) in nrf_clock_hf_src_set() 950 NRF_STATIC_INLINE void nrf_clock_hfclk192m_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_hfclk_t source) in nrf_clock_hfclk192m_src_set()
|
/lk-master/lib/debugcommands/ |
A D | debugcommands.c | 241 addr_t source = argv[1].u; in cmd_copy_mem() local
|
/lk-master/platform/zynq/ |
A D | clocks.c | 245 status_t zynq_set_clock(enum zynq_periph periph, bool enable, enum zynq_clock_source source, uint32… in zynq_set_clock()
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | dma_15xx.h | 207 uint32_t source; /*!< DMA transfer source end address */ member
|
/lk-master/lib/gfx/ |
A D | gfx.c | 408 void gfx_surface_blend(struct gfx_surface *target, struct gfx_surface *source, uint destx, uint des… in gfx_surface_blend()
|
/lk-master/lib/acpi_lite/include/lib/acpi_lite/ |
A D | structs.h | 216 uint8_t source; member
|
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/ |
A D | rf_prop_cmd.h | 269 …uint8_t source:5; //!< RAT input event number used for capture if external … member
|
Completed in 36 milliseconds