Home
last modified time | relevance | path

Searched refs:header (Results 1 – 10 of 10) sorted by relevance

/external/platform/pico/common/pico_base/
A Dgenerate_config_header.cmake13 # 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 Dgeneric_board.cmake1 # 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 Dip_frag.c671 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 DREADME.md2 of common header files, or high level functionality built entirely using `hardware_` or `pico_` lib…
/external/platform/pico/rp2040/
A DREADME.md1 This directory contains header files defining the RP2040 hardware. It is selected when
/external/platform/nrfx/doc/buildfiles/
A Dextra_stylesheet.css3 div.header
173 div.header {
/external/platform/nrfx/doc/
A Dmain_page.dox83 start developing with nrfx, you must add the CMSIS header files to include
A Dnrfx.doxyfile145 # 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 DCHANGELOG.md76 - 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 DCMSIS_END_USER_LICENCE_AGREEMENT.txt78 (f) ./CMSIS/Driver – CMSIS-Driver header files

Completed in 35 milliseconds