/hal_microchip-latest/include/dt-bindings/pinctrl/ |
D | pic32cx1025sg41064-pinctrl.h | 383 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 …]
|
D | pic32cx1025sg41100-pinctrl.h | 383 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 …]
|
D | pic32cx1025sg60100-pinctrl.h | 383 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 …]
|
D | pic32cx1025sg61100-pinctrl.h | 383 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 …]
|
D | pic32cx1025sg41128-pinctrl.h | 390 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 …]
|
D | pic32cx1025sg60128-pinctrl.h | 390 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 …]
|
D | pic32cx1025sg61128-pinctrl.h | 390 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/ |
D | pic32cxsgpinctrl.py | 75 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)))
|
D | pic32pinctrl.py | 71 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/ |
D | mec_ecia.c | 296 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()
|
D | mec_espi_vw.c | 126 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/ |
D | vsc8575_support.c | 103 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/ |
D | mss_ddr.c | 1557 for (uint32_t m=0U;m < min_diff; m++) in ddr_setup() local
|