/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_gpio.c | 127 #define GPIO_NUMBER 16U macro 177 for(position = 0U; position < GPIO_NUMBER; position++) in HAL_GPIO_Init() 305 for(position = 0U; position < GPIO_NUMBER; position++) in HAL_GPIO_DeInit() 444 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_gpio.c | 127 #define GPIO_NUMBER ((uint32_t)16U) macro 175 for (position = 0; position < GPIO_NUMBER; position++) in HAL_GPIO_Init() 302 for (position = 0; position < GPIO_NUMBER; position++) in HAL_GPIO_DeInit() 438 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_gpio.c | 133 #define GPIO_NUMBER ((uint32_t)16) macro 189 for(position = 0; position < GPIO_NUMBER; position++) in HAL_GPIO_Init() 315 for(position = 0; position < GPIO_NUMBER; position++) in HAL_GPIO_DeInit() 430 GPIOx->BSRR = (uint32_t)GPIO_Pin << GPIO_NUMBER; in HAL_GPIO_WritePin()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_gpio.c | 130 #define GPIO_NUMBER (16U) macro 435 GPIOx->BSRR = (uint32_t)GPIO_Pin << GPIO_NUMBER; in HAL_GPIO_WritePin() 456 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_gpio.c | 132 #define GPIO_NUMBER (16U) macro 145 static const LPGPIO_MapTypeDef LPGPIO_Map[GPIO_NUMBER] = 571 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_gpio.c | 128 #define GPIO_NUMBER (16U) macro 438 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_gpio.c | 133 #define GPIO_NUMBER 16U macro 446 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_gpio.c | 131 #define GPIO_NUMBER (16U) macro 450 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_gpio.c | 129 #define GPIO_NUMBER (16u) macro 438 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_gpio.c | 136 #define GPIO_NUMBER 16U macro 448 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_gpio.c | 129 #define GPIO_NUMBER (16U) macro 441 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_gpio.c | 126 #define GPIO_NUMBER (16U) macro 479 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_gpio.c | 131 #define GPIO_NUMBER (16u) macro 464 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_gpio.c | 123 #define GPIO_NUMBER (16u) macro 432 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_gpio.c | 131 #define GPIO_NUMBER 16u macro 498 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_gpio.c | 131 #define GPIO_NUMBER (16u) macro 461 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_gpio.c | 130 #define GPIO_NUMBER (16u) macro 460 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_gpio.c | 136 #define GPIO_NUMBER (16U) macro 446 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_gpio.c | 132 #define GPIO_NUMBER (16U) macro 473 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_gpio.c | 136 #define GPIO_NUMBER (16u) macro 530 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_gpio.c | 123 #define GPIO_NUMBER (16U) macro 435 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_gpio.c | 132 #define GPIO_NUMBER (16U) macro 467 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_gpio.c | 133 #define GPIO_NUMBER (16U) macro 486 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_gpio.c | 131 #define GPIO_NUMBER (16u) macro 447 GPIOx->BSRR = ((odr & GPIO_Pin) << GPIO_NUMBER) | (~odr & GPIO_Pin); in HAL_GPIO_TogglePin()
|