/hal_microchip-latest/include/dt-bindings/pinctrl/ |
D | pic32cx1025sg41064-pinctrl.h | 51 SAM_PINMUX(a, 2, b, periph) 55 SAM_PINMUX(a, 2, b, periph) 67 SAM_PINMUX(a, 3, b, periph) 71 SAM_PINMUX(a, 3, b, periph) 75 SAM_PINMUX(a, 3, b, periph) 87 SAM_PINMUX(a, 4, b, periph) 91 SAM_PINMUX(a, 4, b, periph) 95 SAM_PINMUX(a, 4, b, periph) 99 SAM_PINMUX(a, 4, b, periph) 123 SAM_PINMUX(a, 5, b, periph) [all …]
|
D | pic32cx1025sg41100-pinctrl.h | 51 SAM_PINMUX(a, 2, b, periph) 55 SAM_PINMUX(a, 2, b, periph) 67 SAM_PINMUX(a, 3, b, periph) 71 SAM_PINMUX(a, 3, b, periph) 75 SAM_PINMUX(a, 3, b, periph) 87 SAM_PINMUX(a, 4, b, periph) 91 SAM_PINMUX(a, 4, b, periph) 95 SAM_PINMUX(a, 4, b, periph) 99 SAM_PINMUX(a, 4, b, periph) 123 SAM_PINMUX(a, 5, b, periph) [all …]
|
D | pic32cx1025sg60100-pinctrl.h | 51 SAM_PINMUX(a, 2, b, periph) 55 SAM_PINMUX(a, 2, b, periph) 67 SAM_PINMUX(a, 3, b, periph) 71 SAM_PINMUX(a, 3, b, periph) 75 SAM_PINMUX(a, 3, b, periph) 87 SAM_PINMUX(a, 4, b, periph) 91 SAM_PINMUX(a, 4, b, periph) 95 SAM_PINMUX(a, 4, b, periph) 99 SAM_PINMUX(a, 4, b, periph) 123 SAM_PINMUX(a, 5, b, periph) [all …]
|
D | pic32cx1025sg61100-pinctrl.h | 51 SAM_PINMUX(a, 2, b, periph) 55 SAM_PINMUX(a, 2, b, periph) 67 SAM_PINMUX(a, 3, b, periph) 71 SAM_PINMUX(a, 3, b, periph) 75 SAM_PINMUX(a, 3, b, periph) 87 SAM_PINMUX(a, 4, b, periph) 91 SAM_PINMUX(a, 4, b, periph) 95 SAM_PINMUX(a, 4, b, periph) 99 SAM_PINMUX(a, 4, b, periph) 123 SAM_PINMUX(a, 5, b, periph) [all …]
|
D | pic32cx1025sg41128-pinctrl.h | 58 SAM_PINMUX(a, 2, b, periph) 62 SAM_PINMUX(a, 2, b, periph) 74 SAM_PINMUX(a, 3, b, periph) 78 SAM_PINMUX(a, 3, b, periph) 82 SAM_PINMUX(a, 3, b, periph) 94 SAM_PINMUX(a, 4, b, periph) 98 SAM_PINMUX(a, 4, b, periph) 102 SAM_PINMUX(a, 4, b, periph) 106 SAM_PINMUX(a, 4, b, periph) 130 SAM_PINMUX(a, 5, b, periph) [all …]
|
D | pic32cx1025sg60128-pinctrl.h | 58 SAM_PINMUX(a, 2, b, periph) 62 SAM_PINMUX(a, 2, b, periph) 74 SAM_PINMUX(a, 3, b, periph) 78 SAM_PINMUX(a, 3, b, periph) 82 SAM_PINMUX(a, 3, b, periph) 94 SAM_PINMUX(a, 4, b, periph) 98 SAM_PINMUX(a, 4, b, periph) 102 SAM_PINMUX(a, 4, b, periph) 106 SAM_PINMUX(a, 4, b, periph) 130 SAM_PINMUX(a, 5, b, periph) [all …]
|
D | pic32cx1025sg61128-pinctrl.h | 58 SAM_PINMUX(a, 2, b, periph) 62 SAM_PINMUX(a, 2, b, periph) 74 SAM_PINMUX(a, 3, b, periph) 78 SAM_PINMUX(a, 3, b, periph) 82 SAM_PINMUX(a, 3, b, periph) 94 SAM_PINMUX(a, 4, b, periph) 98 SAM_PINMUX(a, 4, b, periph) 102 SAM_PINMUX(a, 4, b, periph) 106 SAM_PINMUX(a, 4, b, periph) 130 SAM_PINMUX(a, 5, b, periph) [all …]
|
/hal_microchip-latest/mec/common/ |
D | regaccess.h | 42 #define MMCR_WR8(a, b) *((volatile uint8_t *)(uintptr_t)(a)) = (uint8_t)(b) argument 50 #define REG8W(a, b) *((volatile uint8_t *)(uintptr_t)(a)) = (uint8_t)(b) argument 54 #define REG8R(a, b) (b) = *(volatile uint8_t *)(uintptr_t)(a) argument 60 #define REG32_BIT_SET(a, b) *(volatile uint32_t *)(a) |= (1ul << (b)) argument 61 #define REG32_BIT_CLR(a, b) *(volatile uint32_t *)(a) &= ~(1ul << (b)) argument 63 #define REG16_BIT_SET(a, b) *(volatile uint16_t *)(a) |= (1ul << (b)) argument 64 #define REG16_BIT_CLR(a, b) *(volatile uint16_t *)(a) &= ~(1ul << (b)) argument 66 #define REG8_BIT_SET(a, b) *(volatile uint8_t *)(a) |= (1ul << (b)) argument 67 #define REG8_BIT_CLR(a, b) *(volatile uint8_t *)(a) &= ~(1ul << (b)) argument
|
/hal_microchip-latest/mpfs/mpfs_hal/common/ |
D | bits.h | 41 #define ROUNDUP(a, b) ((((a)-1)/(b)+1)*(b)) argument 42 #define ROUNDDOWN(a, b) ((a)/(b)*(b)) argument 44 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 45 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
|
/hal_microchip-latest/mec5/drivers/ |
D | mec_defs.h | 120 #define MEC_MMCR8_WR(a, b) *(volatile uint8_t *)(a) = (uint8_t)(b) argument 122 #define MEC_MMCR16_WR(a, b) *(volatile uint16_t *)(a) = (uint16_t)(b) argument 124 #define MEC_MMCR32_WR(a, b) *(volatile uint32_t *)(a) = (uint32_t)(b) argument
|
D | mec_i2c.c | 797 uint8_t b = base->DATA; in mec_hal_i2c_smb_read_byte() local 800 *msg_byte = b; in mec_hal_i2c_smb_read_byte()
|
/hal_microchip-latest/mpfs/mpfs_hal/startup_gcc/ |
D | mss_utils.S | 67 bnez t1, 1b 91 bnez a2,1b 115 bnez a2,1b 138 bnez a2,1b 161 bnez a2,1b 184 bnez a2,1b
|
D | mss_entry.S | 41 bne a4, a5, 1b 305 bne a4, a5, 2b 335 j 1b 353 blt a4, a5, 1b 360 blt a4, a5, 2b
|
/hal_microchip-latest/pinconfigs/ |
D | README.md | 76 - [b, adc0, ain2] 77 - [b, adc1, ain0] 78 - [b, ptc, xy1] 86 - [b, adc0, ain3] 87 - [b, adc1, ain1] 88 - [b, ptc, xy2] 96 - [b, anaref, vrefb] 97 - [b, adc0, ain4] 98 - [b, ac, ain0] 99 - [b, ptc, xy3] [all …]
|
/hal_microchip-latest/mec/mec1501/component/ |
D | pcr.h | 353 #define MCHP_PCR_DEV_SLP_EN_CLR(n, b) \ argument 354 REG32(MCHP_PCR_SLP_EN_ADDR(n)) &= ~(1u << (uint32_t)(b)) 356 #define MCHP_PCR_DEV_SLP_EN_SET(n, b) \ argument 357 REG32(MCHP_PCR_SLP_EN_ADDR(n)) |= (1u << (uint32_t)(b))
|
/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/ |
D | mss_ddr_debug.c | 112 static void dumpbyte(mss_uart_instance_t * uart, uint8_t b) in dumpbyte() argument 117 MSS_UART_polled_tx(uart, &hexchrs[b >> 4u] , 1); in dumpbyte() 118 MSS_UART_polled_tx(uart, &hexchrs[b & 0x0fu] , 1); in dumpbyte()
|
/hal_microchip-latest/mpfs/boards/icicle-kit-es/platform_config/linker/ |
D | mpfs-ddr-e51.ld | 194 *(.bss .bss.* .gnu.linkonce.b.*)
|
/hal_microchip-latest/mpfs/platform_config_reference/linker/ |
D | mpfs-ddr-loaded-by-boot-loader.ld | 186 *(.bss .bss.* .gnu.linkonce.b.*)
|
D | mpfs-lim.ld | 243 *(.bss .bss.* .gnu.linkonce.b.*)
|
D | mpfs-envm.ld | 272 *(.bss .bss.* .gnu.linkonce.b.*)
|
D | mpfs-lim-lma-scratchpad-vma.ld | 239 *(.bss .bss.* .gnu.linkonce.b.*)
|
D | mpfs-envm-lma-scratchpad-vma.ld | 249 *(.bss .bss.* .gnu.linkonce.b.*)
|