/lk-master/external/platform/cc13xx/cc13xxware/ |
A D | README | 4 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 D | gfx.c | 409 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 D | string_tests.c | 26 …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 D | nrf_clock.h | 403 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 D | README.txt | 1 Snapshot of device trees taken from linux source in openembedded build,
|
/lk-master/external/ |
A D | README | 1 This directory contains source modules that are composed of
|
/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() 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 D | LICENSE.TXT | 3 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 D | LICENSE | 4 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 D | README.md | 45 You can also generate documentation yourself from the source code. To do it, install doxygen
|
/lk-master/external/platform/stellaris/ti-driverlib/ |
A D | TI-BSD-EULA.txt | 3 Redistribution and use in source and binary forms, with or without 7 Redistributions of source code must retain the original copyright
|
A D | makedefs | 8 # 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 D | MANIFEST.TXT | 56 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 D | dma_rom_uart.c | 163 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 D | readme.txt | 8 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 D | dma_uart.c | 155 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 D | new | 4 // Use of this source code is governed by a MIT-style
|
A D | initializer_list | 2 // Use of this source code is governed by a BSD-style license that can be
|
/lk-master/lib/debugcommands/ |
A D | debugcommands.c | 241 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 D | gfx.h | 83 void gfx_surface_blend(struct gfx_surface *target, struct gfx_surface *source, uint destx, uint des…
|
/lk-master/external/lib/lwip/netif/ |
A D | FILES | 29 the source code has been reordered a bit.
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
A D | stm32f0xx_hal_timebase_rtc_wakeup_template.c | 145 #error Please select the RTC Clock source in HAL_InitTick()
|
A D | stm32f0xx_hal_timebase_rtc_alarm_template.c | 138 #error Please select the RTC Clock source in HAL_InitTick()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/src/ |
A D | dma_mem.c | 188 dmaDesc.source = DMA_ADDR(&src[SIZE_BUFFERS - 1]) + 3; in main()
|
/lk-master/lib/acpi_lite/include/lib/acpi_lite/ |
A D | structs.h | 216 uint8_t source; member
|