Home
last modified time | relevance | path

Searched refs:m (Results 1 – 25 of 31) sorted by relevance

12

/hal_rpi_pico-latest/tools/
Dcopro_dis.py61 …cr?(.*), [\{#]1}?', lambda m: 'rcp_canary_get {0}, 0x{1:02x} ({1}), delay'.format(m.group(1), in…
62 …cr?(.*), [\{#]1}?', lambda m: 'rcp_canary_get {0}, 0x{1:02x} ({1}), nodelay'.format(m.group(1), i…
63 …r?(.*), [\{#]1}?', lambda m: 'rcp_canary_check {0}, 0x{1:02x} ({1}), delay'.format(m.group(1), i…
64 …r?(.*), [\{#]1}?', lambda m: 'rcp_canary_check {0}, 0x{1:02x} ({1}), nodelay'.format(m.group(1), …
77 …cr?(.*), cr?(.*), [\{#]0}?', lambda m: 'rcp_count_set 0x{0:02x} ({0}), delay'.format(int(m.group…
78 …cr?(.*), cr?(.*), [\{#]0}?', lambda m: 'rcp_count_set 0x{0:02x} ({0}), nodelay'.format(int(m.grou…
79 …r?(.*), cr?(.*), [\{#]1}?', lambda m: 'rcp_count_check 0x{0:02x} ({0}), delay'.format(int(m.grou…
80 …r?(.*), cr?(.*), [\{#]1}?', lambda m: 'rcp_count_check 0x{0:02x} ({0}), nodelay'.format(int(m.gro…
277 (r'mcr\s*p?0, #?([0-3]), (.*), cr?0, cr?([0145])', lambda m: 'gpioc_{0}_{1} {2}'.format(
278 gpiohilo(m.group(3)), gpiopxsc(m.group(1)), m.group(2)
[all …]
Dcheck_board_header.py79 m = re.match(r"^\s*//\s*pico_cmake_set\s+(\w+)\s*=\s*(.+?)\s*$", line)
80 if m:
82 name = m.group(1)
83 value = m.group(2)
99 m = re.match(r"^\s*//\s*pico_cmake_set_default\s+(\w+)\s*=\s*(.+?)\s*$", line)
100 if m:
102 name = m.group(1)
103 value = m.group(2)
112 m = re.match(r"^\s*#else\s*$", line)
113 if m:
[all …]
Dcheck_doxygen_groups.py25 m = re.match(r'^(\S+):.*\\defgroup\s+(\w+)', line) variable
26 if m:
27 filename = m.group(1)
28 group = m.group(2)
39 m = re.match(r'^(\S+):.*\\ingroup\s+(\w+)', line) variable
40 if m:
41 filename = m.group(1)
42 group = m.group(2)
Dextract_configs.py68 m = re.match(r'^(\d+)e(\d+)$', value.lower())
69 if m:
70 _min = int(m.group(1)) * 10**int(m.group(2))
78 m = re.match(r'^(\d+)e(\d+)$', value.lower())
79 if m:
80 _max = int(m.group(1)) * 10**int(m.group(2))
89 m = re.match(r'^(\d+)e(\d+)$', value.lower())
90 if m:
91 _default = int(m.group(1)) * 10**int(m.group(2))
159 m = CONFIG_RE.match(line) variable
[all …]
Dextract_build_defines.py64 m = re.match(r'^(\d+)e(\d+)$', value.lower())
65 if m:
66 _min = int(m.group(1)) * 10**int(m.group(2))
71 m = re.match(r'^(\d+)e(\d+)$', value.lower())
72 if m:
73 _max = int(m.group(1)) * 10**int(m.group(2))
80 m = re.match(r'^(\d+)e(\d+)$', value.lower())
81 if m:
82 _default = int(m.group(1)) * 10**int(m.group(2))
140 m = BUILD_DEFINE_RE.match(line) variable
[all …]
Dextract_cmake_configs.py64 m = re.match(r'^(\d+)e(\d+)$', value.lower())
65 if m:
66 _min = int(m.group(1)) * 10**int(m.group(2))
71 m = re.match(r'^(\d+)e(\d+)$', value.lower())
72 if m:
73 _max = int(m.group(1)) * 10**int(m.group(2))
80 m = re.match(r'^(\d+)e(\d+)$', value.lower())
81 if m:
82 _default = int(m.group(1)) * 10**int(m.group(2))
140 m = CMAKE_CONFIG_RE.match(line) variable
[all …]
Dcompare_build_systems.py190 m.group("key"): m.group("value")
191 for m in re.finditer(ATTR_REGEX, match.group("attrs"))
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c37 #define FUNPACK(x,e,m) e=((x)>>23)&0xff,m=((x)&0x007fffff)|0x00800000 argument
38 #define FUNPACKS(x,s,e,m) s=((x)>>31),FUNPACK((x),(e),(m)) argument
116 ui32 ix=float2ui32(x),m; in fisint() local
123 m=(1<<e)-1; // mask for bits of significance <1 in fisint()
124 if(ix&m) return 0; // not an integer in fisint()
129 ui32 ix=float2ui32(x),m; in fisoddint() local
135 m=(1<<e)-1; // mask for bits of significance <1 (if any) in fisoddint()
136 if(ix&m) return 0; // not an integer in fisoddint()
176 ui32 ix=float2ui32(x),m; in WRAPPER_FUNC() local
185 m=(1<<e)-1; // mask for bits of significance <1 in WRAPPER_FUNC()
[all …]
/hal_rpi_pico-latest/src/rp2_common/cmsis/
DBUILD.bazel41 "stub/CMSIS/Core/Include/m-profile/armv7m_cachel1.h",
42 "stub/CMSIS/Core/Include/m-profile/armv7m_mpu.h",
43 "stub/CMSIS/Core/Include/m-profile/armv81m_pac.h",
44 "stub/CMSIS/Core/Include/m-profile/armv8m_mpu.h",
45 "stub/CMSIS/Core/Include/m-profile/armv8m_pmu.h",
46 "stub/CMSIS/Core/Include/m-profile/cmsis_armclang_m.h",
47 "stub/CMSIS/Core/Include/m-profile/cmsis_clang_m.h",
48 "stub/CMSIS/Core/Include/m-profile/cmsis_gcc_m.h",
49 "stub/CMSIS/Core/Include/m-profile/cmsis_iccarm_m.h",
50 "stub/CMSIS/Core/Include/m-profile/cmsis_tiarmclang_m.h",
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c39 #define DUNPACK(x,e,m) e=((x)>>52)&0x7ff,m=((x)&0x000fffffffffffffULL)|0x0010000000000000ULL argument
40 #define DUNPACKS(x,s,e,m) s=((x)>>63),DUNPACK((x),(e),(m)) argument
119 ui64 ix=double2ui64(x),m; in disint() local
126 m=(1ULL<<e)-1; // mask for bits of significance <1 in disint()
127 if(ix&m) return 0; // not an integer in disint()
132 ui64 ix=double2ui64(x),m; in disoddint() local
138 m=(1ULL<<e)-1; // mask for bits of significance <1 (if any) in disoddint()
139 if(ix&m) return 0; // not an integer in disoddint()
179 ui64 ix=double2ui64(x),m; in WRAPPER_FUNC() local
188 m=(1ULL<<e)-1; // mask for bits of significance <1 in WRAPPER_FUNC()
[all …]
Ddouble_fma_dcp.S73 @ r0:r1 m
91 WXUP r0,r1 @ write m and n to coprocessor to get their classifications
183 @ here a is shifted entirely below the bottom of m
483 @ here a is shifted entirely below the bottom of m
592 @ r0:r1 m
/hal_rpi_pico-latest/src/rp2_common/pico_double/include/pico/
Ddouble.h45 double fix2double(int32_t m, int e);
46 double ufix2double(uint32_t m, int e);
47 double fix642double(int64_t m, int e);
48 double ufix642double(uint64_t m, int e);
/hal_rpi_pico-latest/src/rp2_common/pico_float/include/pico/
Dfloat.h53 float fix2float(int32_t m, int e);
54 float ufix2float(uint32_t m, int e);
55 float fix642float(int64_t m, int e);
56 float ufix642float(uint64_t m, int e);
/hal_rpi_pico-latest/.github/workflows/scripts/
Dgenerate_multi_gcc_workflow.py22 m = re.search("(\d+\.\d+\.\d+)", version_line) variable
23 assert(m is not None)
24 version = m.group(1)
/hal_rpi_pico-latest/bazel/platform/
DBUILD.bazel7 "@platforms//cpu:armv6-m",
15 "@platforms//cpu:armv8-m",
/hal_rpi_pico-latest/test/hardware_pwm_test/
Dhardware_pwm_test.c127 for (int m = PWM_DIV_FREE_RUNNING; m <= PWM_DIV_B_FALLING; m++) { in main() local
128 pwm_set_clkdiv_mode(pwm, m); in main()
129 …OTEST_CHECK_CHANNEL(pwm, ((slice->csr & PWM_CH0_CSR_DIVMODE_BITS) >> PWM_CH0_CSR_DIVMODE_LSB) == m, in main()
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/
Dflash.c84 state->timing = qmi_hw->m[1].timing; in __no_inline_not_in_flash_func()
85 state->rcmd = qmi_hw->m[1].rcmd; in __no_inline_not_in_flash_func()
86 state->rfmt = qmi_hw->m[1].rfmt; in __no_inline_not_in_flash_func()
96 qmi_hw->m[1].timing = state->timing; in __no_inline_not_in_flash_func()
97 qmi_hw->m[1].rcmd = state->rcmd; in __no_inline_not_in_flash_func()
98 qmi_hw->m[1].rfmt = state->rfmt; in __no_inline_not_in_flash_func()
105 qmi_hw->m[1].wfmt = QMI_M1_WFMT_RESET; in __no_inline_not_in_flash_func()
106 qmi_hw->m[1].wcmd = QMI_M1_WCMD_RESET; in __no_inline_not_in_flash_func()
/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_test.c179 ui64 y,x,m; in test_random() local
182 m=1ULL<<(rnd32()%48+15); m+=m-1; y=rnd64()&m; in test_random()
183 m=1ULL<<(rnd32()%48+15); m+=m-1; x=rnd64()&m; in test_random()
/hal_rpi_pico-latest/bazel/toolchain/
DBUILD.bazel47 "-march=armv8-m.main+fp+dsp",
165 name = "arm_gcc_{}-{}_toolchain_cortex-m".format(host_os, host_cpu),
210 name = "clang_{}-{}_toolchain_cortex-m".format(host_os, host_cpu),
271 …"//bazel/constraint:pico_toolchain_clang_enabled": "clang_{}-{}_toolchain_cortex-m".format(host_os…
272 "//conditions:default": ":arm_gcc_{}-{}_toolchain_cortex-m".format(host_os, host_cpu),
287 …"//bazel/constraint:pico_toolchain_clang_enabled": "clang_{}-{}_toolchain_cortex-m".format(host_os…
288 "//conditions:default": ":arm_gcc_{}-{}_toolchain_cortex-m".format(host_os, host_cpu),
/hal_rpi_pico-latest/cmake/preload/toolchains/
Dpico_arm_cortex_m33_gcc.cmake4 set(PICO_COMMON_LANG_FLAGS " -mcpu=cortex-m33 -mthumb -march=armv8-m.main+fp+dsp")
Dpico_arm_cortex_m23_gcc.cmake8 set(PICO_COMMON_LANG_FLAGS " -mcpu=cortex-m23 -mthumb -march=armv8-m.base")
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dqmi.h111 qmi_mem_hw_t m[2]; member
/hal_rpi_pico-latest/src/common/pico_sync/
Dmutex.c31 mutex_t *m = (mutex_t *)l; in runtime_init_mutex() local
32 mutex_init(m); in runtime_init_mutex()
33 l = &m[1].core; // next in runtime_init_mutex()
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp743 parser::yypush_ (const char* m, YY_MOVE_REF (stack_symbol_type) sym) in yypush_() argument
745 if (m) in yypush_()
746 YY_SYMBOL_PRINT (m, sym); in yypush_()
751 parser::yypush_ (const char* m, state_type s, YY_MOVE_REF (symbol_type) sym) in yypush_() argument
754 yypush_ (m, stack_symbol_type (s, std::move (sym))); in yypush_()
757 yypush_ (m, ss); in yypush_()
2544 void yy::parser::error(const location_type& l, const std::string& m) in error() argument
2547 std::cerr << l << ": " << m << '\n'; in error()
2563 std::cerr << m << '\n'; in error()
/hal_rpi_pico-latest/tools/pioasm/
Dparser.yy425 void yy::parser::error(const location_type& l, const std::string& m)
428 std::cerr << l << ": " << m << '\n';
444 std::cerr << m << '\n';

12