Home
last modified time | relevance | path

Searched refs:b (Results 1 – 22 of 22) sorted by relevance

/hal_microchip-latest/include/dt-bindings/pinctrl/
Dpic32cx1025sg41064-pinctrl.h51 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 …]
Dpic32cx1025sg41100-pinctrl.h51 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 …]
Dpic32cx1025sg60100-pinctrl.h51 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 …]
Dpic32cx1025sg61100-pinctrl.h51 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 …]
Dpic32cx1025sg41128-pinctrl.h58 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 …]
Dpic32cx1025sg60128-pinctrl.h58 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 …]
Dpic32cx1025sg61128-pinctrl.h58 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/
Dregaccess.h42 #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/
Dbits.h41 #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/
Dmec_defs.h120 #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
Dmec_i2c.c797 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/
Dmss_utils.S67 bnez t1, 1b
91 bnez a2,1b
115 bnez a2,1b
138 bnez a2,1b
161 bnez a2,1b
184 bnez a2,1b
Dmss_entry.S41 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/
DREADME.md76 - [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/
Dpcr.h353 #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/
Dmss_ddr_debug.c112 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/
Dmpfs-ddr-e51.ld194 *(.bss .bss.* .gnu.linkonce.b.*)
/hal_microchip-latest/mpfs/platform_config_reference/linker/
Dmpfs-ddr-loaded-by-boot-loader.ld186 *(.bss .bss.* .gnu.linkonce.b.*)
Dmpfs-lim.ld243 *(.bss .bss.* .gnu.linkonce.b.*)
Dmpfs-envm.ld272 *(.bss .bss.* .gnu.linkonce.b.*)
Dmpfs-lim-lma-scratchpad-vma.ld239 *(.bss .bss.* .gnu.linkonce.b.*)
Dmpfs-envm-lma-scratchpad-vma.ld249 *(.bss .bss.* .gnu.linkonce.b.*)