Home
last modified time | relevance | path

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

12

/hal_rpi_pico-latest/src/common/pico_base_headers/
Dgenerate_config_header.cmake14 # PICO_CMAKE_CONFIG: PICO_CONFIG_HEADER_FILES, List of extra header files to include from pico/conf…
17 # PICO_CMAKE_CONFIG: PICO_RP2040_CONFIG_HEADER_FILES, List of extra header files to include from pi…
18 # PICO_CMAKE_CONFIG: PICO_RP2350_ARM_S_CONFIG_HEADER_FILES, List of extra header files to include f…
19 # PICO_CMAKE_CONFIG: PICO_RP2350_RISCV_CONFIG_HEADER_FILES, List of extra header files to include f…
20 # PICO_CMAKE_CONFIG: PICO_HOST_CONFIG_HEADER_FILES, List of extra header files to include from pico…
DBUILD.bazel79 # While this provides the "pico.h" header, nearly everything should
/hal_rpi_pico-latest/cmake/
Dgeneric_board.cmake1 # For boards without their own cmake file, we look for a header file
9 set(PICO_BOARD_HEADER_DIRS ${PICO_BOARD_HEADER_DIRS} CACHE STRING "PICO board header directories" F…
18 # we parse the header file to configure the defaults
/hal_rpi_pico-latest/tools/pioasm/
Dgo_output.cpp56 void header(FILE *out, std::string msg) { in header() function
66 header(out, "Code generated by pioasm; DO NOT EDIT."); in output()
82 header(out, program.name); in output()
Dada_output.cpp63 void header(FILE *out, const std::string msg, const int indent) { in header() function
100 header(out, "This file is autogenerated by pioasm; do not edit!", 0); in output()
113 header(out, prog_name, 3); in output()
Dc_sdk_output.cpp48 void header(FILE *out, std::string msg) { in header() function
69 header(out, "This file is autogenerated by pioasm; do not edit!"); in output()
81 header(out, program.name); in output()
Dpython_output.cpp51 void header(FILE *out, std::string msg) { in header() function
64 header(out, "This file is autogenerated by pioasm; do not edit!"); in output()
73 header(out, program.name); in output()
/hal_rpi_pico-latest/src/common/boot_picobin_headers/include/boot/
Dpicobin.h158 uint32_t header; member
163 return (lm->header << 1) >> 25; in picobin_load_map_entry_count()
167 return (int32_t)lm->header >= 0; in picobin_load_map_is_relative()
/hal_rpi_pico-latest/src/common/
DREADME.md2 of common header files, or high level functionality built entirely using `hardware_` or `pico_` lib…
/hal_rpi_pico-latest/bazel/
DBUILD.bazel15 # opts to have a static header that transitively include two known headers.
16 # By default, empty header files are included, and users/platforms are expected
Ddefs.bzl34 doc = """Generates a .h header file for each listed pio source.
DREADME.md49 `pico/config_autogen.h` header. Make sure any required `includes`, `hdrs`, and
/hal_rpi_pico-latest/test/pico_stdlib_test/
DBUILD.bazel17 "//src/common/pico_time", # TODO: This header should be #include'ed from source.
/hal_rpi_pico-latest/src/rp2_common/hardware_rtc/
DBUILD.bazel8 # TODO: Only rp2040 has a hardware/structs/rtc.h header.
/hal_rpi_pico-latest/src/common/pico_stdlib_headers/
DBUILD.bazel4 # implementation of this header, along with other critical defines headers.
/hal_rpi_pico-latest/docs/
Dstyles.css216 div.header {
222 div.header .headertitle {
225 div.header .title {
228 div.header .summary {
234 div.header .summary {
239 div.header .summary a:hover {
242 div.header .ingroups {
DDoxyfile.in22 HTML_HEADER = @PROJECT_SOURCE_DIR@/docs/header.html
Dnormalise.css36 header, selector
/hal_rpi_pico-latest/src/rp2_common/cmsis/
DBUILD.bazel10 # This is mildly odd, but intentional. We really don't want this header
11 # to have extra deps, and this header is touched by the host build.
/hal_rpi_pico-latest/src/
DBUILD.bazel3 # This shim exists as a way to break internal header dependency cycles
DCMakeLists.txt55 # library should depend on its own header
109 # create an INTERFACE library named target along with associated header, and define LIB_TARGET=1 (u…
138 # they could be useful to determine if the header is available.
160 # they could be useful to determine if the header is available.
/hal_rpi_pico-latest/src/rp2_common/
DBUILD.bazel58 # This shim exists as a way to break internal header dependency cycles
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
DCMakeLists.txt58 …major use case for these to be settable from CMake command line vs board header, or target_compile…
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack.BUILD6 # Expose the gatt header for pico_btstack_make_gatt_header.
/hal_rpi_pico-latest/
DREADME.md192 header for each named board.

12