Searched refs:header (Results 1 – 10 of 10) sorted by relevance
| /external/platform/pico/common/pico_base/ |
| A D | generate_config_header.cmake | 13 # PICO_CMAKE_CONFIG: PICO_CONFIG_HEADER_FILES, List of extra header files to include from pico/conf… 16 # PICO_CMAKE_CONFIG: PICO_RP2040_CONFIG_HEADER_FILES, List of extra header files to include from pi… 17 # PICO_CMAKE_CONFIG: PICO_HOST_CONFIG_HEADER_FILES, List of extra header files to include from pico…
|
| /external/platform/pico/boards/ |
| A D | generic_board.cmake | 1 # For boards without their own cmake file, simply include a header 8 set(PICO_BOARD_HEADER_DIRS ${PICO_BOARD_HEADER_DIRS} CACHE STRING "PICO board header directories" F…
|
| /external/lib/lwip/core/ipv4/ |
| A D | ip_frag.c | 671 struct pbuf *header; in ip_frag() local 826 header = pbuf_alloc(PBUF_LINK, 0, PBUF_RAM); in ip_frag() 827 if (header != NULL) { in ip_frag() 828 pbuf_chain(header, rambuf); in ip_frag() 829 netif->output(netif, header, dest); in ip_frag() 832 pbuf_free(header); in ip_frag()
|
| /external/platform/pico/common/ |
| A D | README.md | 2 of common header files, or high level functionality built entirely using `hardware_` or `pico_` lib…
|
| /external/platform/pico/rp2040/ |
| A D | README.md | 1 This directory contains header files defining the RP2040 hardware. It is selected when
|
| /external/platform/nrfx/doc/buildfiles/ |
| A D | extra_stylesheet.css | 3 div.header 173 div.header {
|
| /external/platform/nrfx/doc/ |
| A D | main_page.dox | 83 start developing with nrfx, you must add the CMSIS header files to include
|
| A D | nrfx.doxyfile | 145 # before files name in the file list and in the header files. If set to NO the 166 # the header file containing the class definition is used. Otherwise one should 458 # only classes defined in header files are included. Does not have any effect 1031 # verbatim copy of the header file for each class for which an include is 1120 # standard header. 1125 # default header using 1136 HTML_HEADER = buildfiles/header.html 1716 # default header to a separate file. 1718 # Note: Only use a user-defined header if you know what you are doing! The 1719 # following commands have a special meaning inside the header: $title, [all …]
|
| /external/platform/nrfx/ |
| A D | CHANGELOG.md | 76 - Reorganized templates of nrfx_config header files for different SoCs. Now they are included throu… 119 - Removed the default configuration values for drivers from the nrfx_config header files.
|
| /external/platform/stm32f0xx/CMSIS/ |
| A D | CMSIS_END_USER_LICENCE_AGREEMENT.txt | 78 (f) ./CMSIS/Driver – CMSIS-Driver header files
|
Completed in 35 milliseconds