| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
| D | stm32l4xx_hal_pwr_ex.h | 194 #define PWR_GPIO_B 0x00000001U /*!< GPIO port B */ macro 772 ((GPIO) == PWR_GPIO_B) ||\ 779 ((GPIO) == PWR_GPIO_B) ||\ 786 ((GPIO) == PWR_GPIO_B) ||\ 791 ((GPIO) == PWR_GPIO_B) ||\ 802 ((GPIO) == PWR_GPIO_B) ||\
|
| /hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
| D | stm32wb0x_hal_pwr_ex.c | 154 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullUp() 193 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullUp() 238 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullDown() 277 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullDown()
|
| /hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
| D | stm32c0xx_hal_pwr_ex.c | 212 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullUp() 267 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullUp() 325 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullDown() 380 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullDown()
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
| D | stm32wbaxx_hal_pwr_ex.c | 664 case PWR_GPIO_B: /* Enables the Standby GPIO retention feature for PBy */ in HAL_PWREx_EnableStandbyIORetention() 744 case PWR_GPIO_B: /* Disables the Standby GPIO retention feature for PBy */ in HAL_PWREx_DisableStandbyIORetention() 810 case PWR_GPIO_B: /* Get port B standby GPIO retention status */ in HAL_PWREx_GetStandbyIORetentionStatus() 863 case PWR_GPIO_B: /* Disable the IO state (pull or level) retained for PBy in Standby mode */ in HAL_PWREx_DisableStandbyRetainedIOState()
|
| /hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
| D | stm32g0xx_hal_pwr_ex.c | 428 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullUp() 489 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullUp() 552 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullDown() 613 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullDown()
|
| /hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
| D | stm32wlxx_hal_pwr_ex.c | 319 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullUp() 366 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullUp() 417 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullDown() 464 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullDown()
|
| /hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
| D | stm32u0xx_hal_pwr_ex.c | 1130 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullUp() 1193 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullUp() 1258 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullDown() 1321 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullDown()
|
| /hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
| D | stm32c0xx_hal_pwr_ex.h | 144 #define PWR_GPIO_B (0x00000001u) /*!< GPIO port B */ macro 319 ((__GPIO__) == PWR_GPIO_B) || \ 325 ((__GPIO__) == PWR_GPIO_B) || \
|
| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
| D | stm32g4xx_hal_pwr_ex.c | 315 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullUp() 375 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullUp() 437 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullDown() 497 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullDown()
|
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
| D | stm32wbxx_hal_pwr_ex.c | 357 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullUp() 414 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullUp() 475 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullDown() 532 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullDown()
|
| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
| D | stm32l5xx_hal_pwr_ex.c | 281 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullUp() 345 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullUp() 410 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullDown() 474 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullDown()
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
| D | stm32u5xx_hal_pwr_ex.h | 284 #define PWR_GPIO_B (0x01U) /*!< GPIO port B */ macro 870 ((GPIO_PORT) == PWR_GPIO_B) ||\ 882 ((GPIO_PORT) == PWR_GPIO_B) ||\ 893 ((GPIO_PORT) == PWR_GPIO_B) ||\
|
| /hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
| D | stm32g0xx_hal_pwr_ex.h | 218 #define PWR_GPIO_B (0x00000001u) /*!< GPIO port B */ macro 507 ((__GPIO__) == PWR_GPIO_B) || \ 514 ((__GPIO__) == PWR_GPIO_B) || \
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
| D | stm32l4xx_hal_pwr_ex.c | 404 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullUp() 486 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullUp() 564 case PWR_GPIO_B: in HAL_PWREx_EnableGPIOPullDown() 646 case PWR_GPIO_B: in HAL_PWREx_DisableGPIOPullDown()
|
| /hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
| D | stm32u0xx_hal_pwr_ex.h | 192 #define PWR_GPIO_B 0x00000001U /*!< GPIO port B */ macro 662 ((GPIO_PORT) == PWR_GPIO_B) ||\ 669 ((GPIO_PORT) == PWR_GPIO_B) ||\
|
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
| D | stm32wbxx_hal_pwr_ex.h | 243 #define PWR_GPIO_B 0x00000001U /*!< GPIO port B */ macro 808 ((GPIO) == PWR_GPIO_B) ||\ 815 ((GPIO) == PWR_GPIO_B) ||\
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
| D | stm32wbaxx_hal_pwr_ex.h | 103 #define PWR_GPIO_B (0x01U) /*!< GPIO port B */ macro 249 ((GPIO_PORT) == PWR_GPIO_B) ||\
|
| /hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Src/ |
| D | stm32wb0x_hal_msp.c | 354 HAL_PWREx_EnableGPIOPullDown(PWR_GPIO_B, in lowPowerIOSetup() 362 HAL_PWREx_EnableGPIOPullUp(PWR_GPIO_B, in lowPowerIOSetup()
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
| D | stm32u5xx_hal_pwr_ex.c | 2489 case PWR_GPIO_B: /* Apply Pull Up to GPIO port B */ in HAL_PWREx_EnableGPIOPullUp() 2575 case PWR_GPIO_B: /* Disable Pull Up for GPIO port B */ in HAL_PWREx_DisableGPIOPullUp() 2660 case PWR_GPIO_B: /* Apply Pull Down to GPIO port B */ in HAL_PWREx_EnableGPIOPullDown() 2746 case PWR_GPIO_B: /* Disable Pull Down for GPIO port B */ in HAL_PWREx_DisableGPIOPullDown()
|
| /hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
| D | stm32wlxx_hal_pwr_ex.h | 215 #define PWR_GPIO_B (0x00000001UL) /*!< GPIO port B */ macro 524 ((__GPIO__) == PWR_GPIO_B) ||\
|
| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
| D | stm32g4xx_hal_pwr_ex.h | 187 #define PWR_GPIO_B 0x00000001U /*!< GPIO port B */ macro 718 ((GPIO) == PWR_GPIO_B) ||\
|
| /hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
| D | stm32wb0x_hal_pwr_ex.h | 259 #define PWR_GPIO_B 0x00000001U /*!< GPIO port B */ macro 440 ((GPIO) == PWR_GPIO_B))
|
| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
| D | stm32l5xx_hal_pwr_ex.h | 204 #define PWR_GPIO_B 0x00000001U /*!< GPIO port B */ macro 761 ((GPIO) == PWR_GPIO_B) ||\
|