| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_gpio.c | 140 uint32_t currentmode = 0x00, currentpin = 0x00, pinpos = 0x00, pos = 0x00; in GPIO_Init() local 148 currentmode = ((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x0F); in GPIO_Init() 154 currentmode |= (uint32_t)GPIO_InitStruct->GPIO_Speed; in GPIO_Init() 173 tmpreg |= (currentmode << pos); in GPIO_Init() 208 tmpreg |= (currentmode << pos); in GPIO_Init() 240 tmpreg |= (currentmode << pos); in GPIO_Init()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_gpio.c | 141 uint32_t currentmode = 0x00, currentpin = 0x00, pinpos = 0x00, pos = 0x00; in GPIO_Init() local 149 currentmode = ((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x0F); in GPIO_Init() 155 currentmode |= (uint32_t)GPIO_InitStruct->GPIO_Speed; in GPIO_Init() 174 tmpreg |= (currentmode << pos); in GPIO_Init() 209 tmpreg |= (currentmode << pos); in GPIO_Init()
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_gpio.c | 99 uint32_t currentmode = 0x00, currentpin = 0x00, pinpos = 0x00, pos = 0x00; in GPIO_Init() local 102 currentmode = ((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x0F); in GPIO_Init() 106 currentmode |= (uint32_t)GPIO_InitStruct->GPIO_Speed; in GPIO_Init() 123 tmpreg |= (currentmode << pos); in GPIO_Init() 155 tmpreg |= (currentmode << pos); in GPIO_Init()
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f20x_gpio.c | 89 uint32_t currentmode = 0x00, currentpin = 0x00, pinpos = 0x00, pos = 0x00; in GPIO_Init() local 92 currentmode = ((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x0F); in GPIO_Init() 96 currentmode |= (uint32_t)GPIO_InitStruct->GPIO_Speed; in GPIO_Init() 113 tmpreg |= (currentmode << pos); in GPIO_Init() 145 tmpreg |= (currentmode << pos); in GPIO_Init()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f10x_gpio.c | 106 uint32_t currentmode = 0x00, currentpin = 0x00, pinpos = 0x00, pos = 0x00; in GPIO_Init() local 109 currentmode = ((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x0F); in GPIO_Init() 113 currentmode |= (uint32_t)GPIO_InitStruct->GPIO_Speed; in GPIO_Init() 130 tmpreg |= (currentmode << pos); in GPIO_Init() 162 tmpreg |= (currentmode << pos); in GPIO_Init()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_gpio.c | 153 uint32_t currentmode = 0x00, currentpin = 0x00, pinpos = 0x00, pos = 0x00; in GPIO_Init() local 161 currentmode = ((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x0F); in GPIO_Init() 167 currentmode |= (uint32_t)GPIO_InitStruct->GPIO_Speed; in GPIO_Init() 186 tmpreg |= (currentmode << pos); in GPIO_Init() 221 tmpreg |= (currentmode << pos); in GPIO_Init()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_gpio.c | 153 uint32_t currentmode = 0x00, currentpin = 0x00, pinpos = 0x00, pos = 0x00; in GPIO_Init() local 161 currentmode = ((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x0F); in GPIO_Init() 167 currentmode |= (uint32_t)GPIO_InitStruct->GPIO_Speed; in GPIO_Init() 186 tmpreg |= (currentmode << pos); in GPIO_Init() 221 tmpreg |= (currentmode << pos); in GPIO_Init()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_gpio.c | 160 uint32_t currentmode = 0x00, currentpin = 0x00, pinpos = 0x00, pos = 0x00; in GPIO_Init() local 168 currentmode = ((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x0F); in GPIO_Init() 174 currentmode |= (uint32_t)GPIO_InitStruct->GPIO_Speed; in GPIO_Init() 193 tmpreg |= (currentmode << pos); in GPIO_Init() 228 tmpreg |= (currentmode << pos); in GPIO_Init()
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/ |
| A D | n32g4fr_gpio.c | 177 uint32_t currentmode = 0x00, currentpin = 0x00, pinpos = 0x00, pos = 0x00; in GPIO_InitPeripheral() local 185 currentmode = ((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x0F); in GPIO_InitPeripheral() 191 currentmode |= (uint32_t)GPIO_InitStruct->GPIO_Speed; in GPIO_InitPeripheral() 210 tmpregister |= (currentmode << pos); in GPIO_InitPeripheral() 245 tmpregister |= (currentmode << pos); in GPIO_InitPeripheral()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/ |
| A D | n32wb452_gpio.c | 177 uint32_t currentmode = 0x00, currentpin = 0x00, pinpos = 0x00, pos = 0x00; in GPIO_InitPeripheral() local 185 currentmode = ((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x0F); in GPIO_InitPeripheral() 191 currentmode |= (uint32_t)GPIO_InitStruct->GPIO_Speed; in GPIO_InitPeripheral() 210 tmpregister |= (currentmode << pos); in GPIO_InitPeripheral() 245 tmpregister |= (currentmode << pos); in GPIO_InitPeripheral()
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_gpio.c | 187 uint32_t currentmode = 0x00, currentpin = 0x00, pinpos = 0x00, pos = 0x00; in GPIO_InitPeripheral() local 195 currentmode = ((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x0F); in GPIO_InitPeripheral() 201 currentmode |= (uint32_t)GPIO_InitStruct->GPIO_Speed; in GPIO_InitPeripheral() 220 tmpregister |= (currentmode << pos); in GPIO_InitPeripheral() 255 tmpregister |= (currentmode << pos); in GPIO_InitPeripheral()
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_gpio.c | 187 uint32_t currentmode = 0x00, currentpin = 0x00, pinpos = 0x00, pos = 0x00; in GPIO_InitPeripheral() local 195 currentmode = ((uint32_t)GPIO_InitStruct->GPIO_Mode) & ((uint32_t)0x0F); in GPIO_InitPeripheral() 201 currentmode |= (uint32_t)GPIO_InitStruct->GPIO_Speed; in GPIO_InitPeripheral() 220 tmpregister |= (currentmode << pos); in GPIO_InitPeripheral() 255 tmpregister |= (currentmode << pos); in GPIO_InitPeripheral()
|