| /bsp/bluetrum/ab32vg1-ab-prougen/board/ |
| A D | ab32vg1_hal_msp.c | 44 hal_gpio_init(GPIOB_BASE, &gpio_init); in hal_uart_mspinit() 52 hal_gpio_init(GPIOB_BASE, &gpio_init); in hal_uart_mspinit() 74 hal_gpio_init(GPIOB_BASE, &gpio_init); in hal_sd_mspinit() 80 hal_gpio_init(GPIOB_BASE, &gpio_init); in hal_sd_mspinit() 95 hal_gpio_init(GPIOB_BASE, &gpio_init); in hal_pwm_mspinit()
|
| /bsp/Vango/v85xx/drivers/ |
| A D | drv_gpio.h | 26 … PIN):(rt_base_t)((16 * ( ((rt_base_t)__V85XX_PORT(PORTx) - (rt_base_t)GPIOB_BASE)/(0x0400UL) +1))… 32 #define PIN_V85XXPORT(pin) ((GPIO_TypeDef *)(GPIOB_BASE + (0x400u * PIN_PORT(pin))))
|
| /bsp/Vango/v85xxp/drivers/ |
| A D | drv_gpio.h | 28 …PIN):(rt_base_t)((16 * ( ((rt_base_t)__V85XXP_PORT(PORTx) - (rt_base_t)GPIOB_BASE)/(0x0400UL) +1))… 34 #define PIN_V85XXPPORT(pin) ((GPIO_Type *)(GPIOB_BASE + (0x400u * PIN_PORT(pin))))
|
| /bsp/essemi/es32vf2264/libraries/RV_CORE/Device/EastSoft/ES32VF2264/Include/ |
| A D | es32vf2264.h | 112 #define GPIOB_BASE (AHB_BASE + 0x4040) macro 149 #define GPIOB ((GPIO_TypeDef *) GPIOB_BASE)
|
| /bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/include/ |
| A D | ab32vg1_hal_gpio.h | 70 #define GPIOB_BASE ((hal_sfr_t)(&GPIOBSET)) macro
|
| /bsp/nv32f100x/lib/src/ |
| A D | gpio.c | 108 case GPIOB_BASE: in GPIO_Init() 133 case GPIOB_BASE: in GPIO_Init()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_gpio.h | 49 #define GPIOB_BASE (AHBPERIPH_BASE + 0x0020400) ///< Base Address: … macro 78 #define GPIOB ((GPIO_TypeDef*) GPIOB_BASE)
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_gpio.h | 42 ((*(uint32_t*)&(PERIPH)) == GPIOB_BASE) || \
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_gpio.h | 42 ((*(uint32_t*)&(PERIPH)) == GPIOB_BASE) || \
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_gpio.c | 111 case GPIOB_BASE: in GPIO_DeInit()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_gpio.h | 42 ((*(uint32_t*)&(PERIPH)) == GPIOB_BASE) || \
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_gpio.h | 42 ((*(uint32_t*)&(PERIPH)) == GPIOB_BASE) || \
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_gpio.c | 111 case GPIOB_BASE: in GPIO_DeInit()
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_gpio.c | 111 case GPIOB_BASE: in GPIO_DeInit()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_gpio.c | 111 case GPIOB_BASE: in GPIO_DeInit()
|
| /bsp/bluetrum/libraries/hal_drivers/ |
| A D | drv_gpio.c | 39 GPIOB_BASE,
|
| /bsp/fm33lc026/libraries/FM/FM33xx/Include/ |
| A D | fm33lc0xx.h | 692 #define GPIOB_BASE (PERIPH_BASE + 0x00000C40UL) macro 744 #define GPIOB ((GPIO_Type *) GPIOB_BASE)
|
| A D | fm33lg0xx.h | 1040 #define GPIOB_BASE (PERIPH_BASE +0x00000C40) macro 1102 #define GPIOB ((GPIO_Type *) GPIOB_BASE )
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/ |
| A D | fm33lc0xx.h | 693 #define GPIOB_BASE (PERIPH_BASE + 0x00000C40UL) macro 745 #define GPIOB ((GPIO_Type *) GPIOB_BASE)
|
| A D | fm33lg0xx.h | 1040 #define GPIOB_BASE (PERIPH_BASE +0x00000C40) macro 1102 #define GPIOB ((GPIO_Type *) GPIOB_BASE )
|
| /bsp/mm32/libraries/HAL_Drivers/ |
| A D | drv_gpio.c | 331 …CFG_EXTIPort_GPIOA + (0 == (rt_uint32_t)PIN_PORT(pin)?0: PIN_PORT(pin)/GPIOB_BASE), irqmap->syscfg… in mm32_pin_irq_enable()
|
| /bsp/nv32f100x/lib/inc/ |
| A D | NV32.h | 1162 #define GPIOB_BASE (0x400FF040u) macro 1164 #define GPIOB ((GPIO_Type *)GPIOB_BASE)
|
| /bsp/Vango/v85xxp/Libraries/CMSIS/Vango/V85xxP/Include/ |
| A D | target.h | 650 #define GPIOB_BASE 0x40000020UL macro 702 #define GPIOB ((GPIO_Type*) GPIOB_BASE)
|
| /bsp/synwit/libraries/SWM320_CSL/CMSIS/DeviceSupport/ |
| A D | SWM320.h | 3036 #define GPIOB_BASE (APB_BASE + 0x02000) macro 3090 #define GPIOB ((GPIO_TypeDef *) GPIOB_BASE)
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 703 #define GPIOB_BASE (AHB2PERIPH_BASE + 0x00000400) macro 763 #define GPIOB ((GPIO_TypeDef *) GPIOB_BASE)
|