Home
last modified time | relevance | path

Searched refs:list (Results 1 – 14 of 14) sorted by relevance

/external/lib/fdt/
A Dfdt_ro.c758 if (!list) in fdt_stringlist_count()
761 end = list + length; in fdt_stringlist_count()
764 length = strnlen(list, end - list) + 1; in fdt_stringlist_count()
770 list += length; in fdt_stringlist_count()
784 if (!list) in fdt_stringlist_search()
791 length = strnlen(list, end - list) + 1; in fdt_stringlist_search()
800 list += length; in fdt_stringlist_search()
815 if (!list) { in fdt_stringlist_get()
825 length = strnlen(list, end - list) + 1; in fdt_stringlist_get()
839 return list; in fdt_stringlist_get()
[all …]
/external/platform/pico/boards/
A Dgeneric_board.cmake3 …or <PICO_BOARD>.h in. This is overridable from the user environment, type=list, default="", group=…
10 list(APPEND PICO_BOARD_HEADER_DIRS ${CMAKE_CURRENT_LIST_DIR}/include/boards)
15 list(APPEND PICO_CONFIG_HEADER_FILES ${PICO_BOARD_HEADER_FILE})
18 list(JOIN PICO_BOARD_HEADER_DIRS ", " DIRS)
20 list(JOIN PICO_BOARD_CMAKE_DIRS ", " DIRS)
/external/platform/pico/common/pico_base/
A Dgenerate_config_header.cmake13 … extra header files to include from pico/config.h for all platforms, type=list, default="", group=…
16 …xtra header files to include from pico/config.h for rp2040 platform, type=list, default="", group=…
17 … extra header files to include from pico/config.h for host platform, type=list, default="", group=…
/external/platform/stellaris/ti-driverlib/
A DTI-BSD-EULA.txt8 notice, this list of conditions and the following disclaimer.
11 notice, this list of conditions and the following disclaimer in the
A Dmakedefs13 # notice, this list of conditions and the following disclaimer.
16 # notice, this list of conditions and the following disclaimer in the
/external/platform/nrfx/
A DLICENSE8 list of conditions and the following disclaimer.
11 notice, this list of conditions and the following disclaimer in the
/external/platform/pico/
A DLICENSE.TXT6 1. Redistributions of source code must retain the above copyright notice, this list of conditions a…
9 2. Redistributions in binary form must reproduce the above copyright notice, this list of condition…
/external/platform/stellaris/ti-driverlib/driverlib/
A Dreadme.txt13 notice, this list of conditions and the following disclaimer.
16 notice, this list of conditions and the following disclaimer in the
/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/
A Dreadme.dox46 * UART receive operations have a fixed list of descriptors and buffer sizes
47 * setup for a Ping Pong transfer, linked list is not supported by the ROM driver.
/external/platform/pico/common/pico_binary_info/include/pico/binary_info/
A Dstructure.h82 bi_ptr_of(binary_info_t) list;
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dchip.h42 #error CORE_M3 should be defined as part of your compiler define list
/external/platform/nrfx/doc/
A Dnrfx.doxyfile24 # https://www.gnu.org/software/libiconv/ for the list of possible encodings.
121 # and the result, after processing the whole list, is used as the annotated
576 # this will also influence the order of the classes in the class list.
605 # list.
621 # list. This list is created by putting \todo commands in the documentation.
627 # list. This list is created by putting \test commands in the documentation.
633 # list. This list is created by putting \bug commands in the documentation.
639 # the deprecated list. This list is created by putting \deprecated commands in
1080 # which the alphabetical index list will be split.
1168 # list). For an example see the documentation.
[all …]
A Ddrv_supp_matrix.dox70 The following pages list supported drivers by SoC:
/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/
A Dreadme.dox46 * UART receive operations have a fixed list of descriptors and buffer sizes.

Completed in 20 milliseconds