Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 39) sorted by relevance

12

/lk-master/external/platform/cc13xx/cc13xxware/
A DREADME4 and their contents removed (leaving only the source code).
13 The code is provided in source code and is licensed under a TI BSD open
14 source software license."
/lk-master/lib/gfx/
A Dgfx.c409 DEBUG_ASSERT(target->format == source->format); in gfx_surface_blend()
418 uint width = source->width; in gfx_surface_blend()
422 uint height = source->height; in gfx_surface_blend()
429 const uint16_t *src = (const uint16_t *)source->ptr; in gfx_surface_blend()
432 uint source_stride_diff = source->stride - width; in gfx_surface_blend()
448 const uint32_t *src = (const uint32_t *)source->ptr; in gfx_surface_blend()
451 uint source_stride_diff = source->stride - width; in gfx_surface_blend()
468 const uint32_t *src = (const uint32_t *)source->ptr; in gfx_surface_blend()
471 uint source_stride_diff = source->stride - width; in gfx_surface_blend()
487 const uint8_t *src = (const uint8_t *)source->ptr; in gfx_surface_blend()
[all …]
/lk-master/app/stringtests/
A Dstring_tests.c26 …tatic inline void *mymemcpy(void *dest, const void *source, size_t len) { return memcpy(dest, sour… in mymemcpy() argument
40 static void *c_memmove(void *dest, void const *source, size_t count) { in c_memmove() argument
42 const char *s = (const char *)source; in c_memmove()
45 if (count == 0 || dest == source) in c_memmove()
125 static void *null_memcpy(void *dest, const void *source, size_t len) { in null_memcpy() argument
/lk-master/external/platform/nrfx/hal/
A Dnrf_clock.h403 NRF_STATIC_INLINE void nrf_clock_lf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_lfclk_t source);
482 NRF_STATIC_INLINE void nrf_clock_hf_src_set(NRF_CLOCK_Type * p_reg, nrf_clock_hfclk_t source);
615 nrf_clock_hfclk_t source);
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() argument
842 p_reg->LFCLKSRC = (uint32_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() argument
878 p_reg->HFCLKSRC = (uint32_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() argument
952 p_reg->HFCLK192MSRC = (uint32_t)(source); in nrf_clock_hfclk192m_src_set()
/lk-master/target/sifive-unleashed/dt/
A DREADME.txt1 Snapshot of device trees taken from linux source in openembedded build,
/lk-master/external/
A DREADME1 This directory contains source modules that are composed of
/lk-master/platform/zynq/
A Dclocks.c245 status_t zynq_set_clock(enum zynq_periph periph, bool enable, enum zynq_clock_source source, uint32… in zynq_set_clock() argument
248 DEBUG_ASSERT(source < 4); in zynq_set_clock()
265 ctrl = (ctrl & ~(0x3 << 4)) | (source << 4); in zynq_set_clock()
/lk-master/external/platform/pico/
A DLICENSE.TXT3 Redistribution and use in source and binary forms, with or without modification, are permitted prov…
6 1. Redistributions of source code must retain the above copyright notice, this list of conditions a…
/lk-master/external/platform/nrfx/
A DLICENSE4 Redistribution and use in source and binary forms, with or without
7 1. Redistributions of source code must retain the above copyright notice, this
A DREADME.md45 You can also generate documentation yourself from the source code. To do it, install doxygen
/lk-master/external/platform/stellaris/ti-driverlib/
A DTI-BSD-EULA.txt3 Redistribution and use in source and binary forms, with or without
7 Redistributions of source code must retain the original copyright
A Dmakedefs8 # Redistribution and use in source and binary forms, with or without
12 # Redistributions of source code must retain the above copyright
183 # The rule for building the object file from each C source file.
198 # The rule for building the object file from each assembly source file.
A DMANIFEST.TXT56 open source Software listed in this Manifest that was not "Obtained from" TI.
57 Any open source license specified in this Manifest for Software that was not
59 a representation or warranty regarding the proper open source license terms for
211 Obtained From: http://www.ifarchive.org/if-archive/games/source/inform/Advent.inf
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/src/
A Ddma_rom_uart.c163 dma_task_cfg.src = dmaTXDesc[nextTXDesc].source; in dmaTXDone()
206 dmaTXDesc[countTXDescUsed].source = (uint32_t) (data + bytes - 1); /* Last address here */ in dmaTXSend()
232 dma_task_cfg.src = dmaTXDesc[countTXDescUsed].source; in dmaTXSend()
/lk-master/external/platform/stellaris/ti-driverlib/driverlib/
A Dreadme.txt8 Redistribution and use in source and binary forms, with or without
12 Redistributions of source code must retain the above copyright
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c155 dmaTXDesc[countTXDescUsed].source = DMA_ADDR(data + bytes - 1); /* Last address here */ in dmaTXSend()
208 dmaRXDesc[i].source = DMA_ADDR(&LPC_USART0->RXDATA) + 0; /* Byte aligned */ in dmaRXQueue()
/lk-master/lib/libcpp/include/
A Dnew4 // Use of this source code is governed by a MIT-style
A Dinitializer_list2 // Use of this source code is governed by a BSD-style license that can be
/lk-master/lib/debugcommands/
A Ddebugcommands.c241 addr_t source = argv[1].u; in cmd_copy_mem() local
245 memcpy((void *)target, (const void *)source, len); in cmd_copy_mem()
/lk-master/lib/gfx/include/lib/
A Dgfx.h83 void gfx_surface_blend(struct gfx_surface *target, struct gfx_surface *source, uint destx, uint des…
/lk-master/external/lib/lwip/netif/
A DFILES29 the source code has been reordered a bit.
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_timebase_rtc_wakeup_template.c145 #error Please select the RTC Clock source in HAL_InitTick()
A Dstm32f0xx_hal_timebase_rtc_alarm_template.c138 #error Please select the RTC Clock source in HAL_InitTick()
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/src/
A Ddma_mem.c188 dmaDesc.source = DMA_ADDR(&src[SIZE_BUFFERS - 1]) + 3; in main()
/lk-master/lib/acpi_lite/include/lib/acpi_lite/
A Dstructs.h216 uint8_t source; member

Completed in 48 milliseconds

12