Home
last modified time | relevance | path

Searched defs:name (Results 1 – 14 of 14) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_sync/include/pico/
Dmutex.h283 #define auto_init_mutex(name) static __attribute__((section(".mutex_array"))) mutex_t name argument
306 #define auto_init_recursive_mutex(name) static __attribute__((section(".mutex_array"))) recursive_m… argument
/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/
Dcode.h19 #define __bi_decl(name, bi, section_prefix, attr) static const attr __attribute__((section(section_… argument
47 #define __bi_decl(bi, name, attr) argument
166 #define bi_program_name(name) bi_string(BINARY_INFO_TAG_RASPBERRY_PI, BINARY_INFO_ID_RP_PROGRAM_NAM… argument
174 #define bi_program_feature_group(tag, id, name) __bi_named_group(BINARY_INFO_TAG_RASPBERRY_PI, BINA… argument
175 #define bi_program_feature_group_with_flags(tag, id, name, flags) __bi_named_group(BINARY_INFO_TAG_… argument
210 #define bi_1pin_with_name(p0, name) bi_pin_mask_with_name(1ull << (p0), name) argument
/hal_rpi_pico-latest/tools/
Dcheck_board_header.py229 name = m.group(1) variable
251 name = m.group(1) variable
320 name = m.group(1) variable
Dextract_configs.py208 name = m.group(1) variable
283 def build_mismatch_exception_message(name, thing, config_obj1, value1, config_obj2, value2): argument
Dextract_build_defines.py217 def build_mismatch_exception_message(name, thing, config_obj1, value1, config_obj2, value2): argument
Dextract_cmake_configs.py217 def build_mismatch_exception_message(name, thing, config_obj1, value1, config_obj2, value2): argument
/hal_rpi_pico-latest/src/common/pico_base_headers/include/pico/
Dtypes.h89 #define ABSOLUTE_TIME_INITIALIZED_VAR(name, value) name = value argument
91 #define ABSOLUTE_TIME_INITIALIZED_VAR(name, value) name = {value} argument
/hal_rpi_pico-latest/tools/pioasm/
Doutput_format.h53 std::string name; member
68 std::string name; member
101 std::string name; member
Dpython_output.cpp80 auto write_opt = [&] (std::string name, std::string value) { in output()
Dpio_types.h144 std::string name; member
215 std::string name; member
272 std::string name; member
Dpio_assembler.cpp177 void program::add_lang_opt(std::string lang, std::string name, std::string value) { in add_lang_opt()
/hal_rpi_pico-latest/src/common/pico_util/include/pico/util/
Dpheap.h296 #define PHEAP_DEFINE_STATIC(name, _max_nodes) \ argument
/hal_rpi_pico-latest/test/hardware_sync_spin_lock_test/
Dhardware_sync_spin_lock_test.c15 const char *name; member
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.hpp1176 std::string name () const YY_NOEXCEPT in name() function