Home
last modified time | relevance | path

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

/hal_microchip-latest/include/dt-bindings/pinctrl/
Dpic32cx1025sg41064-pinctrl.h383 SAM_PINMUX(a, 10, m, periph)
439 SAM_PINMUX(a, 11, m, periph)
487 SAM_PINMUX(a, 12, m, periph)
531 SAM_PINMUX(a, 13, m, periph)
571 SAM_PINMUX(a, 14, m, periph)
607 SAM_PINMUX(a, 15, m, periph)
651 SAM_PINMUX(a, 16, m, periph)
699 SAM_PINMUX(a, 17, m, periph)
747 SAM_PINMUX(a, 18, m, periph)
795 SAM_PINMUX(a, 19, m, periph)
[all …]
Dpic32cx1025sg41100-pinctrl.h383 SAM_PINMUX(a, 10, m, periph)
439 SAM_PINMUX(a, 11, m, periph)
487 SAM_PINMUX(a, 12, m, periph)
531 SAM_PINMUX(a, 13, m, periph)
571 SAM_PINMUX(a, 14, m, periph)
607 SAM_PINMUX(a, 15, m, periph)
651 SAM_PINMUX(a, 16, m, periph)
699 SAM_PINMUX(a, 17, m, periph)
747 SAM_PINMUX(a, 18, m, periph)
795 SAM_PINMUX(a, 19, m, periph)
[all …]
Dpic32cx1025sg60100-pinctrl.h383 SAM_PINMUX(a, 10, m, periph)
439 SAM_PINMUX(a, 11, m, periph)
487 SAM_PINMUX(a, 12, m, periph)
531 SAM_PINMUX(a, 13, m, periph)
571 SAM_PINMUX(a, 14, m, periph)
607 SAM_PINMUX(a, 15, m, periph)
651 SAM_PINMUX(a, 16, m, periph)
699 SAM_PINMUX(a, 17, m, periph)
747 SAM_PINMUX(a, 18, m, periph)
795 SAM_PINMUX(a, 19, m, periph)
[all …]
Dpic32cx1025sg61100-pinctrl.h383 SAM_PINMUX(a, 10, m, periph)
439 SAM_PINMUX(a, 11, m, periph)
487 SAM_PINMUX(a, 12, m, periph)
531 SAM_PINMUX(a, 13, m, periph)
571 SAM_PINMUX(a, 14, m, periph)
607 SAM_PINMUX(a, 15, m, periph)
651 SAM_PINMUX(a, 16, m, periph)
699 SAM_PINMUX(a, 17, m, periph)
747 SAM_PINMUX(a, 18, m, periph)
795 SAM_PINMUX(a, 19, m, periph)
[all …]
Dpic32cx1025sg41128-pinctrl.h390 SAM_PINMUX(a, 10, m, periph)
446 SAM_PINMUX(a, 11, m, periph)
494 SAM_PINMUX(a, 12, m, periph)
538 SAM_PINMUX(a, 13, m, periph)
578 SAM_PINMUX(a, 14, m, periph)
614 SAM_PINMUX(a, 15, m, periph)
658 SAM_PINMUX(a, 16, m, periph)
706 SAM_PINMUX(a, 17, m, periph)
754 SAM_PINMUX(a, 18, m, periph)
802 SAM_PINMUX(a, 19, m, periph)
[all …]
Dpic32cx1025sg60128-pinctrl.h390 SAM_PINMUX(a, 10, m, periph)
446 SAM_PINMUX(a, 11, m, periph)
494 SAM_PINMUX(a, 12, m, periph)
538 SAM_PINMUX(a, 13, m, periph)
578 SAM_PINMUX(a, 14, m, periph)
614 SAM_PINMUX(a, 15, m, periph)
658 SAM_PINMUX(a, 16, m, periph)
706 SAM_PINMUX(a, 17, m, periph)
754 SAM_PINMUX(a, 18, m, periph)
802 SAM_PINMUX(a, 19, m, periph)
[all …]
Dpic32cx1025sg61128-pinctrl.h390 SAM_PINMUX(a, 10, m, periph)
446 SAM_PINMUX(a, 11, m, periph)
494 SAM_PINMUX(a, 12, m, periph)
538 SAM_PINMUX(a, 13, m, periph)
578 SAM_PINMUX(a, 14, m, periph)
614 SAM_PINMUX(a, 15, m, periph)
658 SAM_PINMUX(a, 16, m, periph)
706 SAM_PINMUX(a, 17, m, periph)
754 SAM_PINMUX(a, 18, m, periph)
802 SAM_PINMUX(a, 19, m, periph)
[all …]
/hal_microchip-latest/scripts/
Dpic32cxsgpinctrl.py75 m = re.match(r"P([A-Z])(\d+)", pin_name.upper())
76 if not m:
79 return m.group(1), str(int(m.group(2)))
Dpic32pinctrl.py71 m = re.match(r"P([A-Z])(\d+)", pin_name.upper())
72 if not m:
75 return m.group(1), str(int(m.group(2)))
/hal_microchip-latest/mec5/drivers/
Dmec_ecia.c296 for (uint8_t m = 0; m < gr->num_direct; m++) { in enable_nvic_directs() local
297 NVIC_EnableIRQ(map[m].nvic_direct); in enable_nvic_directs()
Dmec_espi_vw.c126 uint32_t d, m; in mec_hal_espi_vw_ct_from_girq_pos() local
141 m = girq_pos % 4u; in mec_hal_espi_vw_ct_from_girq_pos()
142 *ctsrc = (uint8_t)m; in mec_hal_espi_vw_ct_from_girq_pos()
/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dvsc8575_support.c103 int h, m, s; in printf_trace_head() local
110 m = (int)(t / 60 % 60); in printf_trace_head()
113 h, m, s, in printf_trace_head()
/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/
Dmss_ddr.c1557 for (uint32_t m=0U;m < min_diff; m++) in ddr_setup() local