| /bsp/bluetrum/ab32vg1-ab-prougen/board/ |
| A D | ab32vg1_hal_msp.c | 21 hal_gpio_init(GPIOA_BASE, &gpio_init); in hal_uart_mspinit() 28 hal_gpio_init(GPIOA_BASE, &gpio_init); in hal_uart_mspinit() 36 hal_gpio_init(GPIOA_BASE, &gpio_init); in hal_uart_mspinit() 102 hal_gpio_init(GPIOA_BASE, &gpio_init); in hal_pwm_mspinit() 123 hal_gpio_init(GPIOA_BASE, &gpio_init); in hal_pwm_mspinit() 137 hal_gpio_init(GPIOA_BASE, &gpio_init); in hal_pwm_mspinit()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_gpio.h | 27 …N) : ((rt_base_t)((16 * ( ((rt_base_t)__STM32_PORT(PORTx) - (rt_base_t)GPIOA_BASE)/(0x1000UL) )) +… 29 …,PIN) (rt_base_t)((16 * ( ((rt_base_t)__STM32_PORT(PORTx) - (rt_base_t)GPIOA_BASE)/(0x0400UL) )) +…
|
| /bsp/nuvoton/numaker-m2354/board/ |
| A D | board_dev.c | 62 GPIO_T *port = (GPIO_T *)(GPIOA_BASE + (0x40) * NU_GET_PORT(pin)); in tp_switch_to_analog() 74 GPIO_T *port = (GPIO_T *)(GPIOA_BASE + (0x40) * NU_GET_PORT(pin)); in tp_switch_to_digital()
|
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_gpio.c | 136 PORT = (GPIO_T *)(GPIOA_BASE + (NU_GET_PORT(pin) * PORT_OFFSET)); in nu_gpio_mode() 253 rt_uint32_t port_idx = ((rt_uint32_t)PORT - GPIOA_BASE) / PORT_OFFSET ; in nu_gpio_isr() 281 PORT = (GPIO_T *)(GPIOA_BASE + (NU_GET_PORT(pin) * PORT_OFFSET)); in nu_gpio_irq_enable() 335 rt_hw_interrupt_install(irqn, nu_gpio_isr, (void *)(GPIOA_BASE + (i * PORT_OFFSET)), szTmp); in rt_hw_gpio_init()
|
| /bsp/essemi/es32vf2264/libraries/RV_CORE/Device/EastSoft/ES32VF2264/Include/ |
| A D | es32vf2264.h | 111 #define GPIOA_BASE (AHB_BASE + 0x4000) macro 148 #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
|
| /bsp/tkm32F499/drivers/ |
| A D | drv_gpio.h | 15 …,PIN) (rt_base_t)((16 * ( ((rt_base_t)__TKM32_PORT(PORTx) - (rt_base_t)GPIOA_BASE)/(0x0400UL) )) +…
|
| /bsp/airm2m/air32f103/libraries/rt_drivers/ |
| A D | drv_gpio.h | 23 …,PIN) (rt_base_t)((16 * ( ((rt_base_t)__AIR32_PORT(PORTx) - (rt_base_t)GPIOA_BASE)/(0x0400UL) )) +…
|
| /bsp/hk32/libraries/rt_drivers/ |
| A D | drv_gpio.h | 20 …x,PIN) (rt_base_t)((16 * ( ((rt_base_t)__HK32_PORT(PORTx) - (rt_base_t)GPIOA_BASE)/(0x0400UL) )) +…
|
| /bsp/wch/risc-v/Libraries/ch32_drivers/ |
| A D | drv_gpio.h | 24 …x,PIN) (rt_base_t)((16 * ( ((rt_base_t)__CH32_PORT(PORTx) - (rt_base_t)GPIOA_BASE)/(0x0400UL) )) +…
|
| /bsp/fm33lc026/libraries/HAL_Drivers/ |
| A D | drv_gpio.h | 24 …x,PIN) (rt_base_t)((16 * ( ((rt_base_t)__FM33_PORT(PORTx) - (rt_base_t)GPIOA_BASE)/(0x0400UL) )) +…
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_gpio.h | 23 …,PIN) (rt_base_t)((16 * ( ((rt_base_t)__APM32_PORT(PORTx) - (rt_base_t)GPIOA_BASE)/(0x0400UL) )) +…
|
| /bsp/mm32/libraries/HAL_Drivers/ |
| A D | drv_gpio.h | 20 …x,PIN) (rt_base_t)((16 * ( ((rt_base_t)__MM32_PORT(PORTx) - (rt_base_t)GPIOA_BASE)/(0x0400UL) )) +…
|
| /bsp/n32/libraries/n32_drivers/ |
| A D | drv_gpio.h | 22 …Tx,PIN) (rt_base_t)((16 * ( ((rt_base_t)__N32_PORT(PORTx) - (rt_base_t)GPIOA_BASE)/(0x0400UL) )) +…
|
| /bsp/ft32/libraries/Drivers/ |
| A D | drv_gpio.h | 32 …x,PIN) (rt_base_t)((16 * ( ((rt_base_t)__FT32_PORT(PORTx) - (rt_base_t)GPIOA_BASE)/(0x0400UL) )) +…
|
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_gpio.h | 20 …x,PIN) (rt_base_t)((16 * ( ((rt_base_t)__AT32_PORT(PORTx) - (rt_base_t)GPIOA_BASE)/(0x0400UL) )) +…
|
| /bsp/Vango/v85xx/drivers/ |
| A D | drv_gpio.h | 26 #define GET_PIN(PORTx,PIN) (__V85XX_PORT(PORTx)==GPIOA_BASE) ? (rt_base_t)(0 + PIN):(rt_base_t)((16…
|
| /bsp/Vango/v85xxp/drivers/ |
| A D | drv_gpio.h | 28 #define GET_PIN(PORTx,PIN) (__V85XXP_PORT(PORTx)==GPIOA_BASE) ? (rt_base_t)(0 + PIN):(rt_base_t)((1…
|
| /bsp/nuvoton/numaker-iot-m467/board/ |
| A D | board_dev.c | 238 GPIO_T *port = (GPIO_T *)(GPIOA_BASE + (0x40) * NU_GET_PORT(pin)); in tp_switch_to_analog() 250 GPIO_T *port = (GPIO_T *)(GPIOA_BASE + (0x40) * NU_GET_PORT(pin)); in tp_switch_to_digital()
|
| /bsp/nuvoton/numaker-iot-m487/board/ |
| A D | board_dev.c | 226 GPIO_T *port = (GPIO_T *)(GPIOA_BASE + (0x40) * NU_GET_PORT(pin)); in tp_switch_to_analog() 238 GPIO_T *port = (GPIO_T *)(GPIOA_BASE + (0x40) * NU_GET_PORT(pin)); in tp_switch_to_digital()
|
| /bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/include/ |
| A D | ab32vg1_hal_gpio.h | 69 #define GPIOA_BASE ((hal_sfr_t)(&GPIOASET)) macro
|
| /bsp/nv32f100x/lib/src/ |
| A D | gpio.c | 105 case GPIOA_BASE: in GPIO_Init() 119 case GPIOA_BASE: in GPIO_Init() 130 case GPIOA_BASE: in GPIO_Init()
|
| /bsp/nuvoton/numaker-pfm-m487/board/ |
| A D | board_dev.c | 234 GPIO_T *port = (GPIO_T *)(GPIOA_BASE + (0x40) * NU_GET_PORT(pin)); in tp_switch_to_analog() 246 GPIO_T *port = (GPIO_T *)(GPIOA_BASE + (0x40) * NU_GET_PORT(pin)); in tp_switch_to_digital()
|
| /bsp/nuvoton/libraries/m460/rtt_port/ |
| A D | drv_gpio.c | 139 PORT = (GPIO_T *)(GPIOA_BASE + (NU_GET_PORT(pin) * PORT_OFFSET)); in nu_gpio_mode() 272 PORT = (GPIO_T *)(GPIOA_BASE + (NU_GET_PORT(pin) * PORT_OFFSET)); in nu_gpio_irq_enable()
|
| /bsp/nuvoton/libraries/m480/rtt_port/ |
| A D | drv_gpio.c | 139 PORT = (GPIO_T *)(GPIOA_BASE + (NU_GET_PORT(pin) * PORT_OFFSET)); in nu_gpio_mode() 272 PORT = (GPIO_T *)(GPIOA_BASE + (NU_GET_PORT(pin) * PORT_OFFSET)); in nu_gpio_irq_enable()
|
| /bsp/nuvoton/libraries/m2354/rtt_port/ |
| A D | drv_gpio.c | 139 PORT = (GPIO_T *)(GPIOA_BASE + (NU_GET_PORT(pin) * PORT_OFFSET)); in nu_gpio_mode() 272 PORT = (GPIO_T *)(GPIOA_BASE + (NU_GET_PORT(pin) * PORT_OFFSET)); in nu_gpio_irq_enable()
|